From 6c557fa96ab0c769ddc089767d71f97660767d5d Mon Sep 17 00:00:00 2001 From: HJfod <60038575+HJfod@users.noreply.github.com> Date: Wed, 25 Jan 2023 00:07:15 +0200 Subject: [PATCH] minor docs stuff --- loader/include/Geode/loader/ModInfo.hpp | 2 +- loader/include/Geode/ui/MDPopup.hpp | 2 +- loader/include/Geode/ui/MDTextArea.hpp | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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