Include Search Engine in Help

Activate Treeview
Generate sum subpage structure


git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@321 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2010-04-29 08:54:31 +00:00
parent 930bad29c2
commit 6ac61f183e
5 changed files with 50 additions and 29 deletions

View File

@@ -801,7 +801,7 @@ HTML_FOOTER = html/acg_footer.html
# the style sheet file to the HTML output directory, so don't put your own
# stylesheet in the HTML output directory as well, or it will be erased!
HTML_STYLESHEET =
HTML_STYLESHEET = html/acg_style.css
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
# files or namespaces will be aligned in HTML using tables. If set to
@@ -962,13 +962,13 @@ ENUM_VALUES_PER_LINE = 4
# releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE
# respectively.
GENERATE_TREEVIEW = NONE
GENERATE_TREEVIEW = ALL
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
# used to set the initial width (in pixels) of the frame in which the tree
# is shown.
TREEVIEW_WIDTH = 250
TREEVIEW_WIDTH = 300
# Use this tag to change the font size of Latex formulas included
# as images in the HTML documentation. The default is 10. Note that
@@ -1523,4 +1523,4 @@ DOT_CLEANUP = YES
# The SEARCHENGINE tag specifies whether or not a search engine should be
# used. If set to NO the values of all tags below this one will be ignored.
SEARCHENGINE = NO
SEARCHENGINE = YES