Skip to content

Commit

Permalink
Doc: extract documentation from all headers
Browse files Browse the repository at this point in the history
We previously went with explicitly adding `@file` directives to our
headers instead of using `EXTRACT_ALL` because the latter was broken
with the m.css theme that we were using previously. m.css has a custom
code generator that didn't support the directive. We've since switched
to another theme that just re-styles the vanilla HTML, so we're fine
to just use that now (instead of changing the code-gen to add the
directives in all generated headers).
  • Loading branch information
athre0z committed Dec 9, 2023
1 parent 04c6c1b commit 00d248a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ GENERATE_LATEX = NO
GENERATE_TREEVIEW = YES
DISABLE_INDEX = NO
FULL_SIDEBAR = NO
EXTRACT_ALL = YES

0 comments on commit 00d248a

Please sign in to comment.