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

Code comment:<c> not recognised

I've included the following in a C# class:

/// <summary>
/// The method <c>Junk</c> doesn't do anything.
/// </summary>
public void Junk(){}

After running Tools->Build Comment Web pages, Junk's entry
in the Code Comment Web Report is:

"The method <c>Junk</c> doesn't do anything."

I was expecting the <c> tag to highlight "Junk" as code.
What am I missing?

Many thanks
Nov 15 '05 #1
2 1482
It seems Build Comment Web Pages has quite a few "problems". Have you
tried NDOC? (if not do a google search, I belive ndoc is on
sourceforge). It handles tags much better (like see, seealso). I'm
not sure why M$ did such a (IMO) lousy job with Build Comment Web
Pages. I used it once and discarded it as pretty worthless.
-mike

"Ron James" <Ro*******@nospam.rojacs.com> wrote in message
news:23****************************@phx.gbl...
I've included the following in a C# class:

/// <summary>
/// The method <c>Junk</c> doesn't do anything.
/// </summary>
public void Junk(){}

After running Tools->Build Comment Web pages, Junk's entry
in the Code Comment Web Report is:

"The method <c>Junk</c> doesn't do anything."

I was expecting the <c> tag to highlight "Junk" as code.
What am I missing?

Many thanks

Nov 15 '05 #2
On Sat, 26 Jul 2003 09:16:24 -0700, "Ron James"
<Ro*******@nospam.rojacs.com> wrote:
I was expecting the <c> tag to highlight "Junk" as code.
What am I missing?


Nothing. Like Michael said, the "comment web pages" feature is
basically useless. And the <c> tag is broken in the free custom help
builder at http://www.gotdotnet.com/team/ide/ as well, by the way.
Use NDoc instead, available at http://ndoc.sourceforge.net/.
--
http://www.kynosarges.de
Nov 15 '05 #3

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

Similar topics

2
by: Eshrath | last post by:
Hi, What I am trying to do: ======================= I need to form a table in html using the xsl but the table that is formed is quite long and cannot be viewed in our application. So we are...
2
by: Donald Firesmith | last post by:
I am having trouble having Google Adsense code stored in XSL converted properly into HTML. The <> unfortunately become &lt; and &gt; and then no longer work. XSL code is: <script...
2
by: ESPNSTI | last post by:
Hi, I'm trying to use a generics dictionary with a key class that implements and needs IComparable<>. However when I attempt to use the dictionary, it doesn't appear to use the IComparable<> to...
3
by: | last post by:
I have been researching articles on google on how to create a simple RSS feed that sucks <title><blurb><link><date> out of a sql server 2000 database via an aspx page. I know it has to be pushed...
14
by: Schraalhans Keukenmeester | last post by:
I am building a default sheet for my linux-related pages. Since many linux users still rely on/prefer viewing textmode and unstyled content I try to stick to the correct html tags to pertain good...
3
by: ajay2552 | last post by:
Hi, I have a query. All html tags start with < and end with >. Suppose i want to display either '<' or '>' or say some text like '<Company>' in html how do i do it? One method is to use &lt,...
13
by: Sebastian Faust | last post by:
Hi, I hava a somehow strange problem. I hope I am not wrong in this group; if this is the case please let me know. I am trying to compile a rather simple C program. As long as I use: #include...
14
by: Michael | last post by:
Since the include function is called from within a PHP script, why does the included file have to identify itself as a PHP again by enclosing its code in <?php... <?> One would assume that the...
2
by: -Karl | last post by:
Couls someone please advise me on this error. What I am trying to do is be able to convert an XML document into arrays. I read that the subs & functions have to be in <scripttags. Thanks! ...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.