Skip to content

Instance members of objects within a namespace not in correct section #684

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

Open
bpatram opened this issue Mar 1, 2017 · 5 comments
Open

Comments

@bpatram
Copy link

bpatram commented Mar 1, 2017

It seems as though instance members of a class/object within a namespace are not organized correctly on the output documentation. I am running the very latest commit to date: f07285a

See example below:

/**
 * A namespace.
 * @namespace MyNamespace
 */

/**
 * This class has an issue since it is in a namespace
 * @class FooClass
 * @memberof MyNamespace
 */
class FooClass {
	/**
	 * Function description for foo
	 */
	bar() {}
}

/**
 * This class has no issue as it is not in a namespace
 * @class BarClass
 */
class BarClass {
	/**
	 * Function description for foo
	 */
	baz() {}
}

HTML Output:
image

Notice how the bar function is not nested under its class of FooClass. I would expect it would be nested within the FooClass member of the MyNamespace namespace

@paulofaria
Copy link

yeah same issue here

@sergeysova
Copy link

Any progress here?

@tmcw
Copy link
Member

tmcw commented Mar 15, 2017

I think the issue here is the same as #591 - if anyone's working on the problem, feel free to post back. If anyone's interested in helping, please do, I'd love to help onboard new maintainers! Fixing this class of error is high on my list of priorities, but I'm still trying to get enough free time to knock this out.

@Zearin
Copy link
Contributor

Zearin commented Feb 9, 2020

Still getting this error in Feb 2020. ☹

@tmcw
Copy link
Member

tmcw commented Feb 11, 2020

Consult the maintenance status: if you want this fixed, please file a PR and I'll happily review & merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants