X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Firio.h;h=1e38ad981f043188f340741915b596e3aab5af8b;hb=fef8dc3eff6468d7d65485af8e1ac9884c504e1a;hp=a188072af06c95e32897b4a5984e83158e9a3a7f;hpb=bd092bd1f52df17d8317a2e16b9e9e2dc9b8bed6;p=libfirm diff --git a/include/libfirm/irio.h b/include/libfirm/irio.h index a188072af..1e38ad981 100644 --- a/include/libfirm/irio.h +++ b/include/libfirm/irio.h @@ -19,11 +19,8 @@ /** * @file - * @brief Import/export textual representation of firm. + * @brief Input/Output textual representation of firm. * @author Moritz Kroll - * - * Note: The file format is not considered stable yet. So expect - * incompatibilities between file formats of different libfirm versions. */ #ifndef FIRM_IR_IRIO_H #define FIRM_IR_IRIO_H @@ -33,6 +30,13 @@ #include "firm_types.h" #include "begin.h" +/** + * @defgroup irio Input and Output + * @note The file format is not considered stable yet. So expect + * incompatibilities between file formats of different libfirm versions. + * @{ + */ + /** * Exports the whole irp to the given file in a textual form. * Exports all types, all ir graphs, and the constant graph. @@ -62,6 +66,8 @@ FIRM_API int ir_import(const char *filename); */ FIRM_API int ir_import_file(FILE *input, const char *inputname); +/** @} */ + #include "end.h" #endif