Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / January 2008

Tip: Looking for answers? Try searching our database.

Exporting Summaries written for functions

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
amir.khatibzadeh@gmail.com - 16 Jan 2008 10:48 GMT
hi every body, i want to know how could it be possible to export
information and summaries I wrote for a function!

to clear up my Q

this is my summaries written for function

       /// <summary>
       /// get the column name of a column field of a table
       /// </summary>
       /// <param name="ColField"> Column Field </param>
       /// <returns>the column name of the column field </returns>
       private string GetColumnName(string ColField)
       {
           string p;
           // do something
           return p;
       }

there is a way that i could export the summaries as a html file for
documentary

is there anybody know how to do it?
Mattias Sjögren - 16 Jan 2008 20:21 GMT
>there is a way that i could export the summaries as a html file for
>documentary

The compiler can extract the comments to an XML file if you supply the
right compiler option (/doc on the command line).

To produce proper documentation from the XML file you can use an XSL
transform (may suffice if all you need is simple HTML) or a tool like
Sandcastle or NDOC.

http://www.codeplex.com/Sandcastle/
http://ndoc.sourceforge.net/

Mattias

Signature

Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.


Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.