view doc/core-signals.dox @ 20134:f56ce942adf2

Bunch of documentation tidying for the ssl api, and add a doxycomment to PurpleSslErrorType so that it actually shows up in the HTML docs. Does anyone know why documentation of enums shows each value twice? It's really annoying.
author Will Thompson <will.thompson@collabora.co.uk>
date Tue, 18 Sep 2007 21:53:30 +0000
parents 1414e0e01dc5
children e0613cf8c493
line wrap: on
line source

/** @page core-signals Core Signals

 @signals
  @signal quitting
 @endsignals

 <hr>

 @signaldef quitting
  @signalproto
void (*quitting)();
  @endsignalproto
  @signaldesc
   Emitted when libpurple is quitting.
 @endsignaldef

 */
// vim: syntax=c tw=75 et