shithub: aubio

Download patch

ref: 0dc5fe3f13928430b83a106c3867b5f1f34fd9d6
parent: 7011e8a717f7406436dd2cf919c69725fc7e48da
author: Paul Brossier <piem@altern.org>
date: Wed May 17 15:48:10 EDT 2006

update types doc
update types doc


--- a/src/types.h
+++ b/src/types.h
@@ -20,18 +20,19 @@
 #ifndef AUBIO_TYPES_H
 #define AUBIO_TYPES_H
 
-/**
- * \file
- * API wise types
- *
- * \todo replace all known types with their alias (in midi*.[ch])
- * 
- * \todo add unknown types aliases (char, FILE)
- *
- * \todo add OS switches
- *
- * \todo add long/float switches
- */
+/** \file
+ 
+  Definition of data types used in aubio
+ 
+  \todo replace all known types with their alias (in midi*.[ch])
+  
+  \todo add unknown types aliases (char, FILE)
+ 
+  \todo add OS switches
+ 
+  \todo add long/float switches
+
+*/
 
 #ifdef __cplusplus
 extern "C" {