Bug 434048 - Refactor / Rename should rename doxygen comments too.
Summary: Refactor / Rename should rename doxygen comments too.
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-refactoring (show other bugs)
Version: 8.3.0   Edit
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-04 05:42 EDT by soman namos CLA
Modified: 2020-09-04 15:19 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soman namos CLA 2014-05-04 05:42:37 EDT
Refactor / Rename doesn't rename doxygen comments if they are exist.

For example, when we rename a class name eclipse should rename a comment '@class classname' if such exists. The same situation with function parameters - when renaming a parameter it would be good to rename a '@param paramname' part of the comments. It is annoying to manually update the comments and it's easy to forget to do it. Test code here http://pastebin.com/QX2mGb5e .