doxygen用にコメント修正。関数のstatic指定を外す
[YACASL2.git] / src / dump.c
index 857b3de..769b175 100644 (file)
@@ -2,7 +2,7 @@
 #include "exec.h"
 
 /**
- * COMET IIのメモリを表示
+ * COMET IIのメモリを表示する
  */
 void dumpmemory()
 {
@@ -29,7 +29,7 @@ void dumpmemory()
 }
 
 /**
- * COMET IIのレジスタを表示
+ * COMET IIのレジスタを表示する
  */
 void dspregister()
 {