]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_field.c
src/framework/*: improve the doxygen documentation (work in progress). This also...
[mlt] / src / framework / mlt_field.c
index 924eee9486902d9862b028f48a2bb86f4b43029d..a86afa92cee0deb629fae28e5a19caa8524e2dab 100644 (file)
@@ -1,7 +1,9 @@
-/*
- * mlt_field.c -- A field for planting multiple transitions and filters
- * Copyright (C) 2003-2004 Ushodaya Enterprises Limited
- * Author: Charles Yates <charles.yates@pandora.be>
+/**
+ * \file mlt_field.c
+ * \brief a field for planting multiple transitions and filters
+ *
+ * Copyright (C) 2003-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
@@ -28,8 +30,9 @@
 #include <stdlib.h>
 #include <string.h>
 
-/** Private structures.
-*/
+/** \brief Field class
+ *
+ */
 
 struct mlt_field_s
 {
@@ -44,7 +47,7 @@ struct mlt_field_s
 };
 
 /** Constructor.
-       
+
        We construct a multitrack and a tractor here.
 */