From 5752f1e9b1e5ff94e0520438bb0ab01883c11807 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 5 Feb 2018 03:55:06 -0500 Subject: [PATCH] Deprecated Plugin::website and Plugin::manual --- include/plugin.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/plugin.hpp b/include/plugin.hpp index 83edfc97..aa5512e6 100644 --- a/include/plugin.hpp +++ b/include/plugin.hpp @@ -31,9 +31,8 @@ struct Plugin { */ std::string version; - /** URL for plugin homepage (optional) */ + /** Deprecated, do not use. */ std::string website; - /** URL for plugin manual (optional) */ std::string manual; virtual ~Plugin();