comparison Doxyfile @ 1108:bfc18110d4b6 libavcodec

typos & cosmetics
author michaelni
date Thu, 06 Mar 2003 13:22:51 +0000
parents b05aa3f49cc8
children 4046cbf85762
comparison
equal deleted inserted replaced
1107:28f0e53706a7 1108:bfc18110d4b6
124 124
125 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 125 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
126 # path before files name in the file list and in the header files. If set 126 # path before files name in the file list and in the header files. If set
127 # to NO the shortest path that makes the file name unique will be used. 127 # to NO the shortest path that makes the file name unique will be used.
128 128
129 FULL_PATH_NAMES = NO 129 FULL_PATH_NAMES = YES
130 130
131 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 131 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
132 # can be used to strip a user defined part of the path. Stripping is 132 # can be used to strip a user defined part of the path. Stripping is
133 # only done if one of the specified strings matches the left-hand part of 133 # only done if one of the specified strings matches the left-hand part of
134 # the path. It is allowed to use relative paths in the argument list. 134 # the path. It is allowed to use relative paths in the argument list.
135 135
136 STRIP_FROM_PATH = 136 STRIP_FROM_PATH = .
137 137
138 # The INTERNAL_DOCS tag determines if documentation 138 # The INTERNAL_DOCS tag determines if documentation
139 # that is typed after a \internal command is included. If the tag is set 139 # that is typed after a \internal command is included. If the tag is set
140 # to NO (the default) then the documentation will be excluded. 140 # to NO (the default) then the documentation will be excluded.
141 # Set it to YES to include the internal documentation. 141 # Set it to YES to include the internal documentation.