Re: [Doxygen-users] PHP alternative syntax (SOLVED)

2013-12-18 Thread Willem Bogaerts
> 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:

Re: [Doxygen-users] PHP alternative syntax

2013-12-18 Thread Albert
; 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

Re: [Doxygen-users] PHP alternative syntax

2013-12-18 Thread Ron Wilson
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

Re: [Doxygen-users] PHP alternative syntax

2013-12-18 Thread Albert
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

[Doxygen-users] PHP alternative syntax

2013-12-18 Thread Willem Bogaerts
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