I am wondering about how to enable anonymous posting their comments for a question in OSQA 开发者_如何转开发website, like stackoverflow.com does. If the OSQA does not support this feature yet, can you
Wondering if anyone knows if the feature to allow add-in\'s for Visual Studio 2010 xml comment viewer was cut in the final release??What I am talking about specifically is this:
I deactivated \"Allow commments in my page. But I still can see a \"Leave a comment\" link, how do I remove that text just for this contact page?
When looking at my Windows tasks via Microsoft\'s/Sysinternal\'s Process Explorer I can see/modify a process\'s \'Comment\' attribute. Is it possible to set this attribute programmatically from within
This question already has answers here: How Do I Document Pack开发者_StackOverflow中文版ages in Java?
How to make good commenting for PHP IDE (actually i using NetBeans) my target is when i using a class or function there is will be a explanation about it\'s function, like when i typing
I\'ve asked one question about this a month ago, it\'s here: "post" method to communicate directly with a server.
What software do you suggest to check spelling of comments contained in c/c++ source code (especially doxygen comments)? I\'m looking something that will parse only comments so I can easily find mista
Sometimes I put the class name in the comments of methods or class just for referencing.开发者_Python百科 But eclipse does the import automatically and leaves an import statement in the file which cau
When is it appropriate to use a block comment at the beginning of methods, and when is it appropriate to use a javadoc-style comment?