Commit 737418b6 authored by unknown's avatar unknown

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...
parent 96caa55a
...@@ -30,15 +30,15 @@ ...@@ -30,15 +30,15 @@
* @section General Concepts * @section General Concepts
* *
* Each MGM API function needs a management server handle * 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 * This handle is initally created by calling the
* function <CODE>ndb_mgm_create_handle()</CODE>. * function ndb_mgm_create_handle().
* *
* A function can return: * A function can return:
* -# An integer value. * -# An integer value.
* A value of <B>-1</B> indicates an error. * A value of -1 indicates an error.
* -# A pointer value. A <VAR>NULL</VAR> value indicates an error; * -# A pointer value. A NULL value indicates an error;
* Otherwise, the return value must be <CODE>free()</CODE>ed by the user of the MGM API. * 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 conditions can be identified by using the appropriate
* error-reporting functions. * error-reporting functions.
......
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