Re: [Doxygen-users] Adding Custom Commands to execute Shell Scripts
Brought to you by:
dimitri
From: Eric J. H. <er...@ho...> - 2010-07-23 14:36:33
|
On 7/23/2010 8:17 AM, Rosen Diankov wrote: > What happens if I have a '(' or ')' in the command? Does that mean > that I cannot document the "$OUTPUT_THIS_COMMAND" itself because it is > a reserved keyword? I also want to use ALIASES and have arguments to > the alias that I should pass into $OUTPUT_THIS_COMMAND, how does that > work? > > Ah.... you want to pass arguments. Well, then, I think you'll need your \shell extension > Obviously, you are a much better programmer and know your way around > such scripts, so it would be greatly appreciated if you can help with > this trivial script... perhaps even put it somewhere on the doxygen > website so others don't have to struggle? > > I apologize, Rosen. I thought you really just wanted to execute fixed commands. If you want more than that, I think you'll need your extension. |