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

async function support #63

Closed
valyrie97 opened this issue Feb 23, 2018 · 3 comments
Closed

async function support #63

valyrie97 opened this issue Feb 23, 2018 · 3 comments

Comments

@valyrie97
Copy link

currently, async functions inside of classes seem to be ignored, while literal async functions get parsed correctly.

Test case: JS and package.json Gist
output: Markdown Gist

@SferaDev
Copy link

The issue is not with doxdox, seems dox marks those functions with context == false and doxdox-parser-dox ignores them

@superliwei
Copy link

i got this issue too.

@neogeek
Copy link
Member

neogeek commented Feb 2, 2022

This appears to be parsed correctly in the latest release v4.0.0-preview.2

# doxdox-test



## foo()

does foo

### Parameters

| Name | Types | Description |
| ---- | ----- | ----------- |

### Returns



## bar()

does bar

### Parameters

| Name | Types | Description |
| ---- | ----- | ----------- |

### Returns



## baz()

does baz synchronously

### Parameters

| Name | Types | Description |
| ---- | ----- | ----------- |

### Returns



## abaz()

does baz async

### Parameters

| Name | Types | Description |
| ---- | ----- | ----------- |

### Returns

@neogeek neogeek closed this as completed Feb 2, 2022
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

4 participants