doxygen comment added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Dec 2004 12:34:18 +0000 (12:34 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 23 Dec 2004 12:34:18 +0000 (12:34 +0000)
[r4730]

ir/adt/fourcc.h

index a0d9f95..8b5a7cb 100644 (file)
@@ -12,8 +12,7 @@
 #ifndef _FOURCC_H
 #define _FOURCC_H
 
-
-/* define an always readable fourcc code */
+/** define a readable fourcc code */
 #define FOURCC(a,b,c,d)         ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24))
 
 #endif /* _FOURCC_H */