Skip to content

Commit

Permalink
Improve the doxygen configuration
Browse files Browse the repository at this point in the history
Use EXTRACT_ALL = YES to stop warnings about undocumented
default constructors.
Use EXCLUDE to exclude source code, since it's a waste of time.
EXCLUDE_PATTERNS seems a bit more obvious, but it gets picked
up by the LSST documentation builder and used in all packages).
  • Loading branch information
r-owen committed Apr 6, 2018
1 parent f4f7515 commit bcfe64d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/doxygen.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# don't whine about undocumented default constructors
EXTRACT_ALL = YES
EXCLUDE_PATTERNS += */astshim/src/*.cc
EXCLUDE_PATTERNS += */astshim/src/detail/*.cc

0 comments on commit bcfe64d

Please sign in to comment.