aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-12-14 20:06:14 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-12-14 20:10:54 +0900
commit4720247f839a02d6a1ac7fc94918b48177800a52 (patch)
tree5aafacdb4a5740d31a9e2d5dd292787da1787ac8
parent1b93a5396400b65b442006ed603d12ae21dd497f (diff)
downloadlibhinawa-4720247f839a02d6a1ac7fc94918b48177800a52.tar.gz
enum: fix FTBFS with gi-docgen 2023.3
Debian project detects FTBFS in libhinawa 4.0.0 package with gi-docgen 2023.3. This commit fixes it. Reference: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058535 Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/hinawa_enum_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hinawa_enum_types.h b/src/hinawa_enum_types.h
index 1687046..a1c1ebf 100644
--- a/src/hinawa_enum_types.h
+++ b/src/hinawa_enum_types.h
@@ -98,7 +98,7 @@ typedef enum {
* A set of error code for [struct@GLib.Error] for operations in [class@FwReq].
* The actual value is equivalent to [enum@FwRcode].
*
- * Since: 2.5.
+ * Since: 2.5
*/
typedef enum {
HINAWA_FW_REQ_ERROR_CONFLICT_ERROR = HINAWA_FW_RCODE_CONFLICT_ERROR,