Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / metadata / opcodes.c
index 838142e253f01761818863eade191b0f48381df4..511b291df997428e5ffcaab002126ea70ec8cfd4 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * opcodes.c: CIL instruction information
+/**
+ * \file
+ * CIL instruction information
  *
  * Author:
  *   Paolo Molaro (lupus@ximian.com)
@@ -44,6 +45,9 @@ static const int16_t opidx [] = {
 #undef OPDEF
 };
 
+/**
+ * mono_opcode_name:
+ */
 const char*
 mono_opcode_name (int opcode)
 {