summaryrefslogtreecommitdiff
path: root/ndb/include/mgmapi/mgmapi.h
diff options
context:
space:
mode:
authorunknown <jon@gigan.>2004-12-28 02:20:57 +1000
committerunknown <jon@gigan.>2004-12-28 02:20:57 +1000
commit0b597d2810b8c2b4d6277ece3643970bb88f4eeb (patch)
tree9370285ae7f27210619707a321bd3a90ee5cb2f8 /ndb/include/mgmapi/mgmapi.h
parent488d712907cd67e14d26c6dbbf2409f557434519 (diff)
downloadmariadb-git-0b597d2810b8c2b4d6277ece3643970bb88f4eeb.tar.gz
Removing HTML formatting from mgmapi.h to see
if this is causing the failure with perl and doxygen... ndb/include/mgmapi/mgmapi.h: Removing HTML formatting to see if this is causing the make failure...
Diffstat (limited to 'ndb/include/mgmapi/mgmapi.h')
-rw-r--r--ndb/include/mgmapi/mgmapi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h
index 7ff31b9789d..89e0eb046c2 100644
--- a/ndb/include/mgmapi/mgmapi.h
+++ b/ndb/include/mgmapi/mgmapi.h
@@ -30,15 +30,15 @@
* @section General Concepts
*
* Each MGM API function needs a management server handle
- * of type <CODE>Mgm_C_Api::NdbMgmHandle</CODE>.
+ * of type Mgm_C_Api::NdbMgmHandle.
* This handle is initally created by calling the
- * function <CODE>ndb_mgm_create_handle()</CODE>.
+ * function ndb_mgm_create_handle().
*
* A function can return:
* -# An integer value.
- * A value of <B>-1</B> indicates an error.
- * -# A pointer value. A <VAR>NULL</VAR> value indicates an error;
- * Otherwise, the return value must be <CODE>free()</CODE>ed by the user of the MGM API.
+ * A value of -1 indicates an error.
+ * -# A pointer value. A NULL value indicates an error;
+ * Otherwise, the return value must be free()ed by the user of the MGM API.
*
* Error conditions can be identified by using the appropriate
* error-reporting functions.