Skip to content

Commit e85ef69

Browse files
committed
Doxygen: get some html output again
It looks like Doxygen no longer recognizes our pure C headers without us adding a lot of Doxygen markers. Since we have neither the time nor the desire to dance to the tune of a documentation tool, we try to squeeze more output out of the tool with the crowbar. If this doesn't really add value, we will simply drop the doxygen configuration. Fixes: #244 Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
1 parent 2b8f513 commit e85ef69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Doxyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ LOOKUP_CACHE_SIZE = 0
398398
# normally produced when WARNINGS is set to YES.
399399
# The default value is: NO.
400400

401-
EXTRACT_ALL = NO
401+
EXTRACT_ALL = YES
402402

403403
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class will
404404
# be included in the documentation.
@@ -743,7 +743,7 @@ WARN_LOGFILE =
743743
# spaces.
744744
# Note: If this tag is empty the current directory is searched.
745745

746-
INPUT = docs/mainpage.dox AdsLib/AdsDef.h AdsLib/AdsLib.h
746+
INPUT = docs/mainpage.dox AdsLib
747747

748748
# This tag can be used to specify the character encoding of the source files
749749
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

0 commit comments

Comments
 (0)