Re: [Doxygen-users] Adding Custom Commands to execute Shell Scripts
Brought to you by:
dimitri
From: Adam N. <a.n...@sh...> - 2010-07-18 05:38:02
|
> I realize there is an INPUT_FILTER configuration, but I would really > hate to have to spoon-feed doxygen this way. > >> Therefore, what do you think about the proposal of adding a \shell >> command to doxygen? For example: >> >> \shell "progname args" Couldn't you use INPUT_FILTER to write a parser that runs these \shell commands instead? How would you make the commands platform independent anyway? (e.g. can you tie in your autoconf scripts to replace program paths to account for differences between user PCs?) Cheers, Adam. |