Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doxygenの誤字修正 #1270

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Siv3D/include/Siv3D/System.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace s3d
namespace System
{
/// @brief 描画や入力情報など、フレームを更新します。
/// @remarkアプリケーション終了トリガーが発生するか、内部で回復不能なエラーが発生した場合に false を返します。この関数が false を返したらプログラムを終了させるべきです。
/// @remark アプリケーション終了トリガーが発生するか、内部で回復不能なエラーが発生した場合に false を返します。この関数が false を返したらプログラムを終了させるべきです。
/// @return プログラムの続行の可否
bool Update();

Expand All @@ -42,7 +42,7 @@ namespace s3d
uint32 GetTerminationTriggers() noexcept;

/// @brief 前回のフレームで発生したユーザアクションを返します。
/// @remarkフラグには `UserAction` の値の組み合わせが使われています。
/// @remark フラグには `UserAction` の値の組み合わせが使われています。
/// @return 前のフレームで発生したユーザアクションのフラグの組み合わせ
[[nodiscard]]
uint32 GetUserActions() noexcept;
Expand Down
Loading