Zeavon wrote: > > Heya, > I've converted my CircleMUD to C++ and would like to build out an > HTML cross-reference of function calls, and all that good stuff. There is > currently one like this for some version of CircleMUD at: > http://www.circlemud.org/~jelson/circle/cdp/cxref/ > > I tried using cxref on the C++, but it choked and died. Any > suggestions on a program that will create somethig like this for C++? Maybe doxygen is what you're looking for, it does take a bit of playing with it's config file to get everything out you might want, but you can get cross referenced output for everything. take a look at www.doxygen.org. you can also comment the code in a special way, bit like javadoc stuff, so that it includes the comments into the outputed html files (oh it can output in html, man , latex, and rtf Cheers, Chris +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/11/01 PDT