[Mono-list] monodoc advice

Philip phil@noggle.biz
Wed, 25 Feb 2004 13:51:51 -0500


Hello,

I'm using monodoc to build some docs for a project and had a few
questions. First monodoc has been integrated into our build system,
integration was easy and the docs look great. Once the docs are built
(make doc) they're exported to the sources directory where they can be
viewed with the browser. I want to be able to sync any docs generated
from future code changes, and documentation written through the browser.
Do I have to do anything special here to prevent anything from being
lost? 

Second, I'm getting errors in the browser when viewing my name spaces.
The classes view with the "Type" and "Summary" headings show up fine
with the Type field populated with my class names and the Summary field
containing the "to be added" tag and "An error occured while loading
type information: File "My.Namespace" not found. I'm not really sure
where to start tracking this one down. Any help would be great.

Thanks,
- Phil

ps Monodoc is one of the most useful tools yet, it's getting me out of
writing A LOT of documentation for my senior design project. Less
writing is good.