Hi: I've created a libclang based doxygen-like documentation tool I'm calling clang_doc. The attached patch was created in the extra directory.
The Makefile includes a gen_docs target for running it and generating html files for the clang_doc project. This target and related variables can be copied to other Makefiles with only minor name changes to generate html pages for other projects, e.g., libclang. clang_doc supports the tag concept, so you can link multiple projects, a la doxygen. I'd appreciate all comments and suggestions. thanks... don
clang_doc.patch
Description: Attachment: clang_doc.patch
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
