X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdumpword.c;fp=src%2Fdumpword.c;h=0c7533732b2094701448eda78883c631ce3a8ce6;hp=d39dfafbd865316e3182758f0bc6afd2dde2858a;hb=1708c99d4b6263863304d48ebca3b3473d6a0112;hpb=e3db66c5d6baaf298b8449aaff25478b9814d246 diff --git a/src/dumpword.c b/src/dumpword.c index d39dfaf..0c75337 100644 --- a/src/dumpword.c +++ b/src/dumpword.c @@ -7,7 +7,7 @@ #include "package.h" /** - * dumpwordコマンドのオプション + * @brief dumpwordコマンドのオプション */ static struct option longopts[] = { { "arithmetic", no_argument, NULL, 'a' }, @@ -18,7 +18,12 @@ static struct option longopts[] = { }; /** - * dumpwordコマンドのメイン + * @brief dumpwordコマンドのメイン + * + * @return 正常終了時は0、エラー発生時は1 + * + * @param argc コマンドライン引数の数 + * @param *argv[] コマンドライン引数の配列 */ int main(int argc, char *argv[]) {