mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-07 05:49:43 +00:00
initial reformatting of comments for Doxygen
This commit is contained in:
10
models.cpp
10
models.cpp
@@ -1,3 +1,13 @@
|
||||
// Hyperbolic Rogue -- models of hyperbolic geometry
|
||||
// Copyright (C) 2011-2019 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
/** \file models.cpp
|
||||
* \brief models of hyperbolic geometry: their properties, projection menu
|
||||
*
|
||||
* The actual models are implemented in hypgraph.cpp. Also shaders.cpp,
|
||||
* drawing.cpp, and basegraph.cpp are important.
|
||||
*/
|
||||
|
||||
namespace hr {
|
||||
|
||||
EX namespace polygonal {
|
||||
|
||||
Reference in New Issue
Block a user