From: Michael Beck Date: Thu, 23 Dec 2004 12:34:18 +0000 (+0000) Subject: doxygen comment added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=936d1dfd07571aca05f02be41744707358e11f0b;p=libfirm doxygen comment added [r4730] --- 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 */