view PLUGIN_HOWTO @ 31347:15c5a40ef7be

Use doxygen -u to update this file. Before this change I was seeing this message when I ran make docs: warning: Tag `DETAILS_AT_TOP' at line 162 of file Doxyfile has become obsolete. To avoid this warning please update your configuration file using "doxygen -u" I feel like this shouldn't change the way anything looks, and I think it'll still work with old versions of doxygen. But let me know if you have any problems.
author Mark Doliner <mark@kingant.net>
date Sun, 13 Mar 2011 02:14:52 +0000
parents db5a58aabe38
children
line wrap: on
line source

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.

You can also generate this documentation locally by installing
doxygen and graphviz dot, then running "make docs" in the
source tree.  The documentation will be in the docs/html directory.