[vlc-commits] keystore: fix doxygen
Thomas Guillem
git at videolan.org
Thu Feb 4 15:28:07 CET 2016
vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Feb 4 13:57:40 2016 +0100| [784669294ec6bfbdff57ba520efae05e01b3028d] | committer: Thomas Guillem
keystore: fix doxygen
move file inside group
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=784669294ec6bfbdff57ba520efae05e01b3028d
---
include/vlc_keystore.h | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/include/vlc_keystore.h b/include/vlc_keystore.h
index f8a6ae1..a797d8e 100644
--- a/include/vlc_keystore.h
+++ b/include/vlc_keystore.h
@@ -18,11 +18,6 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
-/**
- * @file
- * This file declares vlc keystore API
- */
-
#ifndef VLC_KEYSTORE_H
# define VLC_KEYSTORE_H
@@ -35,6 +30,8 @@ typedef struct vlc_credential vlc_credential;
/**
* @defgroup keystore Keystore and credential API
* @{
+ * @file
+ * This file declares vlc keystore API
* @defgroup keystore_public Keystore public API
* @{
*/
More information about the vlc-commits
mailing list