From a3a79892310626df339b9c3b8af9f80c4077e007 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Fri, 25 Feb 2005 12:03:11 +0000 Subject: [PATCH] Added PDF options to doxygen conf. --- .../project/configure.properties.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) 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 -- 1.8.2.3