tuxSlayer |
Posted - Apr 24 2008 : 09:10:06 AM It will be very nice to add subj to VA.
In ideal case it may work as Javadocs in Eclipse.
i.e. 1. after typing /** <Enter> we'll get "*" on the next line automatically.
2. Hints for doc commands (@param, @see, etc.)
3. Hints for doc commands params, I.e.
/** Blah-blah * * @param [here should be hint for 'count' on Ctrl+Space] */ void Foo(int count);
4. Etc. see Eclipse implementation.
5. It will be nice to support all styles of doxygen comments (//!, ///, /*!) not only Javadoc.
|