Skip to content

Commit

Permalink
fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Jan 5, 2024
1 parent 5f155d9 commit 179688d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/endian.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void* ENDIAN_memcpy(void* dest, const void* src, size_t size);
void ENDIAN_conv(void* after, const void* before, size_t size);

/**
* @brief システムのエンディアンを判定する
* @brief 実行環境のエンディアンを判定する
* @param void
* @return ENDIAN_TYPE
*/
Expand Down

0 comments on commit 179688d

Please sign in to comment.