diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 1 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 1 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 2 | ||||
-rw-r--r-- | doc/sr/weechat_dev.sr.adoc | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 86c5561cc..a2161826b 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -437,6 +437,7 @@ WeeChat "core" is located in following directories: | test-core-sys.cpp | Tests: system functions. | hook/ | Root of unit tests for hooks. | test-hook-command.cpp | Tests: hooks "command". +| test-hook-modifier.cpp | Tests: hooks "modifier". | gui/ | Root of unit tests for interfaces. | test-gui-bar-window.cpp | Tests: bar window functions. | test-gui-buffer.cpp | Tests: buffer functions. diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 51f8f9415..422d4eab3 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -439,6 +439,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | test-core-sys.cpp | Tests : fonctions système. | hook/ | Racine des tests pour les hooks. | test-hook-command.cpp | Tests : hooks "command". +| test-hook-modifier.cpp | Tests : hooks "modifier". | gui/ | Racine des tests unitaires pour les interfaces. | test-gui-bar-window.cpp | Tests : fonctions de fenêtres de barre. | test-gui-buffer.cpp | Tests : fonctions de tampons. diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 6c054b398..8736ede6f 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -487,6 +487,8 @@ WeeChat "core" は以下のディレクトリに配置されています: | hook/ | Root of unit tests for hooks. // TRANSLATION MISSING | test-hook-command.cpp | Tests: hooks "command". +// TRANSLATION MISSING +| test-hook-modifier.cpp | Tests: hooks "modifier". | gui/ | インターフェースの単体テストを収める最上位ディレクトリ // TRANSLATION MISSING | test-gui-bar-window.cpp | Tests: bar window functions. diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index fd0df161b..d1a1aa187 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -443,6 +443,7 @@ WeeChat „језгро” се налази у следећим директо | test-core-sys.cpp | Тестови: системске функције. | hook/ | Корен unit тестова за куке. | test-hook-command.cpp | Тестови: куке „command”. +| test-hook-modifier.cpp | Тестови: куке „modifier”. | gui/ | Корен unit тестова интерфејса. | test-gui-bar-window.cpp | Тестови: функције прозора траке. | test-gui-buffer.cpp | Тестови: бафер функције. |