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

Doc: extract documentation from all headers #467

Merged
merged 2 commits into from
Dec 9, 2023

Conversation

athre0z
Copy link
Member

@athre0z athre0z commented Dec 9, 2023

We previously went with explicitly adding @file directives to our headers instead of using EXTRACT_ALL because the latter was broken with the m.css theme that we were using previously. m.css has a custom code generator that didn't support the directive. We've since switched to another theme that just re-styles the vanilla HTML, so we're fine to just use that now (instead of changing the code-gen to add the directives in all generated headers).

Also: update Doxygen CSS theme to latest.

Resolves #465

We previously went with explicitly adding `@file` directives to our
headers instead of using `EXTRACT_ALL` because the latter was broken
with the m.css theme that we were using previously. m.css has a custom
code generator that didn't support the directive. We've since switched
to another theme that just re-styles the vanilla HTML, so we're fine
to just use that now (instead of changing the code-gen to add the
directives in all generated headers).
@athre0z athre0z added C-bug Category: This is a bug (or a fix for a bug, when applied to PRs) A-doc Area: Documentation labels Dec 9, 2023
@athre0z athre0z requested a review from flobernd December 9, 2023 15:18
Copy link
Member

@flobernd flobernd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@athre0z athre0z merged commit ba1e3cf into master Dec 9, 2023
13 checks passed
@athre0z athre0z deleted the fix-doc-for-generated-files branch December 9, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-doc Area: Documentation C-bug Category: This is a bug (or a fix for a bug, when applied to PRs)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing enum definitions in Documentation
2 participants