gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit def5ab79bffc73b31d2d05bc494ee77322bda16a
parent 9ee2ceabf52a34bf9e71d64dc240bbdcb21a6650
Author: Antoine A <>
Date:   Tue, 18 Feb 2025 11:12:05 +0100

improve rs template

Diffstat:
Mgnu-taler-error-codes/rs.enum_template | 2+-
Mgnu-taler-error-codes/rs.header | 7+++----
2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu-taler-error-codes/rs.enum_template b/gnu-taler-error-codes/rs.enum_template @@ -1,2 +1,2 @@ - /** {{Description}} */ + /// {{Description}} {{Name}} = {{Value}}, diff --git a/gnu-taler-error-codes/rs.header b/gnu-taler-error-codes/rs.header @@ -1,6 +1,6 @@ /* This file is part of GNU Taler - Copyright (C) 2024 Taler Systems SA + Copyright (C) 2024-2025 Taler Systems SA GNU Taler is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published @@ -19,10 +19,10 @@ Note: the LGPL does not apply to all components of GNU Taler, but it does apply to this file. - */ +*/ /// Error codes used by GNU Taler #[derive(Debug, Copy, Clone, PartialEq, Eq)] #[allow(non_camel_case_types, dead_code)] #[repr(u16)] -pub enum ErrorCode { -\ No newline at end of file +pub enum ErrorCode {