> Doxygen has a pre-processor similar to the C/C++ pre-processor. Is your
> Doxygen configuration, you can configure "macros" to replace the
> alternate keywords with their primary equivalents.
I wrote a little batch file (translate.sh) that calls "sed -f phpalt.sed $1"
And phpalt.sed contains:
; On Wed, Dec 18, 2013 at 8:44 AM, <
> doxygen-users-requ...@lists.sourceforge.net> wrote:
>
>>
>> Date: Wed, 18 Dec 2013 14:22:25 +0100
>> From: Willem Bogaerts
>> Subject: [Doxygen-users] PHP alternative syntax
>> To: doxygen-users@lists.sourceforge.ne
On Wed, Dec 18, 2013 at 8:44 AM, <
doxygen-users-requ...@lists.sourceforge.net> wrote:
>
> Date: Wed, 18 Dec 2013 14:22:25 +0100
> From: Willem Bogaerts
> Subject: [Doxygen-users] PHP alternative syntax
> To: doxygen-users@lists.sourceforge.net
> Message-ID: <52b1a19
Dear Willem,
Please have a look at code.l and scanner.l (are used for multiple
languages).
Albert
On Wed, Dec 18, 2013 at 2:22 PM, Willem Bogaerts wrote:
> Dear group,
>
> Does anyone know where I can find the PHP keywords in the doxygen source
> code? I'd like to add the "alternative syntax
Dear group,
Does anyone know where I can find the PHP keywords in the doxygen source
code? I'd like to add the "alternative syntax" ending keywords, like
"endif", "endforeach", "endwhile", etc.
This should prevent those keywords to be mistaken for functions and to
be added as references.
Thanks