Re: docs squid3/src/ICAP ICAPInitiate.h,1.2,1.2.10.1

From: Amos Jeffries <squid3@dont-contact.us>
Date: Mon, 06 Aug 2007 23:36:19 +1200

Alex Rousskov wrote:
> 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?
>

As a followup on this....

Similar problem with:
  MEMPROXY_CLASS_INLINE(*)

searching through the code for it showed a very inconsistent use of ';'
after that one, some code has it others don't.

Seeing as there is code with a semi in place that hasn't died on any
compilers. I'm wondering if we should make that one at least semi'd
universally through the code.

Amos
Received on Mon Aug 06 2007 - 05:36:37 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Aug 31 2007 - 12:00:05 MDT