From ccee1d22c337d59b63483ce1e1ed6a9ce114a72d Mon Sep 17 00:00:00 2001 From: kuepper Date: Wed, 28 Sep 2005 16:32:35 +0000 Subject: [PATCH] Switch on documentation generation for private and static members. --- eo/doc/eo.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eo/doc/eo.cfg b/eo/doc/eo.cfg index b53502d3..4d2ad8eb 100644 --- a/eo/doc/eo.cfg +++ b/eo/doc/eo.cfg @@ -198,12 +198,12 @@ EXTRACT_ALL = NO # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_STATIC tag is set to YES all static members of a file # will be included in the documentation. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) # defined locally in source files will be included in the documentation.