From 936d1dfd07571aca05f02be41744707358e11f0b Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 23 Dec 2004 12:34:18 +0000 Subject: [PATCH] doxygen comment added [r4730] --- ir/adt/fourcc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ir/adt/fourcc.h b/ir/adt/fourcc.h index a0d9f95d9..8b5a7cb17 100644 --- a/ir/adt/fourcc.h +++ b/ir/adt/fourcc.h @@ -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 */ -- 2.20.1