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

Fix doc comment for exception::line_number() #901

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Fix doc comment for exception::line_number() #901

merged 1 commit into from
Jun 4, 2024

Commits on Jun 4, 2024

  1. Fix doc comment for exception::line_number()

    The documentation comment for `exception::line_number()` in
    `include/etl/exception.h` states falsely that the return type for
    the function is a `const char*`.
    
    It should state that the return type is `numeric_type`,
    which is an `int`.
    
    So change the documentation comment to reflect that the return type is
    an `int`.
    SakuGlumoff committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e35ea96 View commit details
    Browse the repository at this point in the history