storage server docs now included in main (public) documentation
This commit is contained in:
parent
fd7e00ee0a
commit
cb4d80990d
|
@ -20,8 +20,8 @@
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Author : $Author: maroy $
|
# Author : $Author: fgerlits $
|
||||||
# Version : $Revision: 1.8 $
|
# Version : $Revision: 1.9 $
|
||||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/doxygen.config,v $
|
# 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
|
# Private class members and static file members will be hidden unless
|
||||||
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
|
# 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
|
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
|
||||||
# will be included in the documentation.
|
# will be included in the documentation.
|
||||||
|
@ -430,7 +430,13 @@ INPUT = modules/core/include modules/core/src \
|
||||||
modules/schedulerClient/include \
|
modules/schedulerClient/include \
|
||||||
modules/schedulerClient/src \
|
modules/schedulerClient/src \
|
||||||
products/scheduler/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
|
# 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
|
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
|
||||||
|
|
Loading…
Reference in New Issue