Women in Technology

Hear us Roar



Article:
  Using NDoc: Adding World-Class Documentation to Your .NET Components
Subject:   multiple dlls
Date:   2003-07-16 12:56:20
From:   anonymous2
Does the last section on linking to external documentation intimate that it is impossible to place documentation from several .dlls into one .chm file? For example, let's suppose I build acme.dll and foo.dll. Is there a way to combine the resulting .xml files and pass the complete file to NDoc (along with both .dlls)?


Great article.


Regards,
tony

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • multiple dlls
    2003-07-16 15:01:55  arithex [View]

    It's certainly possible... Just fire up NDocGui.exe, and add all your assemblies (and their associated .xml doc files) to the listbox at the top of the form. Perhaps I misunderstood your question?

    Considering the section on external documentation, the key word is "external" -- meaning an assembly which you don't own the source code to.

    It's not readily possible to inject your own assemblies' documentation into a .chm file produced by a 3rd party, if that's what you're asking...

    -S