fixed documentation format

This commit is contained in:
Fufu Fang 2019-04-19 14:57:22 +01:00
parent 21f1cf2a18
commit 9f1b963014
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
#include <stdlib.h>
/*! \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 */