Changeset 7e66d9 in git for dox


Ignore:
Timestamp:
Jun 5, 2014, 7:31:28 PM (10 years ago)
Author:
Oleksandr Motsak <http://goo.gl/mcpzY>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
daf33cafc0fabbaa48beaca0cabac5a28ba4164e
Parents:
cc86dd0d4b6e977765842c9a233c9e76cfedfed7
git-author:
Oleksandr Motsak <http://goo.gl/mcpzY>2014-06-05 19:31:28+02:00
git-committer:
Oleksandr Motsak <http://goo.gl/mcpzY>2014-06-05 19:40:18+02:00
Message:
Updateed doxygen settings and .gitignore
Location:
dox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dox/.gitignore

    rcc86dd0 r7e66d9  
    11/Doxyfile
     2/html/
     3/doxyfile.stamp
     4/html_dox.log
     5
     6
  • dox/Doxyfile.in

    rcc86dd0 r7e66d9  
    785785# functions referencing it will be listed.
    786786
    787 REFERENCED_BY_RELATION = NO
     787REFERENCED_BY_RELATION = YES
    788788
    789789# If the REFERENCES_RELATION tag is set to YES
     
    11181118# and Class Hierarchy pages using a tree view instead of an ordered list.
    11191119
    1120 USE_INLINE_TREES       = YES
     1120USE_INLINE_TREES       = NO
    11211121
    11221122# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
     
    11801180# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
    11811181
    1182 SEARCHENGINE           = YES
     1182SEARCHENGINE           = NO
    11831183
    11841184# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
     
    14831483# be used.
    14841484
    1485 INCLUDE_FILE_PATTERNS  =
     1485INCLUDE_FILE_PATTERNS  = *.h
    14861486
    14871487# The PREDEFINED tag can be used to specify one or more macro names that
     
    14931493# instead of the = operator.
    14941494
    1495 PREDEFINED             = SINGULAR_DOXYGEN
     1495PREDEFINED             =
    14961496
    14971497# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
     
    15011501# overrules the definition found in the source code.
    15021502
    1503 EXPAND_AS_DEFINED      =
     1503EXPAND_AS_DEFINED      = SINGULAR_DOXYGEN
    15041504
    15051505# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
     
    16341634# will generate a graph for groups, showing the direct groups dependencies
    16351635
    1636 GROUP_GRAPHS           = NO
     1636GROUP_GRAPHS           = YES
    16371637
    16381638# If the UML_LOOK tag is set to YES doxygen will generate inheritance and
     
    16521652# other documented files.
    16531653
    1654 INCLUDE_GRAPH          = NO
     1654INCLUDE_GRAPH          = YES
    16551655
    16561656# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
     
    16591659# indirectly include this file.
    16601660
    1661 INCLUDED_BY_GRAPH      = NO
     1661INCLUDED_BY_GRAPH      = YES
    16621662
    16631663# If the CALL_GRAPH and HAVE_DOT options are set to YES then
     
    17321732# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
    17331733
    1734 DOT_GRAPH_MAX_NODES    = 50
     1734DOT_GRAPH_MAX_NODES    = 150
    17351735
    17361736# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
Note: See TracChangeset for help on using the changeset viewer.