From e5b58b1d7fbd10f6b94e1a421e385e423fcc6abf Mon Sep 17 00:00:00 2001 From: Jani Heikkinen Date: Mon, 5 Dec 2022 13:10:59 +0200 Subject: Coin: Add documentation tag Tag tells coin that the module expects to build documentation. Coin then adds the qt5 doc workitem to the integration which ensures that the top level docs are in place when the module needs them. Pick-to: dev 6.4 6.2 Change-Id: I41d51a5e3ce93c86e5b351e3f320ed382b9a4606 Reviewed-by: Toni Saario --- coin/module_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 42e8aa51..53d4c87e 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -1,4 +1,5 @@ version: 2 +tags: ["documentation"] accept_configuration: condition: and conditions: -- cgit v1.2.1