diff --git a/loader/include/Geode/loader/ModInfo.hpp b/loader/include/Geode/loader/ModInfo.hpp index 058c42ef..9352866f 100644 --- a/loader/include/Geode/loader/ModInfo.hpp +++ b/loader/include/Geode/loader/ModInfo.hpp @@ -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 ) for more info + * (see MDTextArea for more info) */ std::optional supportInfo; /** diff --git a/loader/include/Geode/ui/MDPopup.hpp b/loader/include/Geode/ui/MDPopup.hpp index 26dcb229..9ee55160 100644 --- a/loader/include/Geode/ui/MDPopup.hpp +++ b/loader/include/Geode/ui/MDPopup.hpp @@ -5,7 +5,7 @@ namespace geode { /** - * FLAlertLayer with support for Markdown. See + * FLAlertLayer with support for Markdown. See MDTextArea * for details on what features of MD are supported. */ class MDPopup : diff --git a/loader/include/Geode/ui/MDTextArea.hpp b/loader/include/Geode/ui/MDTextArea.hpp index fdb1b332..f13b4b78 100644 --- a/loader/include/Geode/ui/MDTextArea.hpp +++ b/loader/include/Geode/ui/MDTextArea.hpp @@ -24,6 +24,7 @@ namespace geode { * - Bold & italic * - Horizontal rules * - Lists + * * Note that links also have some special protocols. * Use `user:` or `user:` to link to a GD * account; `level:` to link to a GD level and