Skip to content

Commit

Permalink
Merge pull request sakura-editor#564 from m-tmatma/feature/fix-doxyge…
Browse files Browse the repository at this point in the history
…n-file-comment

doxygen コメントの @file をつける (take2)
  • Loading branch information
m-tmatma authored Oct 21, 2018
2 parents 1d0def0 + edd60c2 commit a5043f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HeaderMake/HeaderMake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions sakura/githash.bat
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ ENDLOCAL
exit /b 0

:output_githash
echo /*! @file */
echo #pragma once
if "%COMMITID%" == "" (
echo // GIT_COMMIT_HASH is not defined
Expand Down
3 changes: 2 additions & 1 deletion sakura_core/sakura.hh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define HLP000001 1 //サクラエディタ ヘルプ目次
/*! @file */
#define HLP000001 1 //サクラエディタ ヘルプ目次
#define HLP000002 2 //機能概要
#define HLP000003 3 //動作環境
#define HLP000004 4 //使用条件等
Expand Down

0 comments on commit a5043f9

Please sign in to comment.