[fpc-pascal] fpdoc document *.pas;*.inc

L505 fpc505 at z505.com
Fri Apr 7 22:30:08 CEST 2006


> >
> > It would be nice if I could build it right into the fpdoc tool though, so
> > it's just one step.
>
> I'll have a look at it. It should be easy to do.
>

I was looking into dw_html and I'm not sure if my object orientation theory is
right but:

Would this be the way to go:
 -create a dw_htmlsnip file, or dw_htmlbody
 -inherit the HTMLWriter and make a HTMLSnippetWriter object, or HTMLBodyWriter,
overriding the THTMLWriter.CreateHTMLPage with your own procedure, that
basically skipped the footer, skipped the header, skipped the body tag, etc.

I see all the header tags are basically created in THTMLWriter.CreateHTMLPage




More information about the fpc-pascal mailing list