Doxyfile: exclude malloc.c
authorBrian Norris <banorris@uci.edu>
Fri, 15 Jun 2012 06:55:25 +0000 (23:55 -0700)
committerBrian Norris <banorris@uci.edu>
Fri, 15 Jun 2012 06:55:25 +0000 (23:55 -0700)
I don't think we really want documentation for the dlmalloc code. It provides
several Doxygen warnings/complaints, and it muddies up some of the output HTML.
Maybe we can fix this up somehow later, but it's not really worth doing right
now.

Doxyfile

index 24cd0f9686ead482ca9e2cc361adb1b94c0dcacd..a6001c39d78c83ce618aaa55c4d936e55c1a23e6 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -693,7 +693,7 @@ RECURSIVE              = NO
 # Note that relative paths are relative to the directory from which doxygen is
 # run.
 
-EXCLUDE                =
+EXCLUDE                = malloc.c
 
 # The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
 # directories that are symbolic links (a Unix file system feature) are excluded