diff --git a/libnfc/nfc.c b/libnfc/nfc.c index 9302698..a8e388b 100644 --- a/libnfc/nfc.c +++ b/libnfc/nfc.c @@ -60,8 +60,10 @@ * @defgroup misc Miscellaneous * */ - -/* vim:set ts=2 sw=2 et: */ +/** + * @defgroup string-converter To-string converters + * The functionnality documented below allow to retreive some information in text format. + */ #ifdef HAVE_CONFIG_H # include "config.h"