Proof of Concept docbook support for doc++ ========================================== Purpose ------- Incredibly ugly patch to show the possibility of making DOC++ output docbook style definitions. This outputs doc++ tags in docbook reference mode. I didn't bother with typedefs, any c++ functionality or even test it with multiple files. Just running it over one or two sample c .h files. It works for me tm, consider it a proof of concept. How to Apply ------------ get doc++ release 3.4.2 (e.g. ftp://sunsite.unc.edu/pub/Linux/apps/doctools/) tar xvzf cd doc++-3.4.2 patch -p1 < ../file.patch (or whatever you called it) ./configure make Caolan McNamara (2000)