1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-15 09:02:33 +03:00

fixed a number of doxygen warnings

This commit is contained in:
tomas@poseidon.ndb.mysql.com
2005-01-10 01:25:20 +01:00
parent af1dfd74e1
commit d42f92d294
14 changed files with 113 additions and 53 deletions

View File

@@ -966,6 +966,7 @@ protected:
#include <stdlib.h>
#endif
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
inline
int
@@ -1215,4 +1216,6 @@ NdbOperation::setValue(Uint32 anAttrId, double aPar)
return setValue(anAttrId, (const char*)&aPar, (Uint32)8);
}
#endif // doxygen
#endif