Bug 267412

Summary: Doxygen tag @todo not found by task finder
Product: [Eclipse Project] JDT Reporter: dju` <dju>
Component: CoreAssignee: Olivier Thomann <Olivier_Thomann>
Status: VERIFIED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: Olivier_Thomann
Version: 3.5   
Target Milestone: 3.5 M6   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description dju` CLA 2009-03-06 13:20:03 EST
Build ID: M20090211-1700

Steps To Reproduce:
1. Enter the @todo doxygen tag in a method comments.

Results : the task finder does not find it, which would be great. Only the TODO string is highlighted.

More information:
OK, this is Doxygen-specific but here at work we don't use Javadoc to generate code documentation, we have both Java and C/C++ projects and we are using Doxygen, mainly for a question of consistency.
Comment 1 Olivier Thomann CLA 2009-03-06 13:27:06 EST
Did you set up "@todo" as a task tag name ?
See Preferences>Java>Compiler>Task Tags
Comment 2 dju` CLA 2009-03-09 05:34:00 EDT
Alright, I didn't manage to find this preference page, I was looking into the "Code Style" page. After setting a new task tag named "@todo", the task finder effectively find them although the spell checker still underline them because it thinks the word is not correctly spelled. Anyway to make the spell checker ignore words beginning with "@" ? Thanks.
Comment 3 Olivier Thomann CLA 2009-03-09 08:51:06 EDT
You can just add the word to the dictionary. Then it won't be reported anymore as misspelled.
Comment 4 Olivier Thomann CLA 2009-03-09 08:51:25 EDT
Closing as INVALID since setting the task tags with "@todo" solved the problem.
Comment 5 Kent Johnson CLA 2009-03-10 10:46:27 EDT
Verified for 3.5M6 using I20090310-0100