Generating VS.NET docs with NDoc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ian Harding

    Generating VS.NET docs with NDoc

    Sorry if this is the wrong place to ask, I can't find an NDoc specific
    group.

    I'm trying to generate VS.NET style docs from a NANT build script. The
    one remaining problem standing in my way is that I can't provide a valid
    documenter name for the ndocconsole command line. I've tried "VS.NET",
    "VS", "VSNET", "VS.NET 2003" and other variations but they all produce
    "The specified documenter name is invalid" at runtime. The rest of the
    command line is valid because I can specify -documenter="MSD N" and
    generate a CHM file.

    The documenter is named "VS.NET" in the NDoc help file, but the
    commandline reference doesn't list the name I should use to specify this.

    Please can someone tell me what the VS.NET documenter name needs to be,
    or point me to the correct part of the help file.

    Thank you,
    Ian
  • Ian Harding

    #2
    Re: Generating VS.NET docs with NDoc

    Ian Harding wrote:[color=blue]
    > Sorry if this is the wrong place to ask, I can't find an NDoc specific
    > group.
    >
    > I'm trying to generate VS.NET style docs from a NANT build script. The
    > one remaining problem standing in my way is that I can't provide a valid
    > documenter name for the ndocconsole command line. I've tried "VS.NET",
    > "VS", "VSNET", "VS.NET 2003" and other variations but they all produce
    > "The specified documenter name is invalid" at runtime. The rest of the
    > command line is valid because I can specify -documenter="MSD N" and
    > generate a CHM file.
    >
    > The documenter is named "VS.NET" in the NDoc help file, but the
    > commandline reference doesn't list the name I should use to specify this.
    >
    > Please can someone tell me what the VS.NET documenter name needs to be,
    > or point me to the correct part of the help file.
    >
    > Thank you,
    > Ian[/color]

    "MSDN 2003" seems to work. Usual rule of having to ask a newsgroup
    question before immediately finding the answer.

    Comment

    Working...