Documentation generation
Function phoenix_create_doc calls doxygen when target doc is called:
doc if it does not exist.
It uses information defined with phoenix_base_project (see in part "SimpleUse").
Then, you can activate documentation and generate it with:
On installation (with make install), documentation will be installed in CMAKE_INSTALL_PREFIX/share/ProjectName/doc
To activate extra generator such as PhoenixTex2Html, you can activate it in the CMake call with:
Or simply:
Will activateDOC_MODE anyway.