From: Dmitry Kalyanov Date: Thu, 10 Sep 2009 20:04:33 +0000 (+0400) Subject: Added texinfo macros EnumVRes, Method and RMethod X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=ec9d532ae8c6b3a0a6ee1a7edf732fd1e67393ea;hp=2cd8c33ca0f5f579753e90b6e7c5910401f48495;p=cl-gtk2.git Added texinfo macros EnumVRes, Method and RMethod --- diff --git a/doc/gtk.texi b/doc/gtk.texi index 565f97e..dac73fb 100644 --- a/doc/gtk.texi +++ b/doc/gtk.texi @@ -35,6 +35,10 @@ Superclass: @ref{\name\} @end deftp @end macro +@macro EnumVRef {name,value} +@ref{enum.\name\.\value\,\value\} +@end macro + @macro Flags {name} @deftp {Flags} \name\ @end deftp @@ -58,6 +62,11 @@ Type: \type\ @end deffn @end macro +@macro Method {name} +@deffn {Method} \name\ +@end deffn +@end macro + @macro ForeignType {name} @deftp {Foreign Type} \name\ @end deftp @@ -130,6 +139,11 @@ Type: \type\ @end deffn @end macro +@macro RMethod {name} +@anchor{\name\}@deffn {Method} \name\ +@end deffn +@end macro + @macro RForeignType {name} @anchor{\name\}@deftp {Foreign Type} \name\ @end deftp