-
Notifications
You must be signed in to change notification settings - Fork 486
Function shorthand syntax support? #678
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
Comments
It seems like this is still under development or consideration? #649 |
Yep, that's the tracking ticket. I'm working on a fix today. |
Ugh, yeah, that's the |
Scratch that, I think I have a reasonable refactor in place locally. |
@tmcw Seems to be working correctly with your last commit! Thanks so much for the fast turn around! Cheers! |
I'm running the latest version to date (
4.0.0-beta.15
).It seems that when writing functions within an object using the shorthand notation that function does not get placed within its parent class when outputting documentation. See example below:
Output after running:
documentation build myfile.js -f html -o docs
Notice how the
bar
function is not nested under theBaseLayoutView
class. This only occurs when using the function shorthand notation.The text was updated successfully, but these errors were encountered: