From 0407a08888321e40cd56ad8080b2f0c414a3f118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 20 May 2025 20:56:02 +0200 Subject: [PATCH] doc/api: fix invalid cross references --- doc/en/weechat_plugin_api.en.adoc | 2 +- doc/fr/weechat_plugin_api.fr.adoc | 2 +- doc/it/weechat_plugin_api.it.adoc | 2 +- doc/ja/weechat_plugin_api.ja.adoc | 2 +- doc/sr/weechat_plugin_api.sr.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 357568ba5..0ec146f58 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -2165,7 +2165,7 @@ Arguments: Return value: * array of strings, NULL if problem (must be freed by calling - <<_free_split_command,free_split_command>> after use) + <<_string_free_split_command,string_free_split_command>> after use) C example: diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index c44398675..9217ca5b4 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -2205,7 +2205,7 @@ Paramètres : Valeur de retour : * tableau de chaînes, NULL en cas de problème (doit être supprimé par un appel à - <<_free_split_command,free_split_command>> après utilisation) + <<_string_free_split_command,string_free_split_command>> après utilisation) Exemple en C : diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index d4405bc2b..10410d44c 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -2297,7 +2297,7 @@ Argomenti: Valore restituito: * array di stringhe, NULL in caso di problemi (deve essere liberata chiamando - <<_free_split_command,free_split_command>> dopo l'uso) + <<_string_free_split_command,string_free_split_command>> dopo l'uso) Esempio in C: diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 2a9618485..51c6a71b1 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -2232,7 +2232,7 @@ char **weechat_string_split_command (const char *command, char separator); 戻り値: * 文字列の配列、分割に失敗した場合は NULL (使用後には必ず - <<_free_split_command,free_split_command>> を呼び出して領域を開放してください) + <<_string_free_split_command,string_free_split_command>> を呼び出して領域を開放してください) C 言語での使用例: diff --git a/doc/sr/weechat_plugin_api.sr.adoc b/doc/sr/weechat_plugin_api.sr.adoc index 862166cf4..de5633274 100644 --- a/doc/sr/weechat_plugin_api.sr.adoc +++ b/doc/sr/weechat_plugin_api.sr.adoc @@ -2086,7 +2086,7 @@ char **weechat_string_split_command (const char *command, char separator); Повратна вредност: -* низ стрингова, NULL у случају проблема (након употребе мора да се ослободи позивом <<_free_split_command,free_split_command>>) +* низ стрингова, NULL у случају проблема (након употребе мора да се ослободи позивом <<_string_free_split_command,string_free_split_command>>) C пример: