diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-23 14:43:36 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-12-23 14:43:36 +0100 |
commit | de33b755e47c1e837598dc05b397afe021f4d242 (patch) | |
tree | da98f48abcd70aa81362d491b0f3e6b17fbc736a /ndb/include/ndbapi/NdbIndexOperation.hpp | |
parent | 5afb02741e33f34a58309c13d5a8a82fb9ddb197 (diff) | |
download | mariadb-git-de33b755e47c1e837598dc05b397afe021f4d242.tar.gz |
doxygn to skip some more
Diffstat (limited to 'ndb/include/ndbapi/NdbIndexOperation.hpp')
-rw-r--r-- | ndb/include/ndbapi/NdbIndexOperation.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ndb/include/ndbapi/NdbIndexOperation.hpp b/ndb/include/ndbapi/NdbIndexOperation.hpp index 0ae527516b9..3de6835238e 100644 --- a/ndb/include/ndbapi/NdbIndexOperation.hpp +++ b/ndb/include/ndbapi/NdbIndexOperation.hpp @@ -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 /** @} *********************************************************************/ |