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

Docstrings are skipped for spec module {} functions #252

Open
mkurnikov opened this issue Nov 23, 2024 · 0 comments
Open

Docstrings are skipped for spec module {} functions #252

mkurnikov opened this issue Nov 23, 2024 · 0 comments

Comments

@mkurnikov
Copy link
Collaborator

module 0x1::m {
    spec module {
        /// my spec inline function
        fun eq();
    }
}

/// my spec inline function will be ignored in the docs.

@mkurnikov mkurnikov changed the title Docstring are skipped for spec module {} functions Docstrings are skipped for spec module {} functions Nov 23, 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

1 participant