Ticket #2173352 (accepted enhancement)
ReporterAlexandre Morgaut |
Opened: 03/11/10 Last modified: 03/11/10 Status: accepted Type: enhancement |
Owner Adam Moore |
Target Release: NEXT Priority: P3 (normal) |
|---|---|---|---|
| Summary: | @todo tag | ||
| Description: | We use a @todo tag and we want it to behave like the @deprecated tag with : |
||
| Type: | enhancement | Observed in Version: | 1.0.0b1 |
| Component: | YUIDoc | Severity: | S3 (normal) |
| Assigned To: | Adam Moore | Target Release: | NEXT |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | todo deprecated | Relates To: | |
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 03/11/10
|
|
Posted: 03/11/10
|


I added a support of the @todo tag in our version of YUI Doc
As I am not a python programmer, I duplicated the code of the @deprecated tag
It worked well until recently.
The todo is still nicely put in the raw.json file
But I got an error when I want to access it from the template (I defined it in the const.py file)
I don't get what I miss. Our todo information where nicely shown.
The only thing I didn't managed was the filter, because the minified JS code was a bit hard to update ;-)