summaryrefslogtreecommitdiff
path: root/cli/html.hxx
blob: 3e9aa672b125f1e5d4cc6ef3cf7e4189613a78d9 (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-2010 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