Re: Source code documentation
- From: Thomas Klein <tklein2@xxxxxx>
- Date: Tue, 16 May 2006 13:52:51 +0200
Hello,
If I do it the way you described, following exceptions occur:
An error occured while trying to build the documentation.
Exception: NDoc.Core.DocumenterException
Unable to find the HTML Help Compiler. Please verify that the HTML Help Workshop has been installed.
Exception: NDoc.Core.DocumenterException
Unable to find the HTML Help Compiler. Please verify that the HTML Help Workshop has been installed.
Exception: NDoc.Core.DocumenterException
bei NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project project) in C:\Dokumente und Einstellungen\tkraus\Desktop\ndoc\src\Documenter\Msdn\MsdnDocumenter.cs:Zeile 464.
bei NDoc.Gui.BuildWorker.ThreadProc() in C:\Dokumente und Einstellungen\tkraus\Desktop\ndoc\src\Gui\BuildWorker.cs:Zeile 63.
Exception: NDoc.Core.DocumenterException
bei NDoc.Documenter.Msdn.HtmlHelp.get_HtmlHelpCompiler() in C:\Dokumente und Einstellungen\tkraus\Desktop\ndoc\src\Documenter\Msdn\HtmlHelp.cs:Zeile 188.
bei NDoc.Documenter.Msdn.HtmlHelp.CompileProject() in C:\Dokumente und Einstellungen\tkraus\Desktop\ndoc\src\Documenter\Msdn\HtmlHelp.cs:Zeile 492.
bei NDoc.Documenter.Msdn.MsdnDocumenter.Build(Project project) in C:\Dokumente und Einstellungen\tkraus\Desktop\ndoc\src\Documenter\Msdn\MsdnDocumenter.cs:Zeile 435.
Bye
Thomas
GTi schrieb:
1).
Download the source from:
http://ndoc.sourceforge.net/ndoc-nightly.zip
2)
Start MS Visual Studio 2005
3)
Open NDoc.sln and complete the Conversion Wizard
4)
Press F5 (Start debugging)
5)
Press Yes in the build error popup screen
6)
Press Add on the right side in the Ndoc application.
Locate your file(s) - for me it was a DLL file (C# .NET 2.0).
7)
Select documentation type MSDN
8)
Build documentation (Ctrl+Shift+B)
And there you a fine MSDN documentation of your source
- Prev by Date: Iterating an array from set position
- Next by Date: Re: Iterating an array from set position
- Previous by thread: Iterating an array from set position
- Next by thread: How to convert a Stream to a String
- Index(es):
Relevant Pages
|