2009-06-08 17:01:59 UTC
I am using visual studio 2005 to generate my C# code. I am using the windows version of doxygen.
I have created a post build script that call doxygen with my configuration file and this is working with no errors.
My question - Is there a way to pass in arguments to doxygen?
I would like to pass in the version information from the assembly information.
The second thing I would like to do is turn on calling graphs when I create my release documention.
I am able to do this with two different configuration files, but I was hoping I could send the CALL_GRAPH token via the command line.
Thanks for any help.