From: Jan Pospíšil Date: Wed, 8 Dec 2004 13:04:29 +0000 (+0000) Subject: first attemtp to generate documentation using doxygen X-Git-Tag: glite-wms-utils-exception_R_1_0_0~24 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=bfee94884d3b2a95af368b9c505bc8621056483c;p=jra1mw.git first attemtp to generate documentation using doxygen --- diff --git a/org.glite.lb.client-interface/Makefile b/org.glite.lb.client-interface/Makefile index b1632b9..146f0ad 100644 --- a/org.glite.lb.client-interface/Makefile +++ b/org.glite.lb.client-interface/Makefile @@ -54,6 +54,10 @@ distbin: cd ${top_srcdir}/tmpbuilddir && tar -czf ${top_srcdir}/${distdir}/${package}-${version}_bin.tar.gz * rm -rf ${top_srcdir}/tmpbuilddir +doc: + doxygen C.dox + doxygen CPP.dox + install: -mkdir -p ${PREFIX}/${STAGETO} -mkdir -p ${PREFIX}/share/doc/${package}-${version} diff --git a/org.glite.lb.client-interface/project/configure.properties.xml b/org.glite.lb.client-interface/project/configure.properties.xml index d23218e..f894934 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.1 2004/07/06 17:47:31 flammer + Update of classpath definitions, targets & configure file. + Revision 1.3 2004/06/23 00:16:08 dimeglio Added globalprefix and lbprefix parameters @@ -51,5 +54,32 @@ lbprefix=${subsystem.prefix} PREFIX=${install.dir} version=${module.version} + +PROJECT_NAME = "Glite LB Client: C - Interface" +PROJECT_NUMBER = ${module.version} +OUTPUT_DIRECTORY = ${component.dir}/doc/C +OPTIMIZE_OUTPUT_FOR_C = YES +INPUT = ./events.h \ + ./jobstat.h \ + ./producer.h \ + ../interface/context.h \ + ../interface/consumer.h +#HAVE_DOT = YES +#CALL_GRAPH = YES + + +PROJECT_NAME = "Glite LB Client: CPP - Interface" +PROJECT_NUMBER = ${module.version} +OUTPUT_DIRECTORY = ${component.dir}/doc/CPP +INPUT = ../build/Event.h \ + ../build/JobStatus.h \ + ../interface/Job.h \ + ../interface/CountRef.h \ + ../interface/LoggingExceptions.h \ + ../interface/ServerConnection.h \ + ../interface/Notification.h +#HAVE_DOT = YES +#CALL_GRAPH = YES +