Started a glossary implementation (initialized from the socket lib glossary) in Gloss...
[senf.git] / doclib / Doxyfile.global
index 8b6455f..0ffed1c 100644 (file)
@@ -8,7 +8,8 @@ INPUT_FILTER           = "$(TOPDIR)/doclib/filter.pl"
 ALIASES                = "fixme=\xrefitem fixme \"Fix\" \"Fixmes\"" \
                          "idea=\xrefitem idea \"Idea\" \"Ideas\"" \
                          "implementation=\par \"Implementation note:\"" \
-                         "doc=\xrefitem doc \"Documentation request\" \"Documentation Requests\""
+                         "doc=\xrefitem doc \"Documentation request\" \"Documentation Requests\"" \
+                         "autotoc=\htmlonly <div id="autotoc"></div> \endhtmlonly"
 REPEAT_BRIEF           = YES
 ALWAYS_DETAILED_SEC    = YES
 MULTILINE_CPP_IS_BRIEF = YES
@@ -30,6 +31,8 @@ EXPAND_ONLY_PREDEF     = YES
 PREDEFINED             = \
     DOXYGEN \
     "SENF_PPI_MODULE(x)=" \
+    "SENF_PARSER()=" \
+    "SENF_FIXED_PARSER()=" \
     "SENF_PARSER_INHERIT(name)=" \
     "SENF_PARSER_FIELD(name,type)=type name() const" \
     "SENF_PARSER_FIELD_RO(name,type)=type::value_type name() const" \
@@ -71,9 +74,8 @@ TEMPLATE_RELATIONS     = NO
 INCLUDE_GRAPH          = YES
 INCLUDED_BY_GRAPH      = YES
 GROUP_GRAPHS           = NO
-MAX_DOT_GRAPH_WIDTH    = 800
-MAX_DOT_GRAPH_HEIGHT   = 1600
 MAX_DOT_GRAPH_DEPTH    = 3
+DOT_GRAPH_MAX_NODES    = 10
 DOT_MULTI_TARGETS      = YES
 DOT_CLEANUP            = NO
 DOT_PATH               = "$(TOPDIR)/doclib"
@@ -83,4 +85,4 @@ DOT_PATH               = "$(TOPDIR)/doclib"
 # Local Variables:
 # mode: indented-text
 # indent-tabs-mode: nil
-# End:
\ No newline at end of file
+# End: