1 | initial version |
you have to select BUILD_DOCS=ON
in cmake first, then it's make doxygen
(also make install
should build the docs then, as the very last step)
2 | No.2 Revision |
you have to select BUILD_DOCS=ON
in cmake first, also DOXYGEN_EXECUTABLE
should point to the doxygen binary in cmake, then it's make doxygen
(also make install
should build the docs then, as the very last step)