[Groonga-commit] groonga/grnxx at c75093e [master] Insert header names to comments.

Back to archive index

susumu.yata null+****@clear*****
Wed Dec 3 14:43:06 JST 2014


susumu.yata	2014-12-03 14:43:06 +0900 (Wed, 03 Dec 2014)

  New Revision: c75093e98f5c14005da6f28353214d4e92e9b656
  https://github.com/groonga/grnxx/commit/c75093e98f5c14005da6f28353214d4e92e9b656

  Message:
    Insert header names to comments.

  Modified files:
    lib/grnxx/impl/cursor.hpp
    lib/grnxx/impl/table.cpp

  Modified: lib/grnxx/impl/cursor.hpp (+1 -1)
===================================================================
--- lib/grnxx/impl/cursor.hpp    2014-12-03 14:41:08 +0900 (432e1c4)
+++ lib/grnxx/impl/cursor.hpp    2014-12-03 14:43:06 +0900 (4c3c0f0)
@@ -8,7 +8,7 @@ namespace impl {
 
 class EmptyCursor : public Cursor {
  public:
-  // -- Public API --
+  // -- Public API (grnxx/cursor.hpp) --
 
   EmptyCursor() = default;
   ~EmptyCursor() = default;

  Modified: lib/grnxx/impl/table.cpp (+2 -2)
===================================================================
--- lib/grnxx/impl/table.cpp    2014-12-03 14:41:08 +0900 (037130f)
+++ lib/grnxx/impl/table.cpp    2014-12-03 14:43:06 +0900 (ed6d831)
@@ -10,7 +10,7 @@ namespace impl {
 
 class TableRegularCursor : public Cursor {
  public:
-  // -- Public API --
+  // -- Public API (grnxx/cursor.hpp) --
 
   ~TableRegularCursor() {}
 
@@ -111,7 +111,7 @@ TableRegularCursor::TableRegularCursor(const Table *table,
 
 class TableReverseCursor : public Cursor {
  public:
-  // -- Public API --
+  // -- Public API (grnxx/cursor.hpp) --
 
   ~TableReverseCursor() {}
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index