From 32e3e76dd35882f5fe63549e49081d2e462d38e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 22 Apr 2025 20:54:33 +0200 Subject: [PATCH] doc/dev: add REUSE ignore tags --- doc/en/weechat_dev.en.adoc | 2 ++ doc/fr/weechat_dev.fr.adoc | 2 ++ doc/ja/weechat_dev.ja.adoc | 2 ++ doc/sr/weechat_dev.sr.adoc | 2 ++ 4 files changed, 8 insertions(+) diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 1493f8daf..e080751d1 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -584,6 +584,7 @@ file at the root of the project tree. Example in C: +// REUSE-IgnoreStart [source,c] ---- /* @@ -609,6 +610,7 @@ Example in C: /* Core functions for WeeChat */ ---- +// REUSE-IgnoreEnd [[coding_c_style]] === C style diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 8495aec78..44d2714fc 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -585,6 +585,7 @@ utiliser le fichier REUSE.toml à la racine du projet. Exemple en C : +// REUSE-IgnoreStart [source,c] ---- /* @@ -610,6 +611,7 @@ Exemple en C : /* Core functions for WeeChat */ ---- +// REUSE-IgnoreEnd [[coding_c_style]] === Style C diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index fe05eed9c..a6fcb2f36 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -710,6 +710,7 @@ file at the root of the project tree. // TRANSLATION MISSING Example in C: +// REUSE-IgnoreStart [source,c] ---- /* @@ -735,6 +736,7 @@ Example in C: /* Core functions for WeeChat */ ---- +// REUSE-IgnoreEnd [[coding_c_style]] === C 言語スタイル diff --git a/doc/sr/weechat_dev.sr.adoc b/doc/sr/weechat_dev.sr.adoc index 9fa036640..50fe9129f 100644 --- a/doc/sr/weechat_dev.sr.adoc +++ b/doc/sr/weechat_dev.sr.adoc @@ -581,6 +581,7 @@ WeeChat „језгро” се налази у следећим директо Пример у језику C: +// REUSE-IgnoreStart [source,c] ---- /* @@ -606,6 +607,7 @@ WeeChat „језгро” се налази у следећим директо /* Core functions for WeeChat */ ---- +// REUSE-IgnoreEnd [[coding_c_style]] === C стил