summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-26 02:24:21 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-26 02:24:21 +0000
commitf1435bef7242495e66f58e17041039fc5f268774 (patch)
tree5fa7e6aa4bb77856d3543eb9eada1a31374c0a1e
parent2f4547329504e22852677ffe9c714e68d003a5af (diff)
downloadATCD-f1435bef7242495e66f58e17041039fc5f268774.tar.gz
ChangeLogTag:Thu Jun 26 02:22:42 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog7
-rw-r--r--etc/ace.doxygen4
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7520cff3c8e..01b47638f96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Jun 26 02:22:42 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * etc/ace.doxygen:
+ Added ace/pre.h and ace/post.h to the exclude list. This will
+ clean up the file dependency graphs a bit and make the more
+ complex ones a bit easier to read.
+
Thu Jun 26 01:47:03 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/config-freebsd.h:
diff --git a/etc/ace.doxygen b/etc/ace.doxygen
index 4395219d584..719ac9bbe95 100644
--- a/etc/ace.doxygen
+++ b/etc/ace.doxygen
@@ -57,7 +57,9 @@ INPUT = docs \
ace/os_include/sys
FILE_PATTERNS = *.h *.cpp *.inl *.i *.txt
RECURSIVE = NO
-EXCLUDE = ace/config.h
+EXCLUDE = ace/config.h \
+ ace/pre.h \
+ ace/post.h
EXCLUDE_PATTERNS = config-*.h
EXAMPLE_PATH =
EXAMPLE_PATTERNS =