From cd561aa4c9a800ba61a47d0cafbbc120792bfda6 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 11 Jan 2007 19:32:46 +0000 Subject: 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 --- cpp/docs/api/developer.doxygen | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/docs') 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 -- cgit v1.2.1