diff --git a/HeaderMake/HeaderMake.cpp b/HeaderMake/HeaderMake.cpp index bc6c55bec3..affe240c57 100644 --- a/HeaderMake/HeaderMake.cpp +++ b/HeaderMake/HeaderMake.cpp @@ -258,7 +258,7 @@ int main_impl( //処理 - + fprintf(out, "/*! @file */\n"); if(mode==MODE_DEFINE){ fprintf(out, "#ifndef SAKURA_HEADERMAKE_98B26AB2_D5C9_4884_8D15_D1F3A2936253_H_\n" diff --git a/sakura/githash.bat b/sakura/githash.bat index d60c4a5b5b..f46f21663f 100644 --- a/sakura/githash.bat +++ b/sakura/githash.bat @@ -133,6 +133,7 @@ ENDLOCAL exit /b 0 :output_githash +echo /*! @file */ echo #pragma once if "%COMMITID%" == "" ( echo // GIT_COMMIT_HASH is not defined diff --git a/sakura_core/sakura.hh b/sakura_core/sakura.hh index f544fc2013..ff80def05f 100644 --- a/sakura_core/sakura.hh +++ b/sakura_core/sakura.hh @@ -1,4 +1,5 @@ -#define HLP000001 1 //サクラエディタ ヘルプ目次 +/*! @file */ +#define HLP000001 1 //サクラエディタ ヘルプ目次 #define HLP000002 2 //機能概要 #define HLP000003 3 //動作環境 #define HLP000004 4 //使用条件等