diff options
author | unknown <jon@gigan.> | 2004-12-30 00:44:59 +1000 |
---|---|---|
committer | unknown <jon@gigan.> | 2004-12-30 00:44:59 +1000 |
commit | f7d2037bb70e51b2ad674e74d4bf6ec23a13118c (patch) | |
tree | afa9701f3380741f02680b01a6a2493d1bc041e8 /ndb/include/mgmapi/mgmapi.h | |
parent | 7ad30c2ae3810890071ef0e7546f8417e2a0bd49 (diff) | |
download | mariadb-git-f7d2037bb70e51b2ad674e74d4bf6ec23a13118c.tar.gz |
Got rid of <code> tags in doxygen comments for mgmapi.h
and ndbapi.hpp as they look like crap when converted
to PDF.
ndb/include/mgmapi/mgmapi.h:
Got rid of <code> tags in doxycomments.
ndb/include/ndbapi/Ndb.hpp:
Got rid of <code> tags in doxycomments.
Diffstat (limited to 'ndb/include/mgmapi/mgmapi.h')
-rw-r--r-- | ndb/include/mgmapi/mgmapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ndb/include/mgmapi/mgmapi.h b/ndb/include/mgmapi/mgmapi.h index ea406b9ddb9..7f2baecd757 100644 --- a/ndb/include/mgmapi/mgmapi.h +++ b/ndb/include/mgmapi/mgmapi.h @@ -30,9 +30,9 @@ * @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. |