Commit de33b755 authored by unknown's avatar unknown

doxygn to skip some more

parent 5afb0274
...@@ -129,6 +129,7 @@ public: ...@@ -129,6 +129,7 @@ public:
*/ */
int deleteTuple(); int deleteTuple();
#ifndef DOXYGEN_SHOULD_SKIP_DEPRECATED
/** /**
* Define the NdbIndexOperation to be a standard operation of type * Define the NdbIndexOperation to be a standard operation of type
* dirtyUpdate. * dirtyUpdate.
...@@ -139,7 +140,9 @@ public: ...@@ -139,7 +140,9 @@ public:
* @return 0 if successful otherwise -1. * @return 0 if successful otherwise -1.
*/ */
int dirtyUpdate(); int dirtyUpdate();
#endif
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
/** @} *********************************************************************/ /** @} *********************************************************************/
/** /**
* @name Define Interpreted Program Operation * @name Define Interpreted Program Operation
...@@ -159,6 +162,7 @@ public: ...@@ -159,6 +162,7 @@ public:
* @return 0 if successful otherwise -1. * @return 0 if successful otherwise -1.
*/ */
int interpretedDeleteTuple(); int interpretedDeleteTuple();
#endif
/** @} *********************************************************************/ /** @} *********************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment