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

Allow [doc(…)] attribute on modules #2207

Closed
casey opened this issue Jun 29, 2024 · 2 comments
Closed

Allow [doc(…)] attribute on modules #2207

casey opened this issue Jun 29, 2024 · 2 comments

Comments

@casey
Copy link
Owner

casey commented Jun 29, 2024

Currently, modules can have doc comments, but the [doc(…)] attribute syntax doesn't work.

@laniakea64
Copy link
Contributor

Thanks @neunenak for #2247 👍

[doc(...)] now works, but [doc] to suppress documentation comment has no effect? -

# not a doc comment
[doc]
mod foo
$ just --list
Available recipes:
    foo ... # not a doc comment

@casey
Copy link
Owner Author

casey commented Jul 15, 2024

Good catch! Fixed in #2254.

@casey casey closed this as completed Jul 15, 2024
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

2 participants