summaryrefslogtreecommitdiff
path: root/cli/html.hxx
blob: 5794dc7f43d715cb95d6fe73f1a2c04f9123f6a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : cli/html.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009 Code Synthesis Tools CC
// license   : MIT; see accompanying LICENSE file

#ifndef CLI_HTML_HXX
#define CLI_HTML_HXX

#include "context.hxx"

void
generate_html (context&);

#endif // CLI_HTML_HXX