Skip to content

Commit

Permalink
Documentation: Adjusted Doxygen config for public API
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 9, 2012
1 parent f75b7f4 commit 9315f2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/doomsday.doxy
Expand Up @@ -125,7 +125,7 @@ VERBATIM_HEADERS = YES
# configuration options related to the alphabetical class index
#---------------------------------------------------------------------------
ALPHABETICAL_INDEX = YES
COLS_IN_ALPHA_INDEX = 5
COLS_IN_ALPHA_INDEX = 4
IGNORE_PREFIX =
#---------------------------------------------------------------------------
# configuration options related to the HTML output
Expand Down
5 changes: 4 additions & 1 deletion doomsday/engine/api.doxy
Expand Up @@ -7,9 +7,12 @@ PROJECT_BRIEF = "Public API"
OUTPUT_DIRECTORY = ../apidoc/api/

INPUT = api ../libdeng2/include
PREDEFINED = __DOOMSDAY__
PREDEFINED = __DOOMSDAY__ \
"DENG2_ERROR(N)=class N : public de::Error {};" \
"DENG2_SUB_ERROR(B,N)=class N : public B {};"

INCLUDED_BY_GRAPH = YES
REFERENCED_BY_RELATION = NO
OPTIMIZE_OUTPUT_FOR_C = NO
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES

0 comments on commit 9315f2d

Please sign in to comment.