Doxygenドキュメントで関数などに概要とパラメーター、返り値が表示されるよう修正
[YACASL2.git] / src / dump.c
index ab418a8..70d4e2e 100644 (file)
@@ -1,11 +1,6 @@
-#include <stdio.h>
-
 #include "exec.h"
-#include "cmem.h"
 
-/**
- * COMET IIのメモリを表示する
- */
+/* exec.hに定義された関数群 */
 void dumpmemory()
 {
     const int col = 16;
@@ -30,9 +25,6 @@ void dumpmemory()
     }
 }
 
-/**
- * COMET IIのレジスタを表示する
- */
 void dspregister()
 {
     int i;