[Lemon-commits] Peter Kovacs: Show demo files in the menu

Lemon HG hg at lemon.cs.elte.hu
Mon Mar 1 09:39:05 CET 2010


details:   http://lemon.cs.elte.hu/hg/lemon-tutorial/rev/0f695eac7e07
changeset: 53:0f695eac7e07
user:      Peter Kovacs <kpeter [at] inf.elte.hu>
date:      Sun Feb 28 19:38:57 2010 +0100
description:
	Show demo files in the menu

diffstat:

 Doxyfile.in       |  2 +-
 DoxygenLayout.xml |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff --git a/Doxyfile.in b/Doxyfile.in
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -67,7 +67,7 @@
 MAX_INITIALIZER_LINES  = 5
 SHOW_USED_FILES        = NO
 SHOW_DIRECTORIES       = NO
-SHOW_FILES             = NO
+SHOW_FILES             = YES
 SHOW_NAMESPACES        = NO
 FILE_VERSION_FILTER    = 
 LAYOUT_FILE            = ./DoxygenLayout.xml
diff --git a/DoxygenLayout.xml b/DoxygenLayout.xml
--- a/DoxygenLayout.xml
+++ b/DoxygenLayout.xml
@@ -5,7 +5,7 @@
     <tab type="modules" visible="no" title=""/>
     <tab type="classes" visible="no" title=""/>
     <tab type="namespaces" visible="no" title=""/>
-    <tab type="files" visible="no" title=""/>
+    <tab type="files" visible="yes" title="Demo Files"/>
     <tab type="dirs" visible="no" title=""/>
     <tab type="examples" visible="no" title=""/>  
     <tab type="pages" visible="no" title=""/>



More information about the Lemon-commits mailing list