mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
doxygn to skip some more
This commit is contained in:
parent
046f5eda2c
commit
799ff48cd0
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,7 @@ public:
|
|||
*/
|
||||
int deleteTuple();
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_DEPRECATED
|
||||
/**
|
||||
* Define the NdbIndexOperation to be a standard operation of type
|
||||
* dirtyUpdate.
|
||||
|
@ -139,7 +140,9 @@ public:
|
|||
* @return 0 if successful otherwise -1.
|
||||
*/
|
||||
int dirtyUpdate();
|
||||
#endif
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
|
||||
/** @} *********************************************************************/
|
||||
/**
|
||||
* @name Define Interpreted Program Operation
|
||||
|
@ -159,6 +162,7 @@ public:
|
|||
* @return 0 if successful otherwise -1.
|
||||
*/
|
||||
int interpretedDeleteTuple();
|
||||
#endif
|
||||
|
||||
/** @} *********************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue