You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by al...@apache.org on 2019/10/30 05:51:08 UTC

[kudu] branch branch-1.11.x updated: [client] fix doxygen warnings

This is an automated email from the ASF dual-hosted git repository.

alexey pushed a commit to branch branch-1.11.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/branch-1.11.x by this push:
     new ef5a5fb  [client] fix doxygen warnings
ef5a5fb is described below

commit ef5a5fbe0f4caa41ffc752b46d695e79fdd1bfc2
Author: Alexey Serbin <al...@apache.org>
AuthorDate: Tue Oct 29 17:58:04 2019 -0700

    [client] fix doxygen warnings
    
    This patch doesn't contain any functional modifications.
    
    Change-Id: Ife1c154064482db07dcc6ec4b760cc30055df13e
    Reviewed-on: http://gerrit.cloudera.org:8080/14581
    Reviewed-by: Adar Dembo <ad...@cloudera.com>
    Reviewed-by: Grant Henke <gr...@apache.org>
    Tested-by: Kudu Jenkins
    (cherry picked from commit 0870259456f785c4efdf5826350166d8d6dff5cc)
    Reviewed-on: http://gerrit.cloudera.org:8080/14583
    Tested-by: Alexey Serbin <as...@cloudera.com>
---
 src/kudu/client/client.h | 3 ++-
 src/kudu/client/schema.h | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/kudu/client/client.h b/src/kudu/client/client.h
index f4dc618..4b30fb4 100644
--- a/src/kudu/client/client.h
+++ b/src/kudu/client/client.h
@@ -656,7 +656,7 @@ class KUDU_EXPORT KuduTabletServer {
   uint16_t port() const;
 
   /// @cond PRIVATE_API
-  ///
+
   /// Private API.
   ///
   /// @return The location of the tablet server.
@@ -2531,6 +2531,7 @@ class KUDU_EXPORT KuduScanTokenBuilder {
   Status SetSnapshotRaw(uint64_t snapshot_timestamp) WARN_UNUSED_RESULT;
 
   /// @cond PRIVATE_API
+
   /// @copydoc KuduScanner::SetDiffScan
   Status SetDiffScan(uint64_t start_timestamp, uint64_t end_timestamp)
       WARN_UNUSED_RESULT KUDU_NO_EXPORT;
diff --git a/src/kudu/client/schema.h b/src/kudu/client/schema.h
index c5c3c52..a6e4b78 100644
--- a/src/kudu/client/schema.h
+++ b/src/kudu/client/schema.h
@@ -577,7 +577,7 @@ class KUDU_EXPORT KuduSchema {
 
   /// @param [in] col_name
   ///   Column name.
-  /// @param [out] col_schema.
+  /// @param [out] col_schema
   ///   Schema for the specified column.
   /// @return @c true iff the specified column exists.
   bool HasColumn(const std::string& col_name, KuduColumnSchema* col_schema) const;