// file : cli/html.hxx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #ifndef CLI_HTML_HXX #define CLI_HTML_HXX #include void generate_html (context&); #endif // CLI_HTML_HXX