Skip to content

Commit

Permalink
Documentation: Adjusted Doxygen config
Browse files Browse the repository at this point in the history
Removed "included by" graphs from the internal docs as they
were too large/wide to be useful.

Added "referenced by" in internal docs to link to where the
symbol is used in the code.
  • Loading branch information
skyjake committed Jan 18, 2012
1 parent add61e8 commit 02fe7ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doomsday/doomsday.doxy
Expand Up @@ -116,7 +116,7 @@ FILTER_SOURCE_PATTERNS =
SOURCE_BROWSER = YES
INLINE_SOURCES = NO
STRIP_CODE_COMMENTS = YES
REFERENCED_BY_RELATION = NO
REFERENCED_BY_RELATION = YES
REFERENCES_RELATION = NO
REFERENCES_LINK_SOURCE = YES
USE_HTAGS = NO
Expand Down Expand Up @@ -268,7 +268,7 @@ GROUP_GRAPHS = YES
UML_LOOK = NO
TEMPLATE_RELATIONS = NO
INCLUDE_GRAPH = YES
INCLUDED_BY_GRAPH = YES
INCLUDED_BY_GRAPH = NO
CALL_GRAPH = NO
CALLER_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
Expand Down
14 changes: 8 additions & 6 deletions doomsday/engine/api.doxy
@@ -1,11 +1,13 @@
# Public API documentation for libdeng
@INCLUDE = ../doomsday.doxy

PROJECT_NAME = "libdeng"
PROJECT_NUMBER = 1.9.7
PROJECT_BRIEF = "Public API"
OUTPUT_DIRECTORY = ../apidoc/api/
PROJECT_NAME = "libdeng"
PROJECT_NUMBER = 1.9.7
PROJECT_BRIEF = "Public API"
OUTPUT_DIRECTORY = ../apidoc/api/

INPUT = api
INPUT = api
PREDEFINED = __DOOMSDAY__

PREDEFINED = __DOOMSDAY__
INCLUDED_BY_GRAPH = YES
REFERENCED_BY_RELATION = NO

0 comments on commit 02fe7ee

Please sign in to comment.