Codebase list liberasurecode / 76a7a33
Doxygen related cleanup Tushar Gohad 8 years ago
1 changed file(s) with 14 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
3737 # could be handy for archiving the generated documentation or if some version
3838 # control system is used.
3939
40 PROJECT_NUMBER = @PACKAGE_VERSION@
40 PROJECT_NUMBER = @LIBERASURECODE_VERSION@
4141
4242 # Using the PROJECT_BRIEF tag one can provide an optional one line description
4343 # for a project that appears at the top of each page and should give viewer a
139139 # shortest path that makes the file name unique will be used
140140 # The default value is: YES.
141141
142 FULL_PATH_NAMES = NO
142 FULL_PATH_NAMES = YES
143143
144144 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
145145 # Stripping is only done if one of the specified strings matches the left-hand
151151 # will be relative from the directory where doxygen is started.
152152 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
153153
154 STRIP_FROM_PATH =
154 STRIP_FROM_PATH = src/
155155
156156 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
157157 # path mentioned in the documentation of a class, which tells the reader which
184184 # requiring an explicit \brief command for a brief description.)
185185 # The default value is: NO.
186186
187 QT_AUTOBRIEF = NO
187 QT_AUTOBRIEF = YES
188188
189189 # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
190190 # multi-line C++ special comment block (i.e. a block of //! or /// comments) as
408408 # normally produced when WARNINGS is set to YES.
409409 # The default value is: NO.
410410
411 EXTRACT_ALL = NO
411 EXTRACT_ALL = YES
412412
413413 # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
414414 # be included in the documentation.
420420 # scope will be included in the documentation.
421421 # The default value is: NO.
422422
423 EXTRACT_PACKAGE = NO
423 EXTRACT_PACKAGE = YES
424424
425425 # If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
426426 # included in the documentation.
690690 # messages are off.
691691 # The default value is: NO.
692692
693 QUIET = NO
693 QUIET = YES
694694
695695 # The WARNINGS tag can be used to turn on/off the warning messages that are
696696 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
818818 # that contain example code fragments that are included (see the \include
819819 # command).
820820
821 EXAMPLE_PATH =
821 EXAMPLE_PATH = @top_srcdir@/test
822822
823823 # If the value of the EXAMPLE_PATH tag contains directories, you can use the
824824 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
825825 # *.h) to filter out the source-files in the directories. If left blank all
826826 # files are included.
827827
828 EXAMPLE_PATTERNS =
828 EXAMPLE_PATTERNS = *.c *.h
829829
830830 # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
831831 # searched for input files to be used with the \include or \dontinclude commands
899899 # also VERBATIM_HEADERS is set to NO.
900900 # The default value is: NO.
901901
902 SOURCE_BROWSER = NO
902 SOURCE_BROWSER = YES
903903
904904 # Setting the INLINE_SOURCES tag to YES will include the body of functions,
905905 # classes and enums directly into the documentation.
918918 # function all documented functions referencing it will be listed.
919919 # The default value is: NO.
920920
921 REFERENCED_BY_RELATION = NO
921 REFERENCED_BY_RELATION = YES
922922
923923 # If the REFERENCES_RELATION tag is set to YES then for each documented function
924924 # all documented entities called/used by that function will be listed.
925925 # The default value is: NO.
926926
927 REFERENCES_RELATION = NO
927 REFERENCES_RELATION = YES
928928
929929 # If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
930930 # to YES then the hyperlinks from functions in REFERENCES_RELATION and
972972 # See also: Section \class.
973973 # The default value is: YES.
974974
975 VERBATIM_HEADERS = NO
975 VERBATIM_HEADERS = YES
976976
977977 #---------------------------------------------------------------------------
978978 # Configuration options related to the alphabetical class index
983983 # classes, structs, unions or interfaces.
984984 # The default value is: YES.
985985
986 ALPHABETICAL_INDEX = YES
986 ALPHABETICAL_INDEX = NO
987987
988988 # The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
989989 # which the alphabetical index list will be split.