@@ -168,7 +168,7 @@ STRIP_FROM_INC_PATH =
168168# support long names like on DOS, Mac, or CD-ROM.
169169# The default value is: NO.
170170
171- SHORT_NAMES = NO
171+ SHORT_NAMES = YES
172172
173173# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
174174# first line (until the first dot) of a Javadoc-style comment as the brief
@@ -771,7 +771,7 @@ WARN_LOGFILE =
771771# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
772772# Note: If this tag is empty the current directory is searched.
773773
774- INPUT = ../README.MD ../HISTORY.MD ../src ../examples
774+ INPUT = ../README.MD ../HISTORY.MD ../PROTOCOL.md ../ src ../examples
775775#INPUT = ../
776776
777777# This tag can be used to specify the character encoding of the source files
@@ -1077,7 +1077,7 @@ HTML_FILE_EXTENSION = .html
10771077# of the possible markers and block names see the documentation.
10781078# This tag requires that the tag GENERATE_HTML is set to YES.
10791079
1080- HTML_HEADER = header.html
1080+ HTML_HEADER = ./doxygen/ header.html
10811081
10821082# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
10831083# generated HTML page. If the tag is left blank doxygen will generate a standard
@@ -1087,7 +1087,7 @@ HTML_HEADER = header.html
10871087# that doxygen normally uses.
10881088# This tag requires that the tag GENERATE_HTML is set to YES.
10891089
1090- HTML_FOOTER = footer.html
1090+ HTML_FOOTER = ./doxygen/ footer.html
10911091
10921092# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
10931093# sheet that is used by each HTML page. It can be used to fine-tune the look of
@@ -1112,7 +1112,7 @@ HTML_STYLESHEET =
11121112# list). For an example see the documentation.
11131113# This tag requires that the tag GENERATE_HTML is set to YES.
11141114
1115- HTML_EXTRA_STYLESHEET = customdoxygen.css
1115+ HTML_EXTRA_STYLESHEET = ./doxygen/ customdoxygen.css
11161116
11171117# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
11181118# other source files which should be copied to the HTML output directory. Note
@@ -1122,7 +1122,7 @@ HTML_EXTRA_STYLESHEET = customdoxygen.css
11221122# files will be copied as-is; there are no commands or markers available.
11231123# This tag requires that the tag GENERATE_HTML is set to YES.
11241124
1125- HTML_EXTRA_FILES = doxy-boot.js
1125+ HTML_EXTRA_FILES = ./doxygen/ doxy-boot.js
11261126
11271127# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
11281128# will adjust the colors in the style sheet and background images according to
0 commit comments