Changeset 7e66d9 in git
- Timestamp:
- Jun 5, 2014, 7:31:28 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
rcc86dd0 r7e66d9 32 32 /factory/GNUmakefile 33 33 /factory/readcf.cc 34 /factory/test35 34 /factory/ylwrap 36 35 /IntegerProgramming/change_cost … … 42 41 /ix86-Win/* 43 42 /ix86Mac-darwin/* 44 /kernel/test45 /libpolys/coeffs/test46 43 /libpolys/libpolys-config 47 44 /libpolys/libpolysconfig.h … … 116 113 stamp-h* 117 114 tags 115 test 118 116 test-driver 117 test-suite.log 118 test.log 119 ylwrap -
dox/.gitignore
rcc86dd0 r7e66d9 1 1 /Doxyfile 2 /html/ 3 /doxyfile.stamp 4 /html_dox.log 5 6 -
dox/Doxyfile.in
rcc86dd0 r7e66d9 785 785 # functions referencing it will be listed. 786 786 787 REFERENCED_BY_RELATION = NO787 REFERENCED_BY_RELATION = YES 788 788 789 789 # If the REFERENCES_RELATION tag is set to YES … … 1118 1118 # and Class Hierarchy pages using a tree view instead of an ordered list. 1119 1119 1120 USE_INLINE_TREES = YES1120 USE_INLINE_TREES = NO 1121 1121 1122 1122 # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be … … 1180 1180 # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. 1181 1181 1182 SEARCHENGINE = YES1182 SEARCHENGINE = NO 1183 1183 1184 1184 # When the SERVER_BASED_SEARCH tag is enabled the search engine will be … … 1483 1483 # be used. 1484 1484 1485 INCLUDE_FILE_PATTERNS = 1485 INCLUDE_FILE_PATTERNS = *.h 1486 1486 1487 1487 # The PREDEFINED tag can be used to specify one or more macro names that … … 1493 1493 # instead of the = operator. 1494 1494 1495 PREDEFINED = SINGULAR_DOXYGEN1495 PREDEFINED = 1496 1496 1497 1497 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then … … 1501 1501 # overrules the definition found in the source code. 1502 1502 1503 EXPAND_AS_DEFINED = 1503 EXPAND_AS_DEFINED = SINGULAR_DOXYGEN 1504 1504 1505 1505 # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then … … 1634 1634 # will generate a graph for groups, showing the direct groups dependencies 1635 1635 1636 GROUP_GRAPHS = NO1636 GROUP_GRAPHS = YES 1637 1637 1638 1638 # If the UML_LOOK tag is set to YES doxygen will generate inheritance and … … 1652 1652 # other documented files. 1653 1653 1654 INCLUDE_GRAPH = NO1654 INCLUDE_GRAPH = YES 1655 1655 1656 1656 # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and … … 1659 1659 # indirectly include this file. 1660 1660 1661 INCLUDED_BY_GRAPH = NO1661 INCLUDED_BY_GRAPH = YES 1662 1662 1663 1663 # If the CALL_GRAPH and HAVE_DOT options are set to YES then … … 1732 1732 # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. 1733 1733 1734 DOT_GRAPH_MAX_NODES = 501734 DOT_GRAPH_MAX_NODES = 150 1735 1735 1736 1736 # 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.