comparison doc/cipher-signals.dox @ 20807:e0613cf8c493

Add some links from signal documentation back to the documentation for the corresponding header. Also, if there are going to be vim modelines with "syntax" settings, they may as well be "c.doxygen" not "c".
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 07 Oct 2007 18:49:50 +0000
parents 8cf53d7a0887
children
comparison
equal deleted inserted replaced
20800:0077d3b6ecd2 20807:e0613cf8c493
2 2
3 @signals 3 @signals
4 @signal cipher-added 4 @signal cipher-added
5 @signal cipher-removed 5 @signal cipher-removed
6 @endsignals 6 @endsignals
7
8 @see cipher.h
7 9
8 <hr> 10 <hr>
9 11
10 @signaldef cipher-added 12 @signaldef cipher-added
11 @signalproto 13 @signalproto
24 Emitted when a cipher is removed. 26 Emitted when a cipher is removed.
25 @param cipher The cipher that was removed. 27 @param cipher The cipher that was removed.
26 @endsignaldef 28 @endsignaldef
27 29
28 */ 30 */
29 // vim: syntax=c tw=75 et 31 // vim: syntax=c.doxygen tw=75 et