From 9d13d6f02f3a320ada6a92815fec7bb3da7ce1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 18 Sep 2023 20:24:56 +0200 Subject: Fix lint and doc warnings. --- metadata.json | 2 +- types/filter_types.pp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index a07f575..6b286b5 100644 --- a/metadata.json +++ b/metadata.json @@ -20,7 +20,7 @@ }, { "name": "HugoNikanor/letsencrypt", - "version_requirement": ">= 0.1.0" + "version_requirement": "0.1.0" } ], "operatingsystem_support": [ diff --git a/types/filter_types.pp b/types/filter_types.pp index 8a5ef2d..03211fd 100644 --- a/types/filter_types.pp +++ b/types/filter_types.pp @@ -1,3 +1,6 @@ +# @summary Filters recognised by cgit. +# +# See cgitrc(5) for more information. type Cgit::Filter_types = Enum[ 'about', 'auth', -- cgit v1.2.3