diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-10 01:25:20 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-10 01:25:20 +0100 |
commit | 33465a14d1248629638a53153a3be7aa9a92dba2 (patch) | |
tree | 94a801d63c1cab60fde495f3a98b109239f8429e /ndb/include/ndbapi/ndb_cluster_connection.hpp | |
parent | 4327c18b93c152067499f4c6866748a7fe438549 (diff) | |
download | mariadb-git-33465a14d1248629638a53153a3be7aa9a92dba2.tar.gz |
fixed a number of doxygen warnings
Diffstat (limited to 'ndb/include/ndbapi/ndb_cluster_connection.hpp')
-rw-r--r-- | ndb/include/ndbapi/ndb_cluster_connection.hpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ndb/include/ndbapi/ndb_cluster_connection.hpp b/ndb/include/ndbapi/ndb_cluster_connection.hpp index dbf34473670..2b59ff1a055 100644 --- a/ndb/include/ndbapi/ndb_cluster_connection.hpp +++ b/ndb/include/ndbapi/ndb_cluster_connection.hpp @@ -34,10 +34,10 @@ public: /** * Create a connection to a cluster of storage nodes * - * @param specify the connectstring for where to find the - * management server + * @param connectstring The connectstring for where to find the + * management server */ - Ndb_cluster_connection(const char * connect_string = 0); + Ndb_cluster_connection(const char * connectstring = 0); ~Ndb_cluster_connection(); /** @@ -66,10 +66,10 @@ public: /** * Wait until the requested connection with one or more storage nodes is successful * - * @param time_out_for_first_alive number of seconds to wait until - * first live node is detected - * @param timeout_after_first_alive number of seconds to wait after - * first live node is detected + * @param timeout_for_first_alive Number of seconds to wait until + * first live node is detected + * @param timeout_after_first_alive Number of seconds to wait after + * first live node is detected * * @return = 0 all nodes live, * > 0 at least one node live, |