From 8f50a2d1094c6129ce438d434d218f7d6c85af19 Mon Sep 17 00:00:00 2001 From: maroy Date: Tue, 23 Nov 2004 13:51:17 +0000 Subject: [PATCH] added authentication module --- livesupport/etc/doxygen.config | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/livesupport/etc/doxygen.config b/livesupport/etc/doxygen.config index 533bf1c35..7eae58ad6 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: fgerlits $ -# Version : $Revision: 1.5 $ +# Author : $Author: maroy $ +# Version : $Revision: 1.6 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/doxygen.config,v $ #------------------------------------------------------------------------------- @@ -419,6 +419,8 @@ WARN_LOGFILE = # with spaces. INPUT = modules/core/include modules/core/src \ + modules/authentication/include \ + modules/authentication/src \ modules/db/include modules/db/src \ modules/storage/include modules/storage/src \ modules/playlistExecutor/include \