[cfe-commits] (RFC) clang_doc, a libclang based documentation tool

don hinton don.hinton at gmx.com
Sat Aug 18 11:31:37 PDT 2012


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 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang_doc.patch
Type: application/octet-stream
Size: 38896 bytes
Desc: Attachment: clang_doc.patch
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120818/230aa3c2/attachment.obj>


More information about the cfe-commits mailing list