TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Baz Hughes
NA
3
0
Comments / documentation style - changing to Javadoc or PHPDoc like syntax
May 7 2011 5:02 PM
For no reason other than personal preference I like to comment my methods something like this:
/**
* Causes work to be done
*
* @param string workRequest
*/
public void DoWork(string workRequest)
{
// etc...
}
As opposed to the standard:
/// <summary>
/// Causes work to be done
/// <summary>
/// <param name="workRequest"></param>
public void DoWork(string workRequest)
{
// etc...
}
Is there any "quick fix" to tune VS2010 into using the first style? So that code-hinting will still work?
Reply
Answers (
1
)
Cannot connect to SQL Server in the Data Source Configuration wizard
how to use cute editor in asp .net 2.0