docs: Add support for generating a documentation site through Doxygen.#133
Merged
davidlion merged 339 commits intoy-scope:mainfrom Jul 11, 2025
Merged
docs: Add support for generating a documentation site through Doxygen.#133davidlion merged 339 commits intoy-scope:mainfrom
davidlion merged 339 commits intoy-scope:mainfrom
Conversation
…on; Remove the ambiguity in equals regex for lexer test; Add equals test to NFA and DFA tests.
…n default schema.
…in this PR; Fix void to auto -> void.
Co-authored-by: Lin Zhihao <[email protected]>
…; Remove unused function.
davidlion
reviewed
Jul 9, 2025
Co-authored-by: davidlion <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
Co-authored-by: kirkrodrigues <[email protected]>
davidlion
approved these changes
Jul 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds files for generating documentation in
/docs:Doxyfilemainpage.doxgroups.doxUpdate unit tests with:
Add doxygen workflow action to
.github/workflows/docs.yaml.Add doxygen tasks to
taskfile/docs.yaml:cleanto remove existing documentation and toolingsiteto generate the documentationhttps-server(internal) to set up a local serverserveto run the above 3 tasks to clean, generate, and host the documentation.Validation performed
Summary by CodeRabbit
Documentation
New Features
Bug Fixes