Browse Source

Fix mixup of documentation of plugin::Plugin members.

tags/v1.1.1
Andrew Belt 5 years ago
parent
commit
e0f020efb4
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      include/plugin/Plugin.hpp

+ 3
- 3
include/plugin/Plugin.hpp View File

@@ -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.


Loading…
Cancel
Save