Changeset 226:4c9d85f5dc93 in lemon-main for doc
- Timestamp:
- 07/18/08 17:47:27 (16 years ago)
- Branch:
- default
- Parents:
- 222:f9a18c21dba8 (diff), 225:c5a40fc54f1a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile.in
r219 r226 16 16 INLINE_INHERITED_MEMB = NO 17 17 FULL_PATH_NAMES = YES 18 STRIP_FROM_PATH = @abs_top_srcdir@19 STRIP_FROM_INC_PATH = @abs_top_srcdir@18 STRIP_FROM_PATH = "@abs_top_srcdir@" 19 STRIP_FROM_INC_PATH = "@abs_top_srcdir@" 20 20 SHORT_NAMES = YES 21 21 JAVADOC_AUTOBRIEF = NO … … 81 81 # configuration options related to the input files 82 82 #--------------------------------------------------------------------------- 83 INPUT = @abs_top_srcdir@/doc\84 @abs_top_srcdir@/lemon\85 @abs_top_srcdir@/lemon/bits\86 @abs_top_srcdir@/lemon/concepts\87 @abs_top_srcdir@/demo\88 @abs_top_srcdir@/tools\89 @abs_top_srcdir@/test/test_tools.h83 INPUT = "@abs_top_srcdir@/doc" \ 84 "@abs_top_srcdir@/lemon" \ 85 "@abs_top_srcdir@/lemon/bits" \ 86 "@abs_top_srcdir@/lemon/concepts" \ 87 "@abs_top_srcdir@/demo" \ 88 "@abs_top_srcdir@/tools" \ 89 "@abs_top_srcdir@/test/test_tools.h" 90 90 INPUT_ENCODING = UTF-8 91 91 FILE_PATTERNS = *.h \ … … 97 97 EXCLUDE_PATTERNS = 98 98 EXCLUDE_SYMBOLS = 99 EXAMPLE_PATH = @abs_top_srcdir@/demo\100 @abs_top_srcdir@/LICENSE\101 @abs_top_srcdir@/doc99 EXAMPLE_PATH = "@abs_top_srcdir@/demo" \ 100 "@abs_top_srcdir@/LICENSE" \ 101 "@abs_top_srcdir@/doc" 102 102 EXAMPLE_PATTERNS = 103 103 EXAMPLE_RECURSIVE = NO 104 IMAGE_PATH = @abs_top_srcdir@/doc/images\105 @abs_top_builddir@/doc/gen-images104 IMAGE_PATH = "@abs_top_srcdir@/doc/images" \ 105 "@abs_top_builddir@/doc/gen-images" 106 106 INPUT_FILTER = 107 107 FILTER_PATTERNS = -
doc/Doxyfile.in
r224 r226 146 146 DISABLE_INDEX = NO 147 147 ENUM_VALUES_PER_LINE = 4 148 GENERATE_TREEVIEW = YES148 GENERATE_TREEVIEW = NO 149 149 TREEVIEW_WIDTH = 250 150 150 #---------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.