From: Jan Pospíšil Date: Fri, 25 Feb 2005 12:03:11 +0000 (+0000) Subject: Added PDF options to doxygen conf. X-Git-Tag: glite-lb-client-interface_R_1_0_2~45 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a3a79892310626df339b9c3b8af9f80c4077e007;p=jra1mw.git Added PDF options to doxygen conf. --- diff --git a/org.glite.lb.client-interface/project/configure.properties.xml b/org.glite.lb.client-interface/project/configure.properties.xml index 0478eb8..80ace8c 100644 --- a/org.glite.lb.client-interface/project/configure.properties.xml +++ b/org.glite.lb.client-interface/project/configure.properties.xml @@ -20,6 +20,9 @@ Revision history: $Log$ + Revision 1.2.2.2 2005/02/25 09:37:52 mmulac + generate doxygen doc for notification.h + Revision 1.2.2.1 2005/02/18 14:00:16 jpospi - Removed all L&B Proxy related things - Documentation update @@ -70,12 +73,15 @@ INPUT = ./events.h \ ./jobstat.h \ ./producer.h \ ../interface/context.h \ + ../interface/notifid.h \ ../interface/notification.h \ ../interface/consumer.h -SHOW_DIRECTORIES = NO -EXTRACT_ALL = YES -#HAVE_DOT = YES -#CALL_GRAPH = YES +SHOW_DIRECTORIES = NO +FULL_PATH_NAMES = NO +EXTRACT_ALL = YES +PDF_HYPERLINKS = YES +USE_PDFLATEX = YES +HAVE_DOT = NO PROJECT_NAME = "Glite LB Client: CPP - Interface" @@ -89,7 +95,10 @@ INPUT = ../build/Event.h \ ../interface/ServerConnection.h \ ../interface/Notification.h SHOW_DIRECTORIES = NO +FULL_PATH_NAMES = NO EXTRACT_ALL = YES +PDF_HYPERLINKS = YES +USE_PDFLATEX = YES #HAVE_DOT = YES #CALL_GRAPH = YES