1
- # Doxyfile 1.8.10
1
+ # Doxyfile 1.8.11
2
2
3
3
# This file describes the settings to be used by the documentation system
4
4
# doxygen (www.doxygen.org) for a project.
@@ -38,7 +38,7 @@ PROJECT_NAME = PositionBasedDynamics
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.4 .0
41
+ PROJECT_NUMBER = 1.5 .0
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
@@ -749,6 +749,12 @@ WARN_IF_DOC_ERROR = YES
749
749
750
750
WARN_NO_PARAMDOC = NO
751
751
752
+ # If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
753
+ # a warning is encountered.
754
+ # The default value is: NO.
755
+
756
+ WARN_AS_ERROR = NO
757
+
752
758
# The WARN_FORMAT tag determines the format of the warning messages that doxygen
753
759
# can produce. The string should contain the $file, $line, and $text tags, which
754
760
# will be replaced by the file and line number from which the warning originated
@@ -798,8 +804,8 @@ INPUT_ENCODING = UTF-8
798
804
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
799
805
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
800
806
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
801
- # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.f90 , *.f , *.for , *.tcl , *.vhd ,
802
- # *.vhdl, *.ucf, *.qsf, *.as and *.js.
807
+ # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw , *.f90 , *.f , *.for , *.tcl ,
808
+ # *.vhd, *. vhdl, *.ucf, *.qsf, *.as and *.js.
803
809
804
810
FILE_PATTERNS = *.c \
805
811
*.cc \
@@ -926,6 +932,10 @@ IMAGE_PATH = ./doc/images
926
932
# Note that the filter must not add or remove lines; it is applied before the
927
933
# code is scanned, but not when the output code is generated. If lines are added
928
934
# or removed, the anchors will not be placed correctly.
935
+ #
936
+ # Note that for custom extensions or not directly supported extensions you also
937
+ # need to set EXTENSION_MAPPING for the extension otherwise the files are not
938
+ # properly processed by doxygen.
929
939
930
940
INPUT_FILTER =
931
941
@@ -935,6 +945,10 @@ INPUT_FILTER =
935
945
# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
936
946
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
937
947
# patterns match the file name, INPUT_FILTER is applied.
948
+ #
949
+ # Note that for custom extensions or not directly supported extensions you also
950
+ # need to set EXTENSION_MAPPING for the extension otherwise the files are not
951
+ # properly processed by doxygen.
938
952
939
953
FILTER_PATTERNS =
940
954
@@ -1052,7 +1066,7 @@ VERBATIM_HEADERS = YES
1052
1066
# rich C++ code for which doxygen's built-in parser lacks the necessary type
1053
1067
# information.
1054
1068
# Note: The availability of this option depends on whether or not doxygen was
1055
- # compiled with the --with- libclang option.
1069
+ # generated with the -Duse- libclang=ON option for CMake .
1056
1070
# The default value is: NO.
1057
1071
1058
1072
CLANG_ASSISTED_PARSING = NO
@@ -1796,6 +1810,14 @@ LATEX_SOURCE_CODE = NO
1796
1810
1797
1811
LATEX_BIB_STYLE = plain
1798
1812
1813
+ # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated
1814
+ # page will contain the date and time when the page was generated. Setting this
1815
+ # to NO can help when comparing the output of multiple runs.
1816
+ # The default value is: NO.
1817
+ # This tag requires that the tag GENERATE_LATEX is set to YES.
1818
+
1819
+ LATEX_TIMESTAMP = NO
1820
+
1799
1821
#---------------------------------------------------------------------------
1800
1822
# Configuration options related to the RTF output
1801
1823
#---------------------------------------------------------------------------
0 commit comments