summaryrefslogtreecommitdiff
path: root/pjnath/docs/doxygen.cfg
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2009-04-22 17:20:24 +0000
committerBenny Prijono <bennylp@teluu.com>2009-04-22 17:20:24 +0000
commit0b54cf857cd757da2571a62845894c67fb9e8ecf (patch)
tree50eb7b0b8d4a96314424c35b75f9b99770f8960a /pjnath/docs/doxygen.cfg
parent114bf49a36bd6f5b956ab4fd45cbe97929c17e38 (diff)
Part of ticket #780: enhance the PJNATH doxygen documentation
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2642 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjnath/docs/doxygen.cfg')
-rw-r--r--pjnath/docs/doxygen.cfg20
1 files changed, 2 insertions, 18 deletions
diff --git a/pjnath/docs/doxygen.cfg b/pjnath/docs/doxygen.cfg
index f7da72b2..9a75d091 100644
--- a/pjnath/docs/doxygen.cfg
+++ b/pjnath/docs/doxygen.cfg
@@ -346,7 +346,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = include/pjnath
+INPUT = docs include/pjnath
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -384,7 +384,7 @@ EXCLUDE_PATTERNS = "*_i.h" "*/compat/*"
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = .
+EXAMPLE_PATH = ../pjsip-apps/src/samples src/pjturn-client
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -976,22 +976,6 @@ DOT_PATH =
DOTFILE_DIRS =
-# The MAX_DOT_GRAPH_WIDTH tag can be used to set the maximum allowed width
-# (in pixels) of the graphs generated by dot. If a graph becomes larger than
-# this value, doxygen will try to truncate the graph, so that it fits within
-# the specified constraint. Beware that most browsers cannot cope with very
-# large images.
-
-MAX_DOT_GRAPH_WIDTH = 1024
-
-# The MAX_DOT_GRAPH_HEIGHT tag can be used to set the maximum allows height
-# (in pixels) of the graphs generated by dot. If a graph becomes larger than
-# this value, doxygen will try to truncate the graph, so that it fits within
-# the specified constraint. Beware that most browsers cannot cope with very
-# large images.
-
-MAX_DOT_GRAPH_HEIGHT = 1024
-
# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
# generate a legend page explaining the meaning of the various boxes and
# arrows in the dot generated graphs.