Changeset 1066:520769d825f2 in lemon-0.x for src/work/Doxyfile
- Timestamp:
- 01/10/05 00:21:52 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1462
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/Doxyfile
r1065 r1066 107 107 # to NO the shortest path that makes the file name unique will be used. 108 108 109 FULL_PATH_NAMES = NO109 FULL_PATH_NAMES = YES 110 110 111 111 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag … … 116 116 # path to strip. 117 117 118 STRIP_FROM_PATH = 118 STRIP_FROM_PATH = .. 119 119 120 120 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of … … 125 125 # are normally passed to the compiler using the -I flag. 126 126 127 STRIP_FROM_INC_PATH = 127 STRIP_FROM_INC_PATH = .. 128 128 129 129 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter … … 273 273 # Set it to YES to include the internal documentation. 274 274 275 INTERNAL_DOCS = NO275 INTERNAL_DOCS = YES 276 276 277 277 # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate … … 361 361 # command in the documentation regardless of this setting. 362 362 363 MAX_INITIALIZER_LINES = 30363 MAX_INITIALIZER_LINES = 5 364 364 365 365 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated … … 453 453 ../lemon/concept \ 454 454 ../test/test_tools.h \ 455 klao/debug.h \ 456 jacint/max_flow.h \ 457 jacint/max_matching.h \ 458 marci/bfs_dfs.h \ 459 marci/bfs_dfs_misc.h \ 460 marci/lp/lp_solver_wrapper.h \ 461 jacint/graph_gen.h \ 462 marci/max_bipartite_matching.h \ 463 marci/bipartite_graph_wrapper.h \ 464 alpar/graph_to_eps.cc \ 465 deba 455 alpar \ 456 deba \ 457 jacint \ 458 klao \ 459 marci/lp \ 460 marci 466 461 467 462 # If the value of the INPUT tag contains directories, you can use the … … 502 497 # the \include command). 503 498 504 EXAMPLE_PATH = 499 EXAMPLE_PATH = ../demo \ 500 ../../doc \ 501 ../../LICENSE 505 502 506 503 # If the value of the EXAMPLE_PATH tag contains directories, you can use the … … 1228 1225 # used. If set to NO the values of all tags below this one will be ignored. 1229 1226 1230 SEARCHENGINE = YES1227 SEARCHENGINE = NO
Note: See TracChangeset
for help on using the changeset viewer.