[Groonga-commit] groonga/groonga at 21d779e [master] doc: follow new markup guideline about log_level command documentation

Back to archive index

naoa null+****@clear*****
Tue Aug 12 08:25:55 JST 2014


naoa	2014-08-12 08:25:55 +0900 (Tue, 12 Aug 2014)

  New Revision: 21d779e7ed463d95bacf5fb26dfcf7433f149b08
  https://github.com/groonga/groonga/commit/21d779e7ed463d95bacf5fb26dfcf7433f149b08

  Merged 13a8eb1: Merge pull request #189 from naoa/reformat-command-reference

  Message:
    doc: follow new markup guideline about log_level command documentation

  Modified files:
    doc/source/reference/commands/log_level.rst

  Modified: doc/source/reference/commands/log_level.rst (+20 -26)
===================================================================
--- doc/source/reference/commands/log_level.rst    2014-08-12 08:25:39 +0900 (9044be5)
+++ doc/source/reference/commands/log_level.rst    2014-08-12 08:25:55 +0900 (d9469c8)
@@ -2,29 +2,33 @@
 
 .. highlightlang:: none
 
-log_level
-=========
+``log_level``
+=============
 
-名前
-----
+Summary
+-------
 
 log_level - ログ出力レベルの設定
 
-書式
-----
+Groonga組込コマンドの一つであるlog_levelについて説明します。組込コマンドは、groonga実行ファイルの引数、標準>入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。
+
+log_levelは、ログ出力レベルを設定します。
+
+Syntax
+------
 ::
 
  log_level level
 
-説明
-----
-
-Groonga組込コマンドの一つであるlog_levelについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。
+Usage
+-----
+::
 
-log_levelは、ログ出力レベルを設定します。
+ log_level warning
+ [true]
 
-引数
-----
+Parameters
+----------
 
 ``level``
 
@@ -39,11 +43,8 @@ log_levelは、ログ出力レベルを設定します。
      info
      debug
 
-返値
-----
-
-json形式
-^^^^^^^^
+Return value
+------------
 
 ::
 
@@ -53,14 +54,7 @@ json形式
 
   エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
 
-例
---
-::
-
- log_level warning
- [true]
-
-関連項目
+See also
 --------
 
 :doc:`log_put`
-------------- next part --------------
HTML����������������������������...
Download 



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