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

hide x86 dispatcher internals #869

Merged
merged 2 commits into from
Jul 16, 2023

Conversation

t-mat
Copy link
Contributor

@t-mat t-mat commented Jul 16, 2023

Continued from #868

(1) This PR introduces new doxygen configuration file named Doxyfile-internal.

Doxyfile is configured for the public document.

# Generate public document
doxygen
open doxygen/index.html

Doxyfile-internal is for internal development usage.

# Generate internal document
doxygen Doxyfile-internal
open doxygen/index.html

(2) This PR hides x86 dispatcher internals from public document (Doxyfile).

https://xxhash.com/doc/v0.8.2/group__dispatch.html

image

↑ becomes ↓

image

"Doxyfile" is configured to generate public document.
Differences are:
- INTERNAL_DOCS
- EXTRACT_STATIC
- EXTRACT_PRIVATE
Hide internals to simplify public document.
@Cyan4973 Cyan4973 merged commit d589159 into Cyan4973:dev Jul 16, 2023
57 checks passed
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