StrangerInBeijing
Aug 4th, 2005, 09:34 PM
VS comes with a great tool looking at say a SDK, showing namespaces, classes, methods, etc, etc, nl. The Object Browser.
Sometimes one get to use an SDK of which the developer did not bother to document and the Object browser will show you nothing but say, a specific method's signature (access modifier, name, input params, return value).
So one do some research, and figure out what the specific method do, but you would like to document this information.
Wouldn't it be cool, if one could add your own "custom comments" to an object? Or is there another way or tool for something like this?
What I currently do is create a word doc., documenting the SDK, and fill in comments, sample code, etc as I go along. Would be nice if one could actually do these in VS.
Sometimes one get to use an SDK of which the developer did not bother to document and the Object browser will show you nothing but say, a specific method's signature (access modifier, name, input params, return value).
So one do some research, and figure out what the specific method do, but you would like to document this information.
Wouldn't it be cool, if one could add your own "custom comments" to an object? Or is there another way or tool for something like this?
What I currently do is create a word doc., documenting the SDK, and fill in comments, sample code, etc as I go along. Would be nice if one could actually do these in VS.