Do you know if it is possible to enter tags into your code comment documentation, such as
/// <author></author>
and have VSS automatically update the values.
I have used this type of system in Java, with UltraEdit and CVS being very good at it, but cannot seem to find any information on this in VisualStudio/Visual SourceSafe.
Cheers,
Matt.Are you looking for something like this?
http://www.gotdotnet.com/workspaces/workspace.aspx?id=112b5449-f702-46e2-87fa-86bdf39a17dd
You have to update some of it yourself but for the most part it creates the comments for you. It's going to be included in VS2005.
I am not sure what you are looking for. But we do use to track who modified the file for each check in with the following tag at the beginning of the file. I am not sure if it would help you. But FYI
/*$History: $
*/
0 comments:
Post a Comment