473,387 Members | 1,282 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Code Documentation

There is a way to create documentation in Visual Studio 2005 (much like
javadoc) but I can't remember exactly how it's done.

Could someone refresh my memory please?

Jan 23 '06 #1
4 1897
marmaxx wrote:
There is a way to create documentation in Visual Studio 2005 (much like
javadoc) but I can't remember exactly how it's done.

Could someone refresh my memory please?


Your XML comments are "stripped" into a XML file when you compile
("Generate XML Documentation" option must be checked). Then you use NDoc
to convert that to your preferred format (javadoc, MSDN style or
whatever else you like). That easy :)
Jan 23 '06 #2
What language are you developing in? C# has XML based commenting, which can
generate a set of html reference pages, much like the MSDN library. Someone
correct me if I'm wrong, but I believe there are plugins that will allow you
to do this with VB as well.
--
-Chad Grooms, MCSD
www.chadgrooms.com
"marmaxx" wrote:
There is a way to create documentation in Visual Studio 2005 (much like
javadoc) but I can't remember exactly how it's done.

Could someone refresh my memory please?

Jan 23 '06 #3
marmaxx wrote:
There is a way to create documentation in Visual Studio 2005 (much like
javadoc) but I can't remember exactly how it's done.

Could someone refresh my memory please?


nDoc
Jan 23 '06 #4
> Then you use NDoc to convert that to your preferred format (javadoc, MSDN
style or whatever else you like). That easy :)
I prefer to use XSL over NDoc, but I'm a bit of a control freak.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Who is Mighty Abbott?
A twin turret scalawag.

"john smith" <jo**@smith.com> wrote in message
news:uU*************@TK2MSFTNGP12.phx.gbl... marmaxx wrote:
There is a way to create documentation in Visual Studio 2005 (much like
javadoc) but I can't remember exactly how it's done.

Could someone refresh my memory please?


Your XML comments are "stripped" into a XML file when you compile
("Generate XML Documentation" option must be checked). Then you use NDoc
to convert that to your preferred format (javadoc, MSDN style or whatever
else you like). That easy :)

Jan 24 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Brian Beck | last post by:
Hi. I'm having some problems with code based directly on the following httplib documentation code: http://www.zvon.org/other/python/doc21/lib/httplib-examples.html I've included the code and...
6
by: Mario T. Lanza | last post by:
Greetings, I don't know about you guys but on many occasions I've asked myself whether or not someone else has solved a particular programming issue -- whether or not they developed a clever...
12
by: Fredrik Olsson | last post by:
Hello. For Java there is javadac, for Obj-C headerdoc2html, for C doxygen, and even for good old VB 6 there is VBDox. But I have found no suitable tool for documenting my .net code to get...
12
by: Steven T. Hatton | last post by:
This is something I've been looking at because it is central to a currently broken part of the KDevelop new application wizard. I'm not complaining about it being broken, It's a CVS images. ...
67
by: Steven T. Hatton | last post by:
Some people have suggested the desire for code completion and refined edit-time error detection are an indication of incompetence on the part of the programmer who wants such features. ...
0
by: XSD-optimist | last post by:
I am trying to generate the classes for an XSD schema using the Microsoft XSD Object Code Generator (XSDObjGen). I am having a schema that contains the definition of the following: 1. a complex...
25
by: Alvin Bruney | last post by:
C# is great but it does have some short comings. Here, I examine one of them which I definitely think is a shortcoming. Coming from C++, there seems to be no equivalent in C# to separate code...
232
by: robert maas, see http://tinyurl.com/uh3t | last post by:
I'm working on examples of programming in several languages, all (except PHP) running under CGI so that I can show both the source files and the actually running of the examples online. The first...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.