mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03:00
fixed a number of doxygen warnings
This commit is contained in:
@@ -204,6 +204,7 @@ struct NdbError {
|
||||
*/
|
||||
char * details;
|
||||
|
||||
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
|
||||
NdbError(){
|
||||
status = UnknownResult;
|
||||
classification = NoError;
|
||||
@@ -227,6 +228,7 @@ struct NdbError {
|
||||
ndberror.details = details;
|
||||
return ndberror;
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
||||
class NdbOut& operator <<(class NdbOut&, const NdbError &);
|
||||
|
Reference in New Issue
Block a user