diff options
author | Alan Conway <aconway@apache.org> | 2007-03-30 20:14:10 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-03-30 20:14:10 +0000 |
commit | fb410c63d08e87019b3d2a8d85820ae809758f62 (patch) | |
tree | d3f02f251efab8d8fd19130ba81a6a1edc404a2f /cpp/docs/api/developer.doxygen | |
parent | d6b37b0e3fb60c2759f225f4e6f0a1e4c652dda5 (diff) | |
download | qpid-python-fb410c63d08e87019b3d2a8d85820ae809758f62.tar.gz |
Fixed autmake $wildcard warnings, added html-dev to generate full doxygen for developers (slow!).
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@524260 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/api/developer.doxygen')
-rw-r--r-- | cpp/docs/api/developer.doxygen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/api/developer.doxygen b/cpp/docs/api/developer.doxygen index 4679876d09..46661c14ca 100644 --- a/cpp/docs/api/developer.doxygen +++ b/cpp/docs/api/developer.doxygen @@ -635,7 +635,7 @@ GENERATE_HTML = YES # If a relative path is entered the value of OUTPUT_DIRECTORY will be # put in front of it. If left blank `html' will be used as the default path. -HTML_OUTPUT = html +HTML_OUTPUT = html-dev # The HTML_FILE_EXTENSION tag can be used to specify the file extension for # each generated HTML page (for example: .htm,.php,.asp). If it is left blank |