1 // =================================
 2 // Copyright (c) 2020 Seppo Laakko
 3 // Distributed under the MIT license
 4 // =================================
 5 
 6 #ifndef GENDOC_HTML_CLASS_INHERITANCE_DIAGRAM_CODE_INCLUDED
 7 #define GENDOC_HTML_CLASS_INHERITANCE_DIAGRAM_CODE_INCLUDED
 8 #include <gendoc/html/HtmlApi.hpp>
 9 #include <soulng/util/CodeFormatter.hpp>
10 
11 namespace gendoc { namespace html {
12 
13 using namespace soulng::util;
14 
15 void GenerateClassInheritanceDiagramCode(CodeFormatter& formatter);
16 
17 } } // namespace gendoc::html
18 
19 #endif // GENDOC_HTML_CLASS_INHERITANCE_DIAGRAM_CODE_INCLUDED