Skip to content

Feature Request: Wrap the html for properties and methods inside div tags #188

@tobiu

Description

@tobiu

Hi guys,

it is nice that JSDoc provides the ability to include / exclude certain properties and methods via the build settings (opts.access: public, protected, undefined, private, all), but from an UX perspective it would be way nicer to build the docs with all properties & methods and apply filter options inside the template.

There could be checkboxes at the top of the docs page like:
Include private
Include inherited
etc.

and when you check them show or hide the relevant entries.

screen shot 2018-09-01 at 12 17 05

This would be pretty simple:
Wrap the properties and methods dom / html into div tags like:
<div class="is-private is-inherited">

and when you uncheck the "show private" checkbox just apply a css class to a style tag like:
is-private {display:'none'}

Best regards
Tobias

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions