]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_tokeniser.h
Add doxygen documentation for mlt_profile, mlt_pool, mlt_repository, and mlt_factory.
[mlt] / src / framework / mlt_tokeniser.h
index 1dcf21b8dc70572a59fdae19a9917c8d6ae7b1a7..147f8fc9b37bc9726a93715874d529b63757e1d4 100644 (file)
@@ -1,7 +1,10 @@
-/*
- * mlt_tokeniser.h -- String tokeniser
- * Copyright (C) 2002-2003 Ushodaya Enterprises Limited
- * Author: Charles Yates <charles.yates@pandora.be>
+/**
+ * \file mlt_tokeniser.h
+ * \brief string tokeniser
+ * \see mlt_tokeniser_s
+ *
+ * Copyright (C) 2002-2009 Ushodaya Enterprises Limited
+ * \author Charles Yates <charles.yates@pandora.be>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -21,8 +24,9 @@
 #ifndef _MLT_TOKENISER_H_
 #define _MLT_TOKENISER_H_
 
-/** Structure for tokeniser.
-*/
+/** \brief Tokeniser class
+ *
+ */
 
 typedef struct
 {
@@ -33,7 +37,7 @@ typedef struct
 }
 *mlt_tokeniser, mlt_tokeniser_t;
 
-/** Remote parser API.
+/* Remote parser API.
 */
 
 extern mlt_tokeniser mlt_tokeniser_init( );