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

Add support for setting function properties using Doxygen #32972

Merged
merged 2 commits into from
Apr 28, 2021

Commits on Apr 5, 2021

  1. doc: doxygen: add support for function properties

    Add aliases for setting function properties. A function may have 0, one
    or more function properties. Example usage:
    
    @funcprops \isr_ok, \async
    
    These aliases will translate to API Terminology references when Doxygen
    is rendered on Sphinx. On the Doxygen side they will just translate to
    plain text.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    9a563b4 View commit details
    Browse the repository at this point in the history
  2. kernel: flag isr-ok functions using funcprops

    Replace old notes marking ISR safe functions with the recently
    introduced funcprops.
    
    Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
    gmarull committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    0dc2e88 View commit details
    Browse the repository at this point in the history