qooxdoo / qxl.apiviewer

qooxdoo apiviewer app
https://qooxdoo.org/qxl.apiviewer
MIT License
5 stars 5 forks source link

Implemention status of @see shorthand syntax #32

Closed cboulanger closed 4 years ago

cboulanger commented 4 years ago

The old generator-based API Viewer had a shorthand syntax for the @see JSDoc Tag:

 * @see #getDragEvent
 * @see qx.bla.DragEvent

See http://archive.qooxdoo.org/5.0.2/pages/development/write_api_documentation.html#advanced-doc-comments

The question is if this is still supported.

hkollmann commented 4 years ago

Yes it is. See image

cboulanger commented 4 years ago

Thanks - so I can leave it as it is in the docs.