]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_tokeniser.c
src/framework/*: improve the doxygen documentation (work in progress). This also...
[mlt] / src / framework / mlt_tokeniser.c
index 619a4898ae143b3201524d355511a51d435d08e4..9d3977e7050e0c594bcfc29a8c99087b0e52110f 100644 (file)
@@ -1,7 +1,9 @@
-/*
- * mlt_tokeniser.c -- String tokeniser
- * Copyright (C) 2002-2003 Ushodaya Enterprises Limited
- * Author: Charles Yates <charles.yates@pandora.be>
+/**
+ * \file mlt_tokeniser.c
+ * \brief string tokeniser
+ *
+ * Copyright (C) 2002-2008 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
@@ -126,7 +128,7 @@ int mlt_tokeniser_parse_new( mlt_tokeniser tokeniser, char *string, char *delimi
                count = 0 - ( count - 1 );
                mlt_tokeniser_append( tokeniser, token );
        }
-               
+
        free( token );
        return count;
 }