summaryrefslogtreecommitdiff
path: root/cli/html.hxx
blob: 4ba5a41b63088e2659e53edfd0634a1d15c9a098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// file      : cli/html.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_HTML_HXX
#define CLI_HTML_HXX

#include <cli/context.hxx>

void
generate_html (context&);

#endif // CLI_HTML_HXX