Fixed doxygen comments for generated enums

This commit is contained in:
flobernd 2017-09-11 03:05:49 +02:00
parent 71be8a1bc2
commit 3b5906f40e
6 changed files with 24 additions and 14 deletions

View File

@ -1,5 +1,11 @@
/**
* @brief Defines the `ZydisISAExt` datatype.
*/
typedef uint8_t ZydisISAExt; typedef uint8_t ZydisISAExt;
/**
* @brief Values that represent `ZydisISAExt` elements.
*/
enum ZydisISAExts enum ZydisISAExts
{ {
ZYDIS_ISA_EXT_INVALID, ZYDIS_ISA_EXT_INVALID,

View File

@ -1,5 +1,11 @@
/**
* @brief Defines the `ZydisISASet` datatype.
*/
typedef uint8_t ZydisISASet; typedef uint8_t ZydisISASet;
/**
* @brief Values that represent `ZydisISASet` elements.
*/
enum ZydisISASets enum ZydisISASets
{ {
ZYDIS_ISA_SET_INVALID, ZYDIS_ISA_SET_INVALID,

View File

@ -1,5 +1,11 @@
/**
* @brief Defines the `ZydisInstructionCategory` datatype.
*/
typedef uint8_t ZydisInstructionCategory; typedef uint8_t ZydisInstructionCategory;
/**
* @brief Values that represent `ZydisInstructionCategory` elements.
*/
enum ZydisInstructionCategories enum ZydisInstructionCategories
{ {
ZYDIS_CATEGORY_INVALID, ZYDIS_CATEGORY_INVALID,

View File

@ -1,5 +1,11 @@
/**
* @brief Defines the `ZydisMnemonic` datatype.
*/
typedef uint16_t ZydisMnemonic; typedef uint16_t ZydisMnemonic;
/**
* @brief Values that represent `ZydisMnemonic` elements.
*/
enum ZydisMnemonics enum ZydisMnemonics
{ {
ZYDIS_MNEMONIC_INVALID, ZYDIS_MNEMONIC_INVALID,

View File

@ -43,19 +43,8 @@ extern "C" {
/* Enums and types */ /* Enums and types */
/* ============================================================================================== */ /* ============================================================================================== */
/**
* @brief Defines the @c ZydisInstructionCategory datatype.
*/
#include <Zydis/Generated/EnumInstructionCategory.h> #include <Zydis/Generated/EnumInstructionCategory.h>
/**
* @brief Defines the @c ZydisISASet datatype.
*/
#include <Zydis/Generated/EnumISASet.h> #include <Zydis/Generated/EnumISASet.h>
/**
* @brief Defines the @c ZydisISAExt datatype.
*/
#include <Zydis/Generated/EnumISAExt.h> #include <Zydis/Generated/EnumISAExt.h>
/* ============================================================================================== */ /* ============================================================================================== */

View File

@ -43,9 +43,6 @@ extern "C" {
/* Enums and types */ /* Enums and types */
/* ============================================================================================== */ /* ============================================================================================== */
/**
* @brief Defines the @c ZydisMnemonic datatype.
*/
#include <Zydis/Generated/EnumMnemonic.h> #include <Zydis/Generated/EnumMnemonic.h>
/* ============================================================================================== */ /* ============================================================================================== */