-
-
Notifications
You must be signed in to change notification settings - Fork 483
Missing enum definitions in Documentation #465
Copy link
Copy link
Closed
Labels
A-docArea: DocumentationArea: DocumentationC-bugCategory: This is a bug (or a fix for a bug, when applied to PRs)Category: This is a bug (or a fix for a bug, when applied to PRs)P-mediumPriority: MediumPriority: Medium
Description
Here we can see the documentation for meta information of decoded instruction with fields which are not available directly. It makes users forced to clone the repo from github and manually grepping the needed enum definitions.
For example, ZydisInstructionCategory is defined in include/Zydis/Generated/EnumInstructionCategory.h and is invisible in documentation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-docArea: DocumentationArea: DocumentationC-bugCategory: This is a bug (or a fix for a bug, when applied to PRs)Category: This is a bug (or a fix for a bug, when applied to PRs)P-mediumPriority: MediumPriority: Medium