Loading Doxyfile.in +5 −4 Original line number Diff line number Diff line Loading @@ -320,7 +320,7 @@ OPTIMIZE_OUTPUT_SLICE = NO # Note that for custom extensions you also need to set FILE_PATTERNS otherwise # the files are not read by doxygen. EXTENSION_MAPPING = dox=md h=C c=C inc=C EXTENSION_MAPPING = dox=md h=C c=C inc=C md=md # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments # according to the Markdown format, which allows for more readable Loading Loading @@ -847,8 +847,8 @@ INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.h \ *.dox \ *.inc *.inc \ *.md # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. Loading @@ -865,7 +865,8 @@ RECURSIVE = YES EXCLUDE = ./src/ext \ ./src/trunnel \ ./src/test ./src/test \ ./src/rust/registry # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded Loading Loading
Doxyfile.in +5 −4 Original line number Diff line number Diff line Loading @@ -320,7 +320,7 @@ OPTIMIZE_OUTPUT_SLICE = NO # Note that for custom extensions you also need to set FILE_PATTERNS otherwise # the files are not read by doxygen. EXTENSION_MAPPING = dox=md h=C c=C inc=C EXTENSION_MAPPING = dox=md h=C c=C inc=C md=md # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments # according to the Markdown format, which allows for more readable Loading Loading @@ -847,8 +847,8 @@ INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.h \ *.dox \ *.inc *.inc \ *.md # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. Loading @@ -865,7 +865,8 @@ RECURSIVE = YES EXCLUDE = ./src/ext \ ./src/trunnel \ ./src/test ./src/test \ ./src/rust/registry # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # directories that are symbolic links (a Unix file system feature) are excluded Loading