[DCOM-106] Add @todo and @fixme to AnnotationReader::$globalIgnoredNames Created: 12/Sep/12 Updated: 21/Nov/12 Resolved: 21/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine Common |
| Component/s: | Annotations |
| Affects Version/s: | 2.3 |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Minor |
| Reporter: | Stephen Ostrow | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I was wondering if you would consider adding @todo and @fixme After doing some research, I'm not sure if @fixme is used anywhere other than being in Eclipse's PDT. However, @todo is definitely on the common tags of wiki page about PHPdoc as well as the phpDoc manual. http://en.wikipedia.org/wiki/PHPDoc#Tags |
| Comments |
| Comment by Marco Pivetta [ 12/Sep/12 ] |
|
Todo is already built in: |
| Comment by Stephen Ostrow [ 12/Sep/12 ] |
|
Sorry about that. I normally write them as @TODO so the standout more. Then when I got that exception and started doing research I swear I had tried @todo. But now looking back, I bet I tried @todo and still got exceptions which were from other bugs I had going on. I guess we can close this unless anyone thinks @fixme should be in there as well. But like I said in the description, I'm not sure if @fixme is a common or just from Eclipse. |
| Comment by Marco Pivetta [ 12/Sep/12 ] |
|
Netbeans matches that one too |
| Comment by Paweł Nowak [ 20/Nov/12 ] |
|
I've prepared a fix for this issue that makes both @fixme and @TODO ignored. Pull request: https://github.com/doctrine/common/pull/223. |