// file : cli/html.hxx // author : Boris Kolpackov // 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