From 9f1b96301430e8149402c5aa5b919816492012f9 Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Fri, 19 Apr 2019 14:57:22 +0100 Subject: [PATCH] fixed documentation format --- src/link.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/link.h b/src/link.h index a05e50c..b56be5f 100644 --- a/src/link.h +++ b/src/link.h @@ -5,9 +5,9 @@ #include -/*! \brief the maximum length of the URL */ +/** \brief the maximum length of the URL */ #define URL_LEN_MAX 2048 -/*! \brief the maximum length of a partial URL (a link) */ +/** \brief the maximum length of a partial URL (a link) */ #define P_URL_LEN_MAX 255 /** \brief the link type */