From 2aba0f962a8182076f5338c8190d95d6239ae4c0 Mon Sep 17 00:00:00 2001 From: Romuald Conty Date: Mon, 17 Sep 2012 13:47:18 +0000 Subject: [PATCH] documentation: add missing group description --- libnfc/nfc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"