Menu

#171 Adding documentation to NDoc projects by hand

open
nobody
None
5
2004-08-31
2004-08-31
No

I would like to add my own, hand-written howto
documentation to an NDoc project. Is this possible?

For example, I would d like to add a "Getting Started"
section to my complete API reference.

Discussion

  • Don Kackman

    Don Kackman - 2004-10-24

    Logged In: YES
    user_id=4516

    Which documentater are you planning on using?

     
  • Anonymous

    Anonymous - 2004-10-27

    Logged In: YES
    user_id=1114117

    I'm using the MSDN documenter. I want both html and .chm
    file output.

    Right now, I'm implementing my own documenter which is
    really just a hacked up version of the MsdnDocumenter.

    Right now, I put all the typical documenation in a book
    called "API Reference". Plus I create several other books
    and add documents to it.

    Basically, I hacked the documenter to recurse through a
    directory such as "myProject\docs".

    For each subdir in myProject\docs
    newBook = subdir.name;
    newBook.titlepage = subdir.name + ".html" (if it exists)
    for each *.html in subdir
    add html page to book
    end
    recurse on subdir
    end

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.