Skip to content

Add optional closing comment? #7

@himedlooff

Description

@himedlooff

I'm wondering if it would be nice to have a closing Dox-ray comment which would basically allow you to ignore stuff in a file. For example:

/* doxray
    name: button, duh
*/
.btn { ... }

/* end-doxray */

/* Some other code you don't want to document */
...

/* doxray
    name: a different button or thing you want to document
*/
.btn__different { ... }

In the above example if you didn't have that ending Dox-ray comment /* end-doxray */ you'd get /* Some other code you don't want to document */ as part of the "button, duh" code. Boooo! Who wants that? No one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions