projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d5b334
)
Display EnumVRefs in documentation as @code{:keyword}
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 13 Sep 2009 10:49:30 +0000
(14:49 +0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 13 Sep 2009 10:49:30 +0000
(14:49 +0400)
doc/gtk.texi
patch
|
blob
|
history
diff --git
a/doc/gtk.texi
b/doc/gtk.texi
index
c5889a8
..
df60bae
100644
(file)
--- 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}