From ce5276b7f00d18573d4e90cb8a2253d97d0103eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 28 May 2012 17:09:36 +0200 Subject: [PATCH] Doxygen: create tag file. Turned off INLINE_SIMPLE_STRUCTS, as it causes bugs in the tagfile. --- Doxyfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doxyfile b/Doxyfile index e3e569300..5e98d3b6f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -319,7 +319,8 @@ INLINE_GROUPED_CLASSES = NO # structs, classes, and unions are shown on a separate page (for HTML and Man # pages) or section (for LaTeX and RTF). -INLINE_SIMPLE_STRUCTS = YES +# `YES` causes unclosed element for TgaImporter class in tag file +INLINE_SIMPLE_STRUCTS = NO # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum # is documented as struct, union, or enum with the name of the typedef. So @@ -1569,7 +1570,7 @@ TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = build/doc/magnum.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes