~ubuntu-branches/ubuntu/raring/openwalnut/raring

« back to all changes in this revision

Viewing changes to doc/developer/doxygenConfig

  • Committer: Package Import Robot
  • Author(s): Sebastian Eichelbaum
  • Date: 2012-12-12 11:26:32 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20121212112632-xhiuwkxuz5h0idkh
Tags: 1.3.1+hg5849-1
* Minor changes compared to 1.3.0 but included several bug fixes.
* See http://www.openwalnut.org/versions/4

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# This could be handy for archiving the generated documentation or
32
32
# if some version control system is used.
33
33
 
34
 
PROJECT_NUMBER         = 1.2.5
 
34
PROJECT_NUMBER         = 1.3.1
35
35
 
36
36
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37
37
# base path where the generated documentation will be put.
483
483
 
484
484
SHOW_USED_FILES        = YES
485
485
 
486
 
# If the sources in your project are distributed over multiple directories
487
 
# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
488
 
# in the documentation. The default is NO.
489
 
 
490
 
SHOW_DIRECTORIES       = YES
491
 
 
492
486
# Set the SHOW_FILES tag to NO to disable the generation of the Files page.
493
487
# This will remove the Files entry from the Quick Index and from the
494
488
# Folder Tree View (if specified). The default is YES.
519
513
# file name after the option, if omitted DoxygenLayout.xml will be used as the name
520
514
# of the layout file.
521
515
 
522
 
LAYOUT_FILE            = doc/developer/doxygenLayout.xml
 
516
# LAYOUT_FILE            = doc/developer/doxygenLayout.xml
523
517
 
524
518
#---------------------------------------------------------------------------
525
519
# configuration options related to warning and progress messages
825
819
 
826
820
HTML_TIMESTAMP         = NO
827
821
 
828
 
# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
829
 
# files or namespaces will be aligned in HTML using tables. If set to
830
 
# NO a bullet list will be used.
831
 
 
832
 
HTML_ALIGN_MEMBERS     = YES
833
 
 
834
822
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
835
823
# documentation will contain sections that can be hidden and shown after the
836
824
# page has loaded. For this to work a browser that supports
1002
990
 
1003
991
GENERATE_TREEVIEW      = NO
1004
992
 
1005
 
# By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
1006
 
# and Class Hierarchy pages using a tree view instead of an ordered list.
1007
 
 
1008
 
USE_INLINE_TREES       = NO
1009
 
 
1010
993
# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
1011
994
# used to set the initial width (in pixels) of the frame in which the tree
1012
995
# is shown.
1026
1009
# typically be disabled. For large projects the javascript based search engine
1027
1010
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
1028
1011
 
1029
 
SEARCHENGINE           = YES
 
1012
SEARCHENGINE           = NO
1030
1013
 
1031
1014
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be implemented using a PHP enabled web server instead of at the web client using Javascript. Doxygen will generate the search PHP script and index
1032
1015
# file to put on the web server. The advantage of the server based approach is that it scales better to large projects and allows full text search. The disadvances is that it is more difficult to setup
1419
1402
# toolkit from AT&T and Lucent Bell Labs. The other options in this section
1420
1403
# have no effect if this option is set to NO (the default)
1421
1404
 
1422
 
HAVE_DOT               = NO
 
1405
HAVE_DOT               = YES
1423
1406
 
1424
1407
# By default doxygen will write a font called FreeSans.ttf to the output
1425
1408
# directory and reference it in all dot files that doxygen generates. This
1541
1524
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1542
1525
# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
1543
1526
 
1544
 
DOT_GRAPH_MAX_NODES    = 50
 
1527
DOT_GRAPH_MAX_NODES    = 500
1545
1528
 
1546
1529
# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1547
1530
# graphs generated by dot. A depth value of 3 means that only nodes reachable