From: Dmitry Kalyanov Date: Sun, 13 Sep 2009 10:49:30 +0000 (+0400) Subject: Display EnumVRefs in documentation as @code{:keyword} X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=82b83ac325b6abc48bd84fcc97d98daf6cf48fa6;p=cl-gtk2.git Display EnumVRefs in documentation as @code{:keyword} --- diff --git a/doc/gtk.texi b/doc/gtk.texi index c5889a8..df60bae 100644 --- a/doc/gtk.texi +++ b/doc/gtk.texi @@ -36,7 +36,7 @@ Superclass: @ref{\name\} @end macro @macro EnumVRef {name,value} -@ref{enum.\name\.\value\,\value\} +@ref{enum.\name\.\value\,@code{:\value\}} @end macro @macro Flags {name} @@ -45,7 +45,7 @@ Superclass: @ref{\name\} @end macro @macro FlagsVRef {name,value} -@ref{flags.\name\.\value\,\value\} +@ref{flags.\name\.\value\,@code{:\value\}} @end macro @macro Accessor {name}