| 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)?
|
||
Showing messages 1 through 1 of 1.
-
multiple dlls
2003-07-16 15:01:55 arithex [View]



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