[uniquemm] Exclude HelperList symbol from the Doxygen output
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [uniquemm] Exclude HelperList symbol from the Doxygen output
- Date: Thu, 10 Sep 2009 12:38:25 +0000 (UTC)
commit eadc85e70d02d28dac505228f9cbb16116912887
Author: Daniel Elstner <danielk openismus com>
Date: Thu Sep 10 14:29:30 2009 +0200
Exclude HelperList symbol from the Doxygen output
* doc/reference/Doxyfile.in (EXCLUDE_SYMBOLS): Add "HelperList to the
list of excluded symbols. Apparently Doxygen picks this up from the
gtkmm tag file and wrongly associates it with uniquemm.
(EXAMPLE_PATH): Point to the examples directory.
doc/reference/Doxyfile.in | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/Doxyfile.in b/doc/reference/Doxyfile.in
index 2315829..b8a122b 100644
--- a/doc/reference/Doxyfile.in
+++ b/doc/reference/Doxyfile.in
@@ -100,6 +100,7 @@ EXCLUDE =
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS =
EXCLUDE_SYMBOLS = _* \
+ HelperList \
adaptor_trait \
basic_filebuf \
basic_streambuf \
@@ -108,7 +109,7 @@ EXCLUDE_SYMBOLS = _* \
internal \
pair \
unary_function
-EXAMPLE_PATH =
+EXAMPLE_PATH = "@abs_top_srcdir@/examples"
EXAMPLE_PATTERNS = *.cc \
*.h
EXAMPLE_RECURSIVE = NO
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]