T O P I C R E V I E W |
mauricef |
Posted - Feb 05 2009 : 11:53:52 AM You can currently select a funtion and use the document feature to a a comment block to the function. It would be more useful if this comment block was JavaDoc so that I could use Doxygen to generate documentation. Also it would useful if this could be automated over an entire file or project. |
1 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Feb 05 2009 : 1:21:56 PM You can change Document Method's output by changing its snippet:
VA Options -> Advanced -> Suggestions -> Include VA Snippets in listboxes
Here open C++ node, and find "Refactor Document Method" snippet. You can read more about snippets here:
http://www.wholetomato.com/products/features/vasnippets.asp
We are considering to implement a feature that will allow refactoring to work on several items at once via VA Outline:
case=7787
so you will be able to use Document Method on several selected method at once. Select
VAssistX -> Tools -> VA Outline
to open VA Outline. You can read more about VA Outline here:
http://www.wholetomato.com/products/features/vaoutline.asp |