Doxygen Setup¶
Unix Console Doxygen Setup¶
Check for
doxygen
|
You may well already have doxygen installed but is it most likely in your systems repositories. If not, build from source here. |
Run cmake |
CMake will genereate the doyxgen config file in ${CMAKE_DIR}/Framework/Doxygen/Mantid.doxyfile |
You’re done!
Try!
|
|
Visual Studio Doxygen Setup¶
Install doxygen binaries |
Download the Windows binaries and install them. I’ll assume in the following you installed doxygen in c:program filesdoxygen |
Rerun CMake |
Run cmake for the build to ensure that the Mantid.doxyfile is created |
Add VC++ Tool: “DoxyGen” |
|
Add VC++ Tool: “view DoxyGen” |
|
You’re done! Try! “DoxyGen” |
|
Eclipse Doxygen Setup¶
Check for doxygen |
You may well already have doxygen installed, but if not you can install it at the same time as the plugin below via the update site |
Run cmake |
This will generate the doxygen config file in ${CMake_DIR}/Framework/Doxygen/Mantid.doxygen |
Install Eclipse plugin: “Eclox” |
|
You’re done! Try! |
|