diff --git a/livesupport/etc/doxygen.config b/livesupport/etc/doxygen.config index 6a4a90619..6bc2808b1 100644 --- a/livesupport/etc/doxygen.config +++ b/livesupport/etc/doxygen.config @@ -20,8 +20,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # -# Author : $Author: maroy $ -# Version : $Revision: 1.8 $ +# Author : $Author: fgerlits $ +# Version : $Revision: 1.9 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/doxygen.config,v $ #------------------------------------------------------------------------------- @@ -220,7 +220,7 @@ SUBGROUPING = YES # Private class members and static file members will be hidden unless # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES -EXTRACT_ALL = NO +EXTRACT_ALL = YES # needed by storageServer docs # If the EXTRACT_PRIVATE tag is set to YES all private members of a class # will be included in the documentation. @@ -430,7 +430,13 @@ INPUT = modules/core/include modules/core/src \ modules/schedulerClient/include \ modules/schedulerClient/src \ products/scheduler/src \ - products/gLiveSupport/src + products/gLiveSupport/src \ + modules/storageServer/var \ + modules/storageServer/var/xmlrpc \ + modules/alib/var \ + modules/alib/var/xmlrpc \ + modules/getid3/var \ + modules/archiveServer/var # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp