On Tue, 2007-07-31 at 04:29 +0000, Amos Jeffries wrote: > Update of cvs.devel.squid-cache.org:/cvsroot/squid/squid3/src/ICAP > > Modified Files: > Tag: docs > ICAPInitiate.h > Log Message: > Make doxygen happier with the source. > > > Index: ICAPInitiate.h > =================================================================== > RCS file: /cvsroot/squid/squid3/src/ICAP/ICAPInitiate.h,v > retrieving revision 1.2 > retrieving revision 1.2.10.1 > diff -C2 -d -r1.2 -r1.2.10.1 > *** ICAPInitiate.h 8 May 2007 16:51:27 -0000 1.2 > --- ICAPInitiate.h 31 Jul 2007 04:29:06 -0000 1.2.10.1 > *************** > *** 87,91 **** > // communication with the initiator > virtual void noteInitiatorAborted() = 0; > ! AsyncCallWrapper(93,3, ICAPInitiate, noteInitiatorAborted) > > protected: > --- 87,91 ---- > // communication with the initiator > virtual void noteInitiatorAborted() = 0; > ! AsyncCallWrapper(93,3, ICAPInitiate, noteInitiatorAborted) > /**DOCS_NOSEMI*/ > > protected:
Are there any alternative options to make doxygen happier without modifying the sources? Perhaps we can add a simple preprocessing script that would add the above crap before starting doxygen? Thank you, Alex.
