Conversation
…etc... update doxygen files & .gitignore.
|
Important Review skippedToo many files! This PR contains 300 files, which is 150 over the limit of 150. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (300)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use Trivy to scan for security misconfigurations and secrets in Infrastructure as Code files.Add a .trivyignore file to your project to customize which findings Trivy reports. |
|
Good luck @Arctis-Fireblight In the year long review process for this 😭 |
This'll be painful so I'll also help him out 😭 |
8909138 to
8f03486
Compare
8f03486 to
c7d05a9
Compare
AR-DEV-1
left a comment
There was a problem hiding this comment.
LGTM, will check later again.
Outdated, requested changes have been made.
|
I have reviewed the first 100 files, so am about 3% of the way done with the code review. |
Code
doc, misc, platform, tests, thirdparty
Doxygen
The /doc folder actually had an existing Doxyfile. It appears as though it was intended but not updated.
The Doxyfile has been updated to the format generated by the latest version of doxygen. This includes minor things like brining over referencing the path to the logo.
Previously, only 3 folders were included. Approach has been changed to exclude, currently these folders are excluded:
EXCLUDE = ../thirdparty ../tests ../misc ../doc ../platform ../modules/mono/glue/GodotSharpEXTRACT_ALL has been left as false, but every of the aforementioned .h & .cpp files have been "tagged" under the license with the following (obviously just an example filename):
`/**
*/`
The @file flags it for pickup in the documentation.