summaryrefslogtreecommitdiff
path: root/cli/html.hxx
blob: 93708f8660c276d400a498ff12711008f0591d09 (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-2011 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