Skip to content

Added generation C documentation #22

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

Merged
merged 5 commits into from
Aug 5, 2025
Merged

Added generation C documentation #22

merged 5 commits into from
Aug 5, 2025

Conversation

ABSitf
Copy link
Contributor

@ABSitf ABSitf commented Aug 4, 2025

No description provided.

scripts/pre.sh Outdated
Comment on lines 52 to 54
sed -e "s|HTML_HEADER\s*=.*|HTML_HEADER = html_header.html|" -i.bak Doxyfile${MODULE}
# force Doxygen to use the custom HTML footer
sed -e "s|HTML_FOOTER\s*=.*|HTML_FOOTER = html_footer.html|" -i.bak Doxyfile${MODULE}
sed -e "s|HTML_FOOTER\s*=.*|HTML_FOOTER = html_footer.html|" -i Doxyfile${MODULE}
Copy link
Contributor

Choose a reason for hiding this comment

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

seems strange to use .bak for one file and don't use it for the other one

Copy link
Contributor Author

Choose a reason for hiding this comment

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

-i.bak generate backup file (*.bak)
There was an error in the old 51st line (rewrite already created .bak file)

@ABSitf ABSitf merged commit a400d4e into master Aug 5, 2025
@ABSitf ABSitf deleted the i6367_c_docs branch August 5, 2025 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants