Skip to content

Only comments starting with "/**" should be recognized #61

@redmunds

Description

@redmunds

According to http://usejsdoc.org/about-getting-started.html:

"JSDoc comments should generally be placed immediately before the code being documented. It must start with a /** sequence in order to be recognized by the JSDoc parser. Comments beginning with /*, /***, or more than 3 stars will be ignored. This is a feature to allow you to suppress parsing of comment blocks. "

For example:

/*global define, $, brackets, window */
define(function (require, exports, module) {

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions