Ticket #4915 (closed defect: fixed)

Opened 20 months ago

Last modified 20 months ago

doc tool seems to be missing /*===== comments

Reported by: dante Owned by: pottedmeat
Priority: normal Milestone: 1.0
Component: Doc parser Version: 0.9
Severity: normal Keywords:
Cc:

Description

for example, the duration easing and whatnot are not being pulled from the classLike _Animation ... these blocks are inside /*====== =======*/ comments

Change History

Changed 20 months ago by pottedmeat

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

(In [11194]) Fixes #4915. Add property comment handling for dojo.declare

Changed 20 months ago by pottedmeat

(In [11195]) Refs #4915. Might as well clean up comments as well

Changed 20 months ago by pottedmeat

Quick note: this had nothing to do with /*=====, it was because dojo.declare is a custom function declaration, and I hadn't added that type of comment handling for it.

Note: See TracTickets for help on using tickets.