| re: help file
Herfried,
Thanks, I already have the stuff for the VB stuff, and for the code. But
remember this framework is intended to go to an "end user" as well. Someone
not so proficient in the art of code.
So, I want to build another pretty help system that kinda explains to a
developer how the framework works. So your not just looking at a bunch of
classes and saying "Where do I start", but when you get stuck, there it is
to bail you out..
AND THEN
combine that with technogarb from the class files for reference.
Thanks
CJ
"Herfried K. Wagner [MVP]" <hirf.nosp@m.gmx.at> wrote in message
news:n0crgjng.fsf@m.gmx.at...[color=blue]
> "CJ Taylor" <nospam@blowgoats.com> scripsit:[color=green]
> > Hey anyone have a good help file utility? Or recommend a good one? I'm
> > just too lazy right now and want to write out some help documenation for
> > this framework.[/color]
>
> You can use XML comments which can be used for creating an online help
> (using NDOC, for example):
>
> My XML Comments FAQ:
>
> VB Commenter
> <http://www.gotdotnet.com/team/ide/>
> -> section "VB Commenter"
>
> XML Documentation
> <http://www.gotdotnet.com/team/vb/>
> -> section "XML Documentation"
>
> VBXC - VB.NET XML Commentor
> <http://vbxmldoc.tor-erik.net/index.shtml>
>
> NDOC (formerly DOC.NET)
> <http://ndoc.sourceforge.net/>
>
> VB.DOC
> <http://vb-doc.sourceforge.net/>
>
> --
> Herfried K. Wagner
> MVP · VB Classic, VB.NET
> <http://www.mvps.org/dotnet>[/color] |