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

Doxygen fails to parse and render dr_simd_t to HTML #6264

Open
AssadHashmi opened this issue Aug 11, 2023 · 0 comments
Open

Doxygen fails to parse and render dr_simd_t to HTML #6264

AssadHashmi opened this issue Aug 11, 2023 · 0 comments

Comments

@AssadHashmi
Copy link
Contributor

dr_simd_t doesn't appear in the current (11-08-23) published HTML at https://dynamorio.org/search?query=dr_simd_t.

The reason Doxygen can't generate a proper HTML definition is because the parser is getting confused by the ALIGN_VAR() attribute macro in:

typedef union ALIGN_VAR(16) _dr_simd_t {

Rendering it as a function ALIGN_VAR() rather than a data structure:

union ALIGN_VAR (16) _dr_simd_t

See Functions in https://dynamorio.org/dr__defines_8h.html

Bug exposed by work on #5835 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant