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
Dear Ron, Willem, When the words are keywords defined in the php standard (I don't know php I don't know about the keywords officially defined) it has advantages to place them in the lex code (e.g. code coloring). Albert On Wed, Dec 18, 2013 at 5:20 PM, Ron Wilson wrote: > > On Wed, Dec 18, 2

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: <52b1a191.9010...@dds.nl> > Content-Ty

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