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

docs: optimize doxygen docs for C code #270

Merged
merged 3 commits into from
Sep 12, 2022
Merged

Commits on Sep 9, 2022

  1. docs: optimize doxygen docs for C code

    Enables the [`OPTIMIZE_OUTPUT_FOR_C`][1] Doxygen option.
    
    It basically just renames the list of classes to a list of
    "Data Structures", since C does not have classes.
    
    [1]: https://www.doxygen.nl/manual/config.html#cfg_optimize_output_for_c
    aloisklink committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ab0cca4 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    52714f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e56be99 View commit details
    Browse the repository at this point in the history