@@ -514,7 +514,7 @@ INTERNAL_DOCS = NO
514
514
# and Mac users are advised to set this option to NO.
515
515
# The default value is: system dependent.
516
516
517
- CASE_SENSE_NAMES = YES
517
+ CASE_SENSE_NAMES = NO
518
518
519
519
# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
520
520
# their full class and namespace scopes in the documentation. If set to YES, the
@@ -805,7 +805,7 @@ INPUT_ENCODING = UTF-8
805
805
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
806
806
# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf.
807
807
808
- FILE_PATTERNS = *.h
808
+ FILE_PATTERNS = *.h DOXYGEN_FRONTPAGE.md
809
809
810
810
# The RECURSIVE tag can be used to specify whether or not subdirectories should
811
811
# be searched for input files as well.
@@ -951,7 +951,7 @@ FILTER_SOURCE_PATTERNS =
951
951
# (index.html). This can be useful if you have a project on for instance GitHub
952
952
# and want to reuse the introduction page also for the doxygen output.
953
953
954
- USE_MDFILE_AS_MAINPAGE =
954
+ USE_MDFILE_AS_MAINPAGE = DOXYGEN_FRONTPAGE.md
955
955
956
956
#---------------------------------------------------------------------------
957
957
# Configuration options related to source browsing
@@ -1430,7 +1430,7 @@ ECLIPSE_DOC_ID = org.doxygen.Project
1430
1430
# The default value is: NO.
1431
1431
# This tag requires that the tag GENERATE_HTML is set to YES.
1432
1432
1433
- DISABLE_INDEX = YES
1433
+ DISABLE_INDEX = NO
1434
1434
1435
1435
# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
1436
1436
# structure should be generated to display hierarchical information. If the tag
@@ -1561,7 +1561,7 @@ MATHJAX_CODEFILE =
1561
1561
# The default value is: YES.
1562
1562
# This tag requires that the tag GENERATE_HTML is set to YES.
1563
1563
1564
- SEARCHENGINE = NO
1564
+ SEARCHENGINE = YES
1565
1565
1566
1566
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
1567
1567
# implemented using a web server instead of a web client using Javascript. There
@@ -1915,15 +1915,15 @@ MAN_LINKS = NO
1915
1915
# captures the structure of the code including all documentation.
1916
1916
# The default value is: NO.
1917
1917
1918
- GENERATE_XML = YES
1918
+ GENERATE_XML = NO
1919
1919
1920
1920
# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1921
1921
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
1922
1922
# it.
1923
1923
# The default directory is: xml.
1924
1924
# This tag requires that the tag GENERATE_XML is set to YES.
1925
1925
1926
- XML_OUTPUT = BUILD/ xml
1926
+ XML_OUTPUT = xml
1927
1927
1928
1928
# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
1929
1929
# listings (including syntax highlighting and cross-referencing information) to
@@ -2075,7 +2075,6 @@ PREDEFINED = DOXYGEN_ONLY \
2075
2075
DEVICE_CRC \
2076
2076
DEVICE_ETHERNET \
2077
2077
DEVICE_EMAC \
2078
- DEVICE_ETH \
2079
2078
DEVICE_FLASH \
2080
2079
DEVICE_I2C \
2081
2080
DEVICE_I2CSLAVE \
@@ -2184,7 +2183,7 @@ PERL_PATH = /usr/bin/perl
2184
2183
# powerful graphs.
2185
2184
# The default value is: YES.
2186
2185
2187
- CLASS_DIAGRAMS = NO
2186
+ CLASS_DIAGRAMS = YES
2188
2187
2189
2188
# You can define message sequence charts within doxygen comments using the \msc
2190
2189
# command. Doxygen will then run the mscgen tool (see:
0 commit comments