Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent "parent" description being used for properties when empty #89

Open
OmgImAlexis opened this issue Aug 26, 2019 · 0 comments
Open
Labels
revision Fixed or implemented. To be released.

Comments

@OmgImAlexis
Copy link

The other properties on the object with a description are fine, it's just the ones without one that're the issue.

/**
 * Global variables
 *
 * @typedef Core~Var
 * @type Object
 * 
 * @property {boolean} bindMgt

This is a part of my jsdoc.json from docma --debug.

{
    "description": "Global variables",
    "kind": "typedef",
    "name": "Var",
    "type": {
        "names": [
            "Object"
        ]
    },
    "properties": [{
        "type": {
            "names": [
                "boolean"
            ]
        },
        "name": "bindMgt"
    }]
}

This is the output.
Screen Shot 2019-08-26 at 5 01 58 pm

@onury onury added revision Fixed or implemented. To be released. labels Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
revision Fixed or implemented. To be released.
Projects
None yet
Development

No branches or pull requests

2 participants