• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revisionac5d3f6e8f87ba85f4f8c1206a384754b84bc023 (tree)
Time2014-08-10 17:23:05
AuthorDeskull <desull@user...>
CommiterDeskull

Log Message

Fix syntax error of Doxygen comments.

Change Summary

Incremental Difference

--- a/src/readdib.h
+++ b/src/readdib.h
@@ -10,7 +10,8 @@
1010 */
1111
1212 /*!
13- * @struct ビットマップファイル情報構造体 / Information about a bitmap
13+ * @struct DIBINIT
14+ * @brief ビットマップファイル情報構造体 / Information about a bitmap
1415 */
1516 typedef struct {
1617 HANDLE hDIB;
--- a/src/types.h
+++ b/src/types.h
@@ -40,7 +40,7 @@
4040 * in "header_type", and the "m_idx" and "o_idx" fields in "cave_type". All
4141 * of these could be removed, but this would, in general, slow down the game
4242 * and increase the complexity of the code.
43- * <pre>
43+ * </pre>
4444 */
4545
4646
Show on old repository browser