[Groonga-commit] groonga/grnxx at 7986216 [master] Change the comment format.

Back to archive index

susumu.yata null+****@clear*****
Tue Oct 7 09:54:30 JST 2014


susumu.yata	2014-10-07 09:54:30 +0900 (Tue, 07 Oct 2014)

  New Revision: 7986216b9a1194d0da58f09a05b74fb8322d9cc1
  https://github.com/groonga/grnxx/commit/7986216b9a1194d0da58f09a05b74fb8322d9cc1

  Message:
    Change the comment format.

  Modified files:
    lib/grnxx/impl/db.hpp
    lib/grnxx/impl/table.hpp

  Modified: lib/grnxx/impl/db.hpp (+2 -1)
===================================================================
--- lib/grnxx/impl/db.hpp    2014-10-06 23:39:14 +0900 (013d96b)
+++ lib/grnxx/impl/db.hpp    2014-10-07 09:54:30 +0900 (dca087a)
@@ -9,7 +9,8 @@ namespace impl {
 
 class DB : public grnxx::DB {
  public:
-  // Public API, see grnxx/db.hpp for details.
+  // -- Public API (grnxx/db.hpp) --
+
   DB();
   ~DB();
 

  Modified: lib/grnxx/impl/table.hpp (+3 -2)
===================================================================
--- lib/grnxx/impl/table.hpp    2014-10-06 23:39:14 +0900 (85752b3)
+++ lib/grnxx/impl/table.hpp    2014-10-07 09:54:30 +0900 (117b305)
@@ -13,7 +13,8 @@ class DB;
 
 class Table : public grnxx::Table {
  public:
-  // Public API, see grnxx/table.hpp for details.
+  // -- Public API (grnxx/table.hpp) --
+
   Table();
   ~Table();
 
@@ -67,7 +68,7 @@ class Table : public grnxx::Table {
       Error *error,
       const CursorOptions &options = CursorOptions()) const;
 
-  // Internal API.
+  // -- Internal API --
 
   // Create a new table.
   //
-------------- next part --------------
HTML����������������������������...
Download 



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