473,405 Members | 2,287 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,405 software developers and data experts.

C# XML Doc Tags

Maybe it's me but I can't get several of the
documentation tags to work. They are added verbatim to
the generated comment webpage even though the links are
accurate.

I can't get paramref, see and seealso to work.
Furthermore when viewing the members of an enumeration
the link back to the parent type is wrong.

Does anybody else have this problem? The concept is cool
but it doesn't seem to work correctly.

BTW, this happens on 2 different machines using both my
own code and samples from MSDN and the Web. I'm using
VS .NET 2003. The steps I take are:

1) Create a project with the comments
2) Compile the solution
3) Build the comment webpage from the Tools menu

Thanks,
Michael Taylor - 7/21/03

Nov 15 '05 #1
5 5589
> 3) Build the comment webpage from the Tools menu

Michael -
I've never seen the problem that you're describing, but I have a tool
that might help. Check out NDoc (http://sourceforge.net/projects/ndoc). You
probably want to download the last stable release which is ndoc-installer
(ndoc v1.1c). NDoc is an open source tool which can build MSDN style or
JavaDoc style help files. (It can also make LaTeX and Xml files for those
who want a more custom solution.) It has a whole slew of options you can
turn on or off to customize your documentation. I find it to be a much
better tool for building documentation than the VS.NET build-in documenter
which produces what I feel is a less-than-user friendly help file.

Just my two cents. Although I'm sure you'd like to get the VS.NET issue
resolved as well. ;-)
--

Kevin Conroy, Programmer
Nov 15 '05 #2
Actually I'm playing around with NDoc but I want to make sure the comments
in the code are correctly generated before I get to far. Thanks.

Michael Taylor - 7/21/03

"Kevin Conroy" <kc******@prolist.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
3) Build the comment webpage from the Tools menu
Michael -
I've never seen the problem that you're describing, but I have a tool
that might help. Check out NDoc (http://sourceforge.net/projects/ndoc).

You probably want to download the last stable release which is ndoc-installer
(ndoc v1.1c). NDoc is an open source tool which can build MSDN style or
JavaDoc style help files. (It can also make LaTeX and Xml files for those
who want a more custom solution.) It has a whole slew of options you can
turn on or off to customize your documentation. I find it to be a much
better tool for building documentation than the VS.NET build-in documenter
which produces what I feel is a less-than-user friendly help file.

Just my two cents. Although I'm sure you'd like to get the VS.NET issue resolved as well. ;-)
--

Kevin Conroy, Programmer

Nov 15 '05 #3
JKJ
I LOVE ndoc. I use it every time I write an app.
Documenting before C# was a PITA. With C# XML comments it
is much less a drag - but I don't like the built in
documentor. nDoc makes your code documenting much more
professional looking, IMO. Because of how nDoc makes my
documentation look (I prefer MSDN style), it encourages me
to document my code more thoroughly.
-----Original Message-----
3) Build the comment webpage from the Tools menu
Michael -
I've never seen the problem that you're describing,

but I have a toolthat might help. Check out NDoc (http://sourceforge.net/projects/ndoc). Youprobably want to download the last stable release which is ndoc-installer(ndoc v1.1c). NDoc is an open source tool which can build MSDN style orJavaDoc style help files. (It can also make LaTeX and Xml files for thosewho want a more custom solution.) It has a whole slew of options you canturn on or off to customize your documentation. I find it to be a muchbetter tool for building documentation than the VS.NET build-in documenterwhich produces what I feel is a less-than-user friendly help file.
Just my two cents. Although I'm sure you'd like to get the VS.NET issueresolved as well. ;-)
--

Kevin Conroy, Programmer
.

Nov 15 '05 #4
> professional looking, IMO. Because of how nDoc makes my
documentation look (I prefer MSDN style), it encourages me
to document my code more thoroughly.


I agree. I was very surprised that VS.NET didn't make MSDN style
documentation by default. Seemed like the natural thing to do.

Michael - Are the help files NDoc is making not linking properly (the
parmref, see, and seealso tags) or is it just the comments pages that VS.NET
is producing? You can set it up to make the Xml documentation output and
then just run NDoc on that - you don't need to have the step "Build Comment
Webpages" unless you want to use the format that VS.NET makes.

--

Kevin Conroy, Programmer
Nov 15 '05 #5
I had some problems with the built-in VS 2002 comment generator.
Seems like see or seealso were problematic. I just use ndoc
exclusively because it seems to work better (besides having nicer
formatting).

mike
Nov 15 '05 #6

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

Similar topics

7
by: varois83 | last post by:
Hi I am fairly new to PHP/mysql and was reading an online tutorial and learned that my short tags weren't enabled. At this time I have no need for them, my setup apache/mysql/php runs on my PC...
0
by: Philippe Poulard | last post by:
People that have a knowledge of XQuery, XSLT, Ant, JSP/PHP/ASP, Cocoon, XMLBeans, taglibs and many others should recognize any of them in "Active Tags". " Active Tags is a set of specifications...
24
by: Day Bird Loft | last post by:
Web Authoring | Meta-Tags The first thing to understand in regard to Meta Tags is the three most important tags placed in the head of your html documents. They are the title, description, and...
7
by: Jasper Bryant-Greene | last post by:
I have three tables: `photos`, `tags` and `tags_photos`. The `photos` table contains a unique ID and a bunch of other stuff, the `tags` table contains a unique ID and a tag name, and the...
1
by: Jenny | last post by:
Hi, Can I create an array of tags by assigning same name to these tags? For example, I have two <p> tags with the same name t1. But document.all.b.value=document.all.t.length does not...
12
by: Oberon | last post by:
I have a large HTML document. It has hundreds of <span>s which have no attributes so these <span>s are redundant. How can I remove these tags automatically? The document also has <span>s with...
12
by: Stefan Weiss | last post by:
Hi. (this is somewhat similar to yesterday's thread about empty links) I noticed that Tidy issues warnings whenever it encounters empty tags, and strips those tags if cleanup was requested....
23
by: Big Bill | last post by:
http://www.promcars.co.uk/pages/bonnie.php I don't believe they should be there, can I take them out without stopping the includes from functioning? I'm the (hapless) optimiser on this one... I...
3
by: Paul Moore | last post by:
I'd like to write some scripts to analyze and manipulate my music files. The files themselves are in MP3 and FLAC format (mostly MP3, but FLAC where I ripped original CDs and wanted a lossless...
1
by: arrival123 | last post by:
Hello, I'm currently trying to decide on a database design for tags in my web 2.0 application. The problem I'm facing is that I have 3 separate tables i.e. cars, planes, and schools. All three...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.