Bug 267412 - Doxygen tag @todo not found by task finder
Summary: Doxygen tag @todo not found by task finder
Status: VERIFIED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.5   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M6   Edit
Assignee: Olivier Thomann CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-06 13:20 EST by dju` CLA
Modified: 2009-03-10 10:46 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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