diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 15:35:34 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-28 15:35:34 +0100 |
commit | 31ed205e6e5090d7e1eceecbb61609d7a97a6fce (patch) | |
tree | e8b4ab00fcce3802e6833af4c2ea8419e7a4ebb4 /share | |
parent | 24ed6e7d1196580885628dc7c3f68ca6f94c0909 (diff) |
Cosmetics
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/plugins.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/plugins.md b/share/doc/plugins.md index ebba8f71..3e4f4813 100644 --- a/share/doc/plugins.md +++ b/share/doc/plugins.md @@ -254,9 +254,9 @@ Example: Yes, it can be done. All you need is Visual Studio setup as explained in [Building](http://www.hexchat.org/developers/building). Your best bet is to use an existing plugin in the HexChat solution as a starting point. You should have the following files: -* [hexchat-plugin.h](https://github.com/hexchat/hexchat/blob/master/plugins/hexchat-plugin.h) - main plugin header -* plugin.c - Your plugin, you need to write this one :) -* plugin.def - A simple text file containing the following: + * [hexchat-plugin.h](https://github.com/hexchat/hexchat/blob/master/plugins/hexchat-plugin.h) - main plugin header + * plugin.c - Your plugin, you need to write this one :) + * plugin.def - A simple text file containing the following: <pre> EXPORTS |