Added doxygen comments for various enumeration types.
[libfirm] / firmjni / Dbginfo.c
index 5e11134..a0bfe8c 100644 (file)
@@ -1,19 +1,18 @@
-/**
- * @file firmjni/Dbginfo.cc
- *
- *
- *
- * @author   Goetz Lindenmaier
- * CVS-ID:   $Id$
- * Copyright (c) 2003 University of Karlsruhe
- * Created:  26.2.2003
- * Project:  Recoder frontend for libfirm
- *
- *
+/*
+ * Project:     libFIRM / Recoder frontend for libFIRM
+ * File name:   firmjni/Dbginfo.c
+ * Purpose:     Testing callback.
+ * Author:      Goetz Lindenmaier
+ * Modified by:
+ * Created:     26.2.2003
+ * CVS-ID:      $Id$
+ * Copyright:   (c) 2003 Universität Karlsruhe
+ * Licence:     This file protected by GPL -  GNU GENERAL PUBLIC LICENSE.
  */
-#include "Dbginfo.h"
 
-#include <firm.h>
+#include "Dbginfo.h"   /* Generated. */
+
+#include "firm.h"
 #include "dbginfo.h"
 #include <stdio.h>