doxygen用にコメント修正。関数のstatic指定を外す
[YACASL2.git] / src / dumpword.c
index d0afa9f..0bc9a47 100644 (file)
@@ -5,6 +5,9 @@
 #include "word.h"
 #include "cerr.h"
 
+/**
+ * dumpwordコマンドのオプション
+ */
 static struct option longopts[] = {
     { "arithmetic", no_argument, NULL, 'a' },
     { "logical", no_argument, NULL, 'l' },