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

Avoid duplication of doc comments in std::char constants and functions #95566

Merged
merged 1 commit into from
Apr 10, 2022

Commits on Apr 1, 2022

  1. Avoid duplication of doc comments in std::char constants and functi…

    …ons.
    
    For those consts and functions, only the summary is kept and a reference to the `char` associated const/method is included.
    
    Additionaly, re-exported functions have been converted to function definitions that call the previously re-exported function. This makes it easier to add a deprecated attribute to these functions in the future.
    eduardosm committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    a8ff1ae View commit details
    Browse the repository at this point in the history