diff options
author | Richard Laager <rlaager@pidgin.im> | 2009-08-22 23:36:31 +0000 |
---|---|---|
committer | Richard Laager <rlaager@pidgin.im> | 2009-08-22 23:36:31 +0000 |
commit | 0ee30fa286d16ce391f246f371182dede807bc5c (patch) | |
tree | 218b130d90bf59b326cc964256dc45aab7d407bd /PLUGIN_HOWTO | |
parent | a7db4a387a27d4991d2e22644f0c70ff857050c1 (diff) | |
parent | 13532af2a1fd253ed6614e9f99d7bdc7d4d11075 (diff) | |
download | pidgin-0ee30fa286d16ce391f246f371182dede807bc5c.tar.gz |
Wrap this file more consistently.
Diffstat (limited to 'PLUGIN_HOWTO')
-rw-r--r-- | PLUGIN_HOWTO | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGIN_HOWTO b/PLUGIN_HOWTO index 1415fb762b..16874296f5 100644 --- a/PLUGIN_HOWTO +++ b/PLUGIN_HOWTO @@ -1,6 +1,6 @@ For information on writing a plugin for Purple, Pidgin or Finch, go -http://developer.pidgin.im and click on API. From there, see the HOWTOs in the -"Related Pages" section. +http://developer.pidgin.im and click on API. From there, see the +HOWTOs in the "Related Pages" section. You can also generate this documentation locally by installing doxygen and graphviz dot, then running "make docs" in the |