summaryrefslogtreecommitdiff
path: root/cli/html.hxx
blob: 2a093025b92c4de583a6b3644c8a94479c9d6e99 (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-2017 Code Synthesis Tools CC
// 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