1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-24 14:52:07 +00:00

initial reformatting of comments for Doxygen

This commit is contained in:
Zeno Rogue
2019-08-10 13:43:24 +02:00
parent 4450cb5a08
commit 8b1c7bffe4
81 changed files with 1096 additions and 755 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
// Hyperbolic Rogue -- main graphics file
// Copyright (C) 2011-2019 Zeno Rogue, see 'hyper.cpp' for details
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
// basic graphics:
/** \file graph.cpp
* \brief Drawing cells, monsters, items, etc.
*/
namespace hr {