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 04:15:45 UTC

[kudu] branch master updated: [client] fix doxygen warnings

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0870259  [client] fix doxygen warnings
0870259 is described below

commit 0870259456f785c4efdf5826350166d8d6dff5cc
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
---
 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 815ea3b..209dff6 100644
--- a/src/kudu/client/schema.h
+++ b/src/kudu/client/schema.h
@@ -638,7 +638,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;