YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Ticket #2173352 (accepted enhancement)

Reporter


Alexandre 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 :
- filter ("show todo checkbox") working in nav lists, descriptions, and the search form
- presentation in a specific box (the same presentation as deprecated was ok for us)

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

Alexandre Morgaut

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 ;-)

Adam Moore

YUI Developer

Posted: 03/11/10
  • location changed to Library Code
  • milestone changed to NEXT
  • priority changed to P3 (normal)
  • status changed from new to accepted