XML Documentation in ASP.NET web sites
- From: gzinger <gzinger1@xxxxxxxxxxxxxxxx>
- Date: Thu, 23 Mar 2006 13:37:01 -0800
Since I never seen the following question answered, I am re-posting it:
Hi
Im using ASP.NET 2 with C# in codebehind files and Visual Studio 2005 Team
Edition.
I have embedded lots of XML Documentation (<summary>,<see>,etc) into my
ASP.NET project in code behind files of ASP pages, user controls and classes
in the App_Code directory. I have added the "/doc" compiler option using the
web.config (see snippet at bottom of post).
When i build my website it seems to only generate the XML documentation for
one file only.
Is there a way to generate all documentation for the web project?
Also if i give the full path to the /doc option i can find the output but if
i just give a file name i dont know where it creates the file.
Has anyone ever had any success with XML documentation of web projects? Let
me
know if there is a work around that im missing on the web.
Thanks
Ben Crinion
<system.codedom>
<compilers>
<compiler
language="c#;cs;csharp"
extension=".cs"
type="Microsoft.CSharp.CSharpCodeProvider"
compilerOptions="/doc:c:\XMLDOCS.xml"
warningLevel="1" />
</compilers>
</system.codedom
--
http://www.zbitinc.com
.
- Follow-Ups:
- RE: XML Documentation in ASP.NET web sites
- From: "Yuan Ren[MSFT]"
- RE: XML Documentation in ASP.NET web sites
- Prev by Date: Re: ASP.NET 2.0 Intranet starter kit
- Next by Date: WindowsTokenRoleProvider Anyone?
- Previous by thread: SetAuthCookie works some times and fails some times?
- Next by thread: RE: XML Documentation in ASP.NET web sites
- Index(es):