BIND 10 trac2853, updated. f61a5e73721ee68e4fb330f59a15fe5baf8fadb2 [2853] Add Doxyfile-xml
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 6 23:48:46 UTC 2013
The branch, trac2853 has been updated
via f61a5e73721ee68e4fb330f59a15fe5baf8fadb2 (commit)
from 3d96ea46c8191bff66e8ec93b00414f6a78a66f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f61a5e73721ee68e4fb330f59a15fe5baf8fadb2
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Jun 7 05:18:20 2013 +0530
[2853] Add Doxyfile-xml
-----------------------------------------------------------------------
Summary of changes:
doc/Doxyfile-xml | 7 +++++++
doc/Makefile.am | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 doc/Doxyfile-xml
-----------------------------------------------------------------------
diff --git a/doc/Doxyfile-xml b/doc/Doxyfile-xml
new file mode 100644
index 0000000..ae5be8a
--- /dev/null
+++ b/doc/Doxyfile-xml
@@ -0,0 +1,7 @@
+# This is a doxygen configuration for generating XML output as well as HTML.
+#
+# Inherit everything from our default Doxyfile except GENERATE_XML, which
+# will be reset to YES
+
+ at INCLUDE = Doxyfile
+GENERATE_XML = YES
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3120280..e08de67 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = guide
-EXTRA_DIST = version.ent.in differences.txt
+EXTRA_DIST = version.ent.in differences.txt Doxyfile Doxyfile-xml
devel:
mkdir -p html
More information about the bind10-changes
mailing list