Skip to content

Commit

Permalink
Doxygen: get some html output again
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
pbruenn committed Dec 20, 2024
1 parent 2b8f513 commit e85ef69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ LOOKUP_CACHE_SIZE = 0
# normally produced when WARNINGS is set to YES.
# The default value is: NO.

EXTRACT_ALL = NO
EXTRACT_ALL = YES

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

INPUT = docs/mainpage.dox AdsLib/AdsDef.h AdsLib/AdsLib.h
INPUT = docs/mainpage.dox AdsLib

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

0 comments on commit e85ef69

Please sign in to comment.