added seqnumbers.h include
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 14 Jul 2005 15:19:57 +0000 (15:19 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 14 Jul 2005 15:19:57 +0000 (15:19 +0000)
doxygen docu fixed

[r6229]

ir/common/firm.h

index 64e7a41..cd5a588 100644 (file)
@@ -109,6 +109,8 @@ extern "C" {
 
 #include "irreflect.h"     /* reflection */
 
+#include "seqnumbers.h"    /* debug support */
+
 
 /* @@@ temporarily for jni builder until preprocessor works.
    Then it should be sufficient to include <file.h> instead
@@ -179,7 +181,7 @@ typedef struct _firm_parameter_t firm_parameter_t;
  * Initializes the firm library.  Allocates default data structures.
  * Initializes configurable behavior of the library.
  *
- * @param param    A structure containing the parameters of the libFirm.
+ * @param params   A structure containing the parameters of the libFirm.
  *
  * The parameter struct may be NULL. In that case, the original FIRM behavior
  * is conserved.