mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
minor docs stuff
This commit is contained in:
parent
b25740dc98
commit
6c557fa96a
3 changed files with 3 additions and 2 deletions
|
@ -89,7 +89,7 @@ namespace geode {
|
|||
/**
|
||||
* Support info for the mod; this means anything to show ways to
|
||||
* support the mod's development, like donations. Written in Markdown
|
||||
* (see <Geode/ui/MDTextArea.hpp>) for more info
|
||||
* (see MDTextArea for more info)
|
||||
*/
|
||||
std::optional<std::string> supportInfo;
|
||||
/**
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
namespace geode {
|
||||
/**
|
||||
* FLAlertLayer with support for Markdown. See <Geode/ui/MDTextArea.hpp>
|
||||
* FLAlertLayer with support for Markdown. See MDTextArea
|
||||
* for details on what features of MD are supported.
|
||||
*/
|
||||
class MDPopup :
|
||||
|
|
|
@ -24,6 +24,7 @@ namespace geode {
|
|||
* - Bold & italic
|
||||
* - Horizontal rules
|
||||
* - Lists
|
||||
*
|
||||
* Note that links also have some special protocols.
|
||||
* Use `user:<id>` or `user:<name>` to link to a GD
|
||||
* account; `level:<id>` to link to a GD level and
|
||||
|
|
Loading…
Reference in a new issue