comparison libpurple/plugin.h @ 20799:f296be2a1039

All the links to libpurple signal pages were in the comment containing the GPL information rather than in a doxygen comment.
author Will Thompson <will.thompson@collabora.co.uk>
date Sat, 06 Oct 2007 18:08:21 +0000
parents 6bf32c9e15a7
children 59c9c04879af 8a89c2caf9d8
comparison
equal deleted inserted replaced
20798:97bda4a072d2 20799:f296be2a1039
1 /** 1 /**
2 * @file plugin.h Plugin API 2 * @file plugin.h Plugin API
3 * @ingroup core 3 * @ingroup core
4 * @see @ref plugin-signals
5 * @see @ref plugin-ids
6 * @see @ref plugin-i18n
4 */ 7 */
5 8
6 /* purple 9 /* purple
7 * 10 *
8 * Purple is the legal property of its developers, whose names are too numerous 11 * Purple is the legal property of its developers, whose names are too numerous
20 * GNU General Public License for more details. 23 * GNU General Public License for more details.
21 * 24 *
22 * You should have received a copy of the GNU General Public License 25 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 26 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 27 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 *
26 * @see @ref plugin-signals
27 * @see @ref plugin-ids
28 * @see @ref plugin-i18n
29 */ 28 */
30 #ifndef _PURPLE_PLUGIN_H_ 29 #ifndef _PURPLE_PLUGIN_H_
31 #define _PURPLE_PLUGIN_H_ 30 #define _PURPLE_PLUGIN_H_
32 31
33 #include <glib/glist.h> 32 #include <glib/glist.h>