diff options
author | Alan Conway <aconway@apache.org> | 2007-01-11 19:32:46 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-11 19:32:46 +0000 |
commit | cd561aa4c9a800ba61a47d0cafbbc120792bfda6 (patch) | |
tree | 21d076d5b4ceb86fd9c2be7361de32e81cdc3852 /cpp/docs/api | |
parent | 61c45840822bd93b5df9bf8f0be7c9f9549f6ec3 (diff) | |
download | qpid-python-cd561aa4c9a800ba61a47d0cafbbc120792bfda6.tar.gz |
Include *.cpp in developer doxygen to get calls/called-by links.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@495345 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/api')
-rw-r--r-- | cpp/docs/api/developer.doxygen | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/docs/api/developer.doxygen b/cpp/docs/api/developer.doxygen index fdf2998e5b..258cd2c958 100644 --- a/cpp/docs/api/developer.doxygen +++ b/cpp/docs/api/developer.doxygen @@ -1,4 +1,4 @@ -# ---------------------------------------------------------------- + # ---------------------------------------------------------------- # Doxygen settings for Qpid developer documentation. # # ---------------------------------------------------------------- @@ -472,7 +472,7 @@ INPUT = ../../lib ../../gen ../../src # blank the following patterns are tested: -FILE_PATTERNS = *.h +FILE_PATTERNS = *.h *.cpp # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -1086,7 +1086,7 @@ CLASS_DIAGRAMS = YES # inheritance and usage relations if the target is undocumented # or is not a class. -HIDE_UNDOC_RELATIONS = YES +HIDE_UNDOC_RELATIONS = NO # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization |