473,395 Members | 1,462 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,395 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 1802
> 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: 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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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...
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...

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.