Re: [Doxygen-users] Adding Custom Commands to execute Shell Scripts
Brought to you by:
dimitri
From: Eric J. H. <er...@ho...> - 2010-07-18 13:36:32
|
On 7/18/2010 7:42 AM, Rosen Diankov wrote: > > Because i want things done correctly, the INPUT_FILTER is very > difficult for many reasons; i would have to create a parser for a > subset of doxygen. If it was just a matter of simply replacing > $OUTPUT_GOES_HERE, then ALIASES would be more than enough. > > I think you're not understanding something. Why do you need to parse any syntax at all? If the commands look like $OUTPUT_GOES_HERE ('cat /etc/passwd') can't you just write a simple filter that looks for the token $OUTPUT_GOES_HERE then gathers everything between the parens, execs your command, captures the output, and replaces it? What doxygen (or c++) syntax do you need to parse? |