summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2019-07-01 03:49:30 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2019-07-01 03:49:30 -0400
commite0f020efb49e1951cdb58695687a44ba531bc7dd (patch)
tree9fa363d0fb21bb42c9e9eebca98faf4477acedcf
parentba614d272fcade5cb428aba82162fcff7ce9f9ec (diff)
Fix mixup of documentation of plugin::Plugin members.
-rw-r--r--include/plugin/Plugin.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/plugin/Plugin.hpp b/include/plugin/Plugin.hpp
index a9833e0c..2d3d98ef 100644
--- a/include/plugin/Plugin.hpp
+++ b/include/plugin/Plugin.hpp
@@ -43,13 +43,13 @@ struct Plugin {
/** Your email address for support inquiries.
*/
std::string authorEmail;
- /** Homepage featuring the plugin itself.
+ /** Homepage of the author.
*/
std::string authorUrl;
- /** The manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine.
+ /** Homepage featuring the plugin itself.
*/
std::string pluginUrl;
- /** Homepage of the author.
+ /** The manual of your plugin. HTML, PDF, or GitHub readme/wiki are fine.
*/
std::string manualUrl;
/** The source code homepage. E.g. GitHub repo.