From: Leandro Lucarella Date: Mon, 21 Sep 2009 15:46:03 +0000 (-0300) Subject: Add doxygen-generated documentation support X-Git-Url: https://git.llucax.com/software/makeit.git/commitdiff_plain/bd1e098b0726f0ffdca3bea2937fada9dbabd9b4?ds=sidebyside;hp=bd1e098b0726f0ffdca3bea2937fada9dbabd9b4 Add doxygen-generated documentation support Now Lib.mak handle a new $D directory, where generated documentation should be built. A new "doc" phony rule is created to build all the documentation. Makefiles can append targets to the $(doc) variable to be build when the "doc" is used as a goal. A very specific but reasonably useful pattern rule is added to build doxygen based documentation. See the rule comment for more details. The example sub-project "otherproj" now includes doxygen-generated documentation as an example. ---