mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
fixed a number of doxygen warnings
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user