aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-02 17:24:59 -0400
committerNick Mathewson <nickm@torproject.org>2019-11-03 12:16:36 -0500
commit7ec314a67f8465a6ccfa4bbc91dc4ebed0c68693 (patch)
tree71daa63d1b6837d680690a69de726a32a2d26b8a /Doxyfile.in
parent096cbfb8b0712c227aee94bd9df47c6fdc92b193 (diff)
downloadtor-7ec314a67f8465a6ccfa4bbc91dc4ebed0c68693.tar.gz
tor-7ec314a67f8465a6ccfa4bbc91dc4ebed0c68693.zip
Doxygen: accept .dox as pure doxygen, and interpret everything as C
Diffstat (limited to 'Doxyfile.in')
-rw-r--r--Doxyfile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index f2c98bbf47..b69f95eba1 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -316,7 +316,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 =
+EXTENSION_MAPPING = dox=C h=C c=C
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable
@@ -845,7 +845,8 @@ INPUT_ENCODING = UTF-8
# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
FILE_PATTERNS = *.c \
- *.h
+ *.h \
+ *.dox
# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.