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

XML Commenting

Does C++/CLI have XML style commenting like C#??

If i do /// I dont get the completion like C#

Nov 17 '05 #1
9 1798
> From: <.>

Does C++/CLI have XML style commenting like C#??

If i do /// I dont get the completion like C#


Our next release (currently in Alpha) will have support for XML comments.

Thanks,
--
Tarek Madkour, Visual C++ Team
This posting is provided AS IS with no warranties, and confers no rights.

Nov 17 '05 #2
Great.

What about namespace ONE::TWO::THREE instead of having to nest them? Being
able to specify namespaces like C# on one line would make refactoring them
easier and also code more readable.

I read somewhere that the __gc, __property extension keywords are being
replaced to make them cleaner, is this true and if so where can I get the
docs on this. When will these be submitted to the ECMA?

""Tarek Madkour [MSFT]"" <ta****@online.microsoft.com> wrote in message
news:GO**************@cpmsftngxa07.phx.gbl...
From: <.>

Does C++/CLI have XML style commenting like C#??

If i do /// I dont get the completion like C#


Our next release (currently in Alpha) will have support for XML comments.

Thanks,
--
Tarek Madkour, Visual C++ Team
This posting is provided AS IS with no warranties, and confers no rights.

Nov 17 '05 #3
.. wrote:
What about namespace ONE::TWO::THREE instead of having to nest them? Being
able to specify namespaces like C# on one line would make refactoring
them easier and also code more readable.
Hello dot,
Opening and creating a nested namespace in one statement is not something
we're going to do in Whidbey. We and the ECMA committee have discussed it,
and as with a few things we're passing the issue to the ISO standards
committee. Hopefully, they'll feel compelled to fix it (we're involved, so
we'll try to compell them). It may be a while, as the ISO standards
committee is still in the early stages of creating a new version.
I read somewhere that the __gc, __property extension keywords are being
replaced to make them cleaner, is this true and if so where can I get the
docs on this. When will these be submitted to the ECMA?


This work has already been submitted to ECMA. In fact, we've already had two
standards committee meetings to work on it. Here's a link to a link to the
base candidate draft discussing what is happening with the new syntax.

http://blogs.msdn.com/branbray/archi.../21/51029.aspx

--
Brandon Bray, Visual C++ Compiler http://blogs.msdn.com/branbray/
This posting is provided AS IS with no warranties, and confers no rights.
Nov 17 '05 #4
"(we're involved, so
we'll try to compell them)."

Beat them into submission with a baseball bat . works wonders.
"Brandon Bray [MSFT]" <br******@online.microsoft.com> wrote in message
news:#O**************@TK2MSFTNGP12.phx.gbl...
. wrote:
What about namespace ONE::TWO::THREE instead of having to nest them? Being able to specify namespaces like C# on one line would make refactoring
them easier and also code more readable.
Hello dot,
Opening and creating a nested namespace in one statement is not

something we're going to do in Whidbey. We and the ECMA committee have discussed it,
and as with a few things we're passing the issue to the ISO standards
committee. Hopefully, they'll feel compelled to fix it (we're involved, so
we'll try to compell them). It may be a while, as the ISO standards
committee is still in the early stages of creating a new version.
I read somewhere that the __gc, __property extension keywords are being
replaced to make them cleaner, is this true and if so where can I get the docs on this. When will these be submitted to the ECMA?
This work has already been submitted to ECMA. In fact, we've already had

two standards committee meetings to work on it. Here's a link to a link to the
base candidate draft discussing what is happening with the new syntax.

http://blogs.msdn.com/branbray/archi.../21/51029.aspx

--
Brandon Bray, Visual C++ Compiler http://blogs.msdn.com/branbray/
This posting is provided AS IS with no warranties, and confers no rights.

Nov 17 '05 #5
> > Does C++/CLI have XML style commenting like C#??

If i do /// I dont get the completion like C#


Our next release (currently in Alpha) will have support for XML comments.


Something for the wishlist is: The graphical representation like Doxygen
uses.
Nov 17 '05 #6
Hi Olaf,
Does C++/CLI have XML style commenting like C#??

If i do /// I dont get the completion like C#


Our next release (currently in Alpha) will have support for XML comments.


Something for the wishlist is: The graphical representation like Doxygen
uses.


I imagine that once you have XML comments, you should be able to use
something like NDoc [1] to generate actual documentation files :)

[1] http://ndoc.sourceforge.net/wiki

--
Tomas Restrepo
to****@mvps.org
Nov 17 '05 #7

<.> wrote in message news:u$**************@TK2MSFTNGP12.phx.gbl...
"(we're involved, so
we'll try to compell them)."

Beat them into submission with a baseball bat . works wonders.


I take it you don't read the language standardisation newsgroups...

Will

Nov 17 '05 #8
I take it that joke was way over your head.
"Will Dean" <wi**@nospam.demon.co.uk> wrote in message
news:er**************@TK2MSFTNGP12.phx.gbl...

<.> wrote in message news:u$**************@TK2MSFTNGP12.phx.gbl...
"(we're involved, so
we'll try to compell them)."

Beat them into submission with a baseball bat . works wonders.


I take it you don't read the language standardisation newsgroups...

Will

Nov 17 '05 #9
<.> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
I take it that joke was way over your head.


Err, no.

Will
Nov 17 '05 #10

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

Similar topics

1
by: LRW | last post by:
OK, this is probably an odd, but esy question. =) I taught myself PHP from a Julie Meloni book and newsgroup questions. So, I don't think I've really learned the proper way of organizing and...
19
by: qazmlp | last post by:
I hope comp.lang.c will not find the following question as a complete off-topic. I would like to remove ie.comment out the 'cout' statements during compilation(actually preprocessing) time. ...
46
by: Profetas | last post by:
Hi, I know that this is off topic. but I didn't know where to post. Do you comment your source code while coding or after coding. for example: you write a procedure and after it is...
4
by: Ron McNulty | last post by:
Often when testing an app, I want to temporarily comment out sections of the App.config file. Is there any way to do this? Regards Ron
3
by: Naveen Mukkelli | last post by:
Hi All, I'm trying to create XML commenting for my code using XML commenting feature for the first time. I'm using VS.NET 2003 and C#. I'v tried the following way. Step 1: set the file name...
18
by: Marian F. | last post by:
The 12 years old genius function to count english words in a sentence: ' This is my function to count english words in your string ' s is the string with your words to be counted ' Returns an...
8
by: lallous | last post by:
Hello I've been programming for a number of years, however my commenting style is always different. Sometimes I use something like: /************************ * method .... * comments......
2
by: RYoung | last post by:
Can someone point me to a reference concerning source code commenting with VB 2005, ala C# commenting? I googled and found alot of links to add-ins and commercial products, but I can't find any...
1
by: Wijaya Edward | last post by:
Hi all, I have the following code: import sys import re ham_count = 0 spam_count = 0
100
by: Angel Tsankov | last post by:
Can someone recommend a good source of C/C++ coding style. Specifically, I am interested in commenting style and in particular how to indent comments and the commented code, rather than when to...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
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)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.