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.
Second Question: - My LaTex documents have a bunch of garbled characters when I create the LaTex output.
The makefile that gets generated is used for which OS?
Thanks for any help.
have you tried just taking the main latex file (refmanual.tex (or something)) and just pdf-tex this twice (eg use winedt or texnix-center)
Log in to post a comment.
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.
Second Question: - My LaTex documents have a bunch of garbled characters when I create the LaTex output.
The makefile that gets generated is used for which OS?
Thanks for any help.
have you tried just taking the main latex file (refmanual.tex (or something)) and just pdf-tex this twice (eg use winedt or texnix-center)