Show demo files in the menu
authorPeter Kovacs <kpeter@inf.elte.hu>
Sun, 28 Feb 2010 19:38:57 +0100
changeset 530f695eac7e07
parent 52 ae47b3ec42d3
child 54 e99a7fb6bff5
Show demo files in the menu
Doxyfile.in
DoxygenLayout.xml
     1.1 --- a/Doxyfile.in	Sun Feb 28 19:38:26 2010 +0100
     1.2 +++ b/Doxyfile.in	Sun Feb 28 19:38:57 2010 +0100
     1.3 @@ -67,7 +67,7 @@
     1.4  MAX_INITIALIZER_LINES  = 5
     1.5  SHOW_USED_FILES        = NO
     1.6  SHOW_DIRECTORIES       = NO
     1.7 -SHOW_FILES             = NO
     1.8 +SHOW_FILES             = YES
     1.9  SHOW_NAMESPACES        = NO
    1.10  FILE_VERSION_FILTER    = 
    1.11  LAYOUT_FILE            = ./DoxygenLayout.xml
     2.1 --- a/DoxygenLayout.xml	Sun Feb 28 19:38:26 2010 +0100
     2.2 +++ b/DoxygenLayout.xml	Sun Feb 28 19:38:57 2010 +0100
     2.3 @@ -5,7 +5,7 @@
     2.4      <tab type="modules" visible="no" title=""/>
     2.5      <tab type="classes" visible="no" title=""/>
     2.6      <tab type="namespaces" visible="no" title=""/>
     2.7 -    <tab type="files" visible="no" title=""/>
     2.8 +    <tab type="files" visible="yes" title="Demo Files"/>
     2.9      <tab type="dirs" visible="no" title=""/>
    2.10      <tab type="examples" visible="no" title=""/>  
    2.11      <tab type="pages" visible="no" title=""/>