mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-07 04:19:02 +00:00
initial reformatting of comments for Doxygen
This commit is contained in:
15
dialogs.cpp
15
dialogs.cpp
@@ -1,18 +1,9 @@
|
||||
// Hyperbolic Rogue -- dialogs
|
||||
// Copyright (C) 2011-2018 Zeno Rogue, see 'hyper.cpp' for details
|
||||
|
||||
/* Missing.
|
||||
|
||||
#if ISMOBILE==0
|
||||
dialog::addItemHelp(16, XLAT("use Shift to decrease and Ctrl to fine tune "));
|
||||
dialog::addItemHelp(17, XLAT("(e.g. Shift+Ctrl+Z)"));
|
||||
#endif
|
||||
|
||||
if(xuni == 'i') {
|
||||
}
|
||||
|
||||
|
||||
*/
|
||||
/** \file dialogs.cpp
|
||||
* \brief Implementation of various generic dialogs and elements of dialog windows
|
||||
*/
|
||||
|
||||
namespace hr {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user