Ticket #5278 (closed defect: fixed)

Opened 14 months ago

Last modified 11 months ago

example: blocks not being picked out of dojo.declare()

Reported by: dante Owned by: pottedmeat
Priority: high Milestone: 1.1
Component: General Version: 0.9
Severity: critical Keywords: jsdoc doctool example
Cc: dante

Description

see: _browse.php, dijit, TitlePane?.

they are not being converted to example: tags in jsdoc.

Change History

Changed 13 months ago by dante

  • severity changed from normal to critical

additionally, they aren't being pulled out of custom objects used to cheat the parser into pickup up docs:

/*====== 
dojo.fx = {
    //summary: summary
    //example: not being found
};
=======*/

Changed 11 months ago by dante

  • owner changed from pottedmeat to anonymous
  • component changed from Documentation to General

Changed 11 months ago by dante

  • owner changed from anonymous to pottedmeat

Changed 11 months ago by pottedmeat

  • status changed from new to closed
  • resolution set to fixed

Fixed in r12601

Note: See TracTickets for help on using tickets.