logological / gpp

GPP, a generic preprocessor
https://logological.org/gpp
GNU Lesser General Public License v3.0
197 stars 31 forks source link

convenience script for rendering doxygen documentations #19

Closed mofosyne closed 1 year ago

mofosyne commented 7 years ago

Aka callgraphs. Which is important for future people to understand what is going on.

To use in ubuntu. Just call ./Doxyopen

logological commented 7 years ago

Thanks for the pull request. Though I appreciate that automatically generated source documentation may assist GPP developers, I'm not sure that it will add much value to GPP's users, and so I am hesitant to include code for it. In any case, I see that your code manually checks for and attempts to install the Doxygen dependencies. This should instead be handled by the build system (i.e., in configure.ac).