From bac91bab68e2a50aa5ceee4057624a56eaf6c9bf Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Thu, 14 Jun 2012 23:55:25 -0700 Subject: [PATCH 1/1] Doxyfile: exclude malloc.c 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 24cd0f9..a6001c3 100644 --- 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 -- 2.34.1