summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-05-15 22:17:59 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-05-15 22:17:59 +0200
commit4b5bc0ac8dade25bb2faca11b21ca0603dda31f9 (patch)
tree64b1aa13a930e5cbf4ff622a6461305f49b7b044 /doc/ja
parent28fccd3f1262f479c9720bd6646e2c48e7d5e558 (diff)
downloadweechat-4b5bc0ac8dade25bb2faca11b21ca0603dda31f9.zip
doc: add missing file test-arraylist.cpp in developer's guide
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_dev.ja.asciidoc29
1 files changed, 15 insertions, 14 deletions
diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc
index 2a961ecd2..fbf6e8d2a 100644
--- a/doc/ja/weechat_dev.ja.asciidoc
+++ b/doc/ja/weechat_dev.ja.asciidoc
@@ -301,20 +301,21 @@ WeeChat "core" は以下のディレクトリに配置されています:
[width="100%",cols="1v,5",options="header"]
|===
-| パス/ファイル名 | 説明
-| tests/ | テスト用のルートディレクトリ
-| tests.cpp | テスト実行に使うプログラム
-| unit/ | 単体テスト用のルートディレクトリ
-| core/ | core 向け単体テスト用のルートディレクトリ
-| test-eval.cpp | テスト: 式の評価
-| test-hashtble.cpp | テスト: ハッシュテーブル
-| test-hdata.cpp | テスト: hdata
-| test-infolist.cpp | テスト: インフォリスト
-| test-list.cpp | テスト: リスト
-| test-string.cpp | テスト: 文字列
-| test-url.cpp | テスト: URL
-| test-utf8.cpp | テスト: UTF-8
-| test-util.cpp | テスト: ユーティリティ関数
+| パス/ファイル名 | 説明
+| tests/ | テスト用のルートディレクトリ
+| tests.cpp | テスト実行に使うプログラム
+| unit/ | 単体テスト用のルートディレクトリ
+| core/ | core 向け単体テスト用のルートディレクトリ
+| test-arraylist.cpp | テスト: 配列リスト
+| test-eval.cpp | テスト: 式の評価
+| test-hashtble.cpp | テスト: ハッシュテーブル
+| test-hdata.cpp | テスト: hdata
+| test-infolist.cpp | テスト: インフォリスト
+| test-list.cpp | テスト: リスト
+| test-string.cpp | テスト: 文字列
+| test-url.cpp | テスト: URL
+| test-utf8.cpp | テスト: UTF-8
+| test-util.cpp | テスト: ユーティリティ関数
|===
[[documentation_translations]]