Hi all,

This patch fixes two missing anchors of the type DFBInputDeviceKeySymbol, which I came across lately. I noticed that there are quite a number of such missing anchors for other types. If this patch is okay, I may wish to help fix the others.

Selwyn
Index: types.html
===================================================================
RCS file: /cvs/directfb/directfb.org/docs/DirectFB_Reference/types.html,v
retrieving revision 1.4
diff -u -r1.4 types.html
--- types.html	3 Dec 2004 08:13:25 -0000	1.4
+++ types.html	31 Dec 2004 03:20:42 -0000
@@ -3928,7 +3928,7 @@
       <font color=#404040>basic mapping, modifier independent </font>
     </TD></TR>
     <TR><TD width=32>&nbsp;</TD><TD valign=top>
-      DFBInputDeviceKeySymbol
+      <A href="types.html#DFBInputDeviceKeySymbol">DFBInputDeviceKeySymbol</A>
     </TD><TD valign=top>
       <FONT color=black><B>key_symbol;</B></FONT>
     </TD><TD valign=top>
@@ -4166,7 +4166,7 @@
       <font color=#404040>basic mapping, modifier independent </font>
     </TD></TR>
     <TR><TD width=32>&nbsp;</TD><TD valign=top>
-      DFBInputDeviceKeySymbol
+      <A href="types.html#DFBInputDeviceKeySymbol">DFBInputDeviceKeySymbol</A>
     </TD><TD valign=top>
       <FONT color=black><B>key_symbol;</B></FONT>
     </TD><TD valign=top>

Reply via email to