diff options
author | Alan Conway <aconway@apache.org> | 2008-04-02 13:19:57 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-04-02 13:19:57 +0000 |
commit | 6a19e5407dde3b6ed61e609599cb71fa3a5c766e (patch) | |
tree | 7c0d5deef800415207f7fe2f6a9629cf5230d476 /qpid/cpp/docs/api/user.doxygen.in | |
parent | 12a2d33408473cdd53810a2619830a6bfa705ffe (diff) | |
download | qpid-python-6a19e5407dde3b6ed61e609599cb71fa3a5c766e.tar.gz |
Fix doxygen warnings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@643900 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/api/user.doxygen.in')
-rw-r--r-- | qpid/cpp/docs/api/user.doxygen.in | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/qpid/cpp/docs/api/user.doxygen.in b/qpid/cpp/docs/api/user.doxygen.in index cc1a2cf0ff..4b65b73347 100644 --- a/qpid/cpp/docs/api/user.doxygen.in +++ b/qpid/cpp/docs/api/user.doxygen.in @@ -61,16 +61,6 @@ CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English -# This tag can be used to specify the encoding used in the generated output. -# The encoding is not always determined by the language that is chosen, -# but also whether or not the output is meant for Windows or non-Windows users. -# In case there is a difference, setting the USE_WINDOWS_ENCODING tag to YES -# forces the Windows encoding (this is the default for the Windows binary), -# whereas setting the tag to NO uses a Unix-style encoding (the default for -# all platforms other than Windows). - -USE_WINDOWS_ENCODING = NO - # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in # the file and class documentation (similar to JavaDoc). @@ -1179,22 +1169,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 - # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the # graphs generated by dot. A depth value of 3 means that only nodes reachable # from the root by following a path via at most 3 edges will be shown. Nodes |