|
Notes:
Doxygen & C++ Class / Header Templates
-
To use Doxygen with vuVolume, go to the folder where vuVolume
resides.
-
To setup doxygen, type in:
> doxygen -g
And the default configuration file will be used.
-
To generate doxygen documents, simply type in:
> doxygen
Now there should be a folder named "html" and another named
"latex" where the documentations are stored.
-
To update the documentations, type in:
> doxygen -u
-
The doxygen manual can be found
here.
|
|