Looking for a C# VS 2005 Documentation/Help tool

  • Thread starter Thread starter antoan
  • Start date Start date
A

antoan

I have tried NDoc 1.3.1 - dues not support .net 2.0 assemblies (have
also tried the hack involving a config file using the <supportedruntime
version="v2.0.50727"> to no avail - crashes) as well as a beta NDoc 2005
(can initiate conversion from 2005 solution but also crashes -
possibly buggy).

Can anyone suggest anything I can use to generate help for a VS 2005
project, or from the generated xml from source comments?

Antoan
 
Hello antoan,

GhostDoc, XSLT

PS: it seems to be the most asking question. It raises even several times
in day.

a> I have tried NDoc 1.3.1 - dues not support .net 2.0 assemblies (have
a> also tried the hack involving a config file using the
a> <supportedruntime
a> version="v2.0.50727"> to no avail - crashes) as well as a beta NDoc
a> 2005
a> (can initiate conversion from 2005 solution but also crashes -
a> possibly buggy).
a> Can anyone suggest anything I can use to generate help for a VS 2005
a> project, or from the generated xml from source comments?
a>
a> Antoan
a>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Michael said:
Hello antoan,

GhostDoc, XSLT

PS: it seems to be the most asking question. It raises even several
times in day.

a> I have tried NDoc 1.3.1 - dues not support .net 2.0 assemblies (have
a> also tried the hack involving a config file using the
a> <supportedruntime
a> version="v2.0.50727"> to no avail - crashes) as well as a beta NDoc
a> 2005
a> (can initiate conversion from 2005 solution but also crashes -
a> possibly buggy).
a> Can anyone suggest anything I can use to generate help for a VS 2005
a> project, or from the generated xml from source comments?
a> a> Antoan
a> ---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do
not cease to be insipid." (c) Friedrich Nietzsche
Thanx Michael,
Actually I came across one of your past replies earlier suggesting
GhostDoc and I have it already installed. I am not sure its what I want
though, it is quoted as an automatic xml comment generator. I have the
comments in place just need to convert the xml to sdk like docs.

Cheers
 
XSLT is all you need to turn XML into HTML.

Visual Studio has some sort of document generation stuff built into it,
but I don't like it very much. Have you tried that? I can't find it
now that I'm looking for it, maybe someone else knows about it.
 
Hello antoan,

See there http://jonas.lagerblad.com/blog/?p=4

a> Michael Nemtsev wrote:
a>a> Thanx Michael,
a> Actually I came across one of your past replies earlier suggesting
a> GhostDoc and I have it already installed. I am not sure its what I
a> want
a> though, it is quoted as an automatic xml comment generator. I have
a> the
a> comments in place just need to convert the xml to sdk like docs.
a> Cheers
a>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top