From 757e5c0575168d15ed0592363ba9a6eb7089120f Mon Sep 17 00:00:00 2001 From: Manfred Bathelt Date: Wed, 31 Jul 2013 08:00:52 -0700 Subject: doc: configured doxygen document generation added excludes for unit tests excluded murmurhash excluded namespace "std" added UML diagrams --- .gitignore | 1 + doxygen.cfg | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a101ade..795a15d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ /config.log /config.status /configure +/doc /libtool /m4/libtool.m4 /m4/lt*.m4 diff --git a/doxygen.cfg b/doxygen.cfg index ec60bb2..93c2ccd 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -687,7 +687,7 @@ RECURSIVE = YES # Note that relative paths are relative to the directory from which doxygen is # run. -EXCLUDE = +EXCLUDE = src/test build-aux src/murmurhash # 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 @@ -709,7 +709,7 @@ EXCLUDE_PATTERNS = # wildcard * is used, a substring. Examples: ANamespace, AClass, # AClass::ANamespace, ANamespace::*Test -EXCLUDE_SYMBOLS = +EXCLUDE_SYMBOLS = std # The EXAMPLE_PATH tag can be used to specify one or more files or # directories that contain example code fragments that are included (see @@ -1654,7 +1654,7 @@ GROUP_GRAPHS = YES # collaboration diagrams in a style similar to the OMG's Unified Modeling # Language. -UML_LOOK = NO +UML_LOOK = YES # If the UML_LOOK tag is enabled, the fields and methods are shown inside # the class node. If there are many fields or methods and many nodes the -- cgit v1.2.1