G
Guest
Does C++/CLI have XML style commenting like C#??
If i do /// I dont get the completion like C#
If i do /// I dont get the completion like C#
From: said:Does C++/CLI have XML style commenting like C#??
If i do /// I dont get the completion like C#
"Tarek Madkour [MSFT]" said: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,
.. said: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?
Our next release (currently in Alpha) will have support for XML comments.
Something for the wishlist is: The graphical representation like Doxygen
uses.
"(we're involved, so
we'll try to compell them)."
Beat them into submission with a baseball bat . works wonders.
Will Dean said:I take it you don't read the language standardisation newsgroups...
Will