How can i configure GNU Radio Companion 3.7.3 with Doxygen so taht i can
view the blocks’ documentation from inside GRC?I have Doxygen installed
but
its not configured with GRC.
Regards,
Ali
Hi Ali,
to enable doxygen, pass -DENABLE_DOXYGEN=On to the cmake call
Greetings,
Marcus
I tried to do it but got the following error:
CMake Error at CMakeLists.txt:22 (message):
Prevented in-tree build. This is bad practice.
– Configuring incomplete, errors occurred!
Regards,
Ali
On Thu, Jun 5, 2014 at 1:05 PM, Marcus Müller [email protected]
You’re not using Cmake properly. Please refer to the source build guide
in the wiki.
Greetings,
Marcus