Re: [Doxygen-users] PHP alternative syntax
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2013-12-18 16:54:59
|
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 <ron...@gm...> wrote: > > On Wed, Dec 18, 2013 at 8:44 AM, < > dox...@li...> wrote: > >> >> Date: Wed, 18 Dec 2013 14:22:25 +0100 >> From: Willem Bogaerts <w-...@dd...> >> Subject: [Doxygen-users] PHP alternative syntax >> To: dox...@li... >> Message-ID: <52B...@dd...> >> Content-Type: text/plain; charset=ISO-8859-1 >> >> >> 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. >> > > 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. > > Alternately, you could write an input filter for Doxygen to perform the > replacements. You could even write the filter in PHP. > > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > > |