zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.3k stars 427 forks source link

Doc: extract documentation from all headers #467

Closed athre0z closed 7 months ago

athre0z commented 7 months ago

We previously went with explicitly adding @file directives to our headers instead of using EXTRACT_ALL because the latter was broken with the m.css theme that we were using previously. m.css has a custom code generator that didn't support the directive. We've since switched to another theme that just re-styles the vanilla HTML, so we're fine to just use that now (instead of changing the code-gen to add the directives in all generated headers).

Also: update Doxygen CSS theme to latest.

Resolves #465