Various documentation fixes.

diff --git a/windows/x11drv/clipboard.c b/windows/x11drv/clipboard.c
index 2ce203f..17b8b2c 100644
--- a/windows/x11drv/clipboard.c
+++ b/windows/x11drv/clipboard.c
@@ -777,7 +777,7 @@
 }
 
 /**************************************************************************
- *		X11DRV_ReleaseClipboard
+ *		X11DRV_ReleaseClipboard (X11DRV.@)
  *  Voluntarily release all currently owned X selections
  */
 void X11DRV_ReleaseClipboard(void)
@@ -829,7 +829,7 @@
 }
 
 /**************************************************************************
- *		X11DRV_AcquireClipboard
+ *		X11DRV_AcquireClipboard (X11DRV.@)
  */
 void X11DRV_AcquireClipboard(void)
 {
@@ -879,7 +879,7 @@
 }
 
 /**************************************************************************
- *		X11DRV_IsClipboardFormatAvailable
+ *		X11DRV_IsClipboardFormatAvailable (X11DRV.@)
  *
  * Checks if the specified format is available in the current selection
  * Only invoked when WINE is not the selection owner
@@ -932,7 +932,7 @@
 }
 
 /**************************************************************************
- *		X11DRV_RegisterClipboardFormat
+ *		X11DRV_RegisterClipboardFormat (X11DRV.@)
  *
  * Registers a custom X clipboard format
  * Returns: TRUE - success,  FALSE - failure
@@ -958,7 +958,7 @@
 }
 
 /**************************************************************************
- *		X11DRV_IsSelectionOwner
+ *		X11DRV_IsSelectionOwner (X11DRV.@)
  *
  * Returns: TRUE - We(WINE) own the selection, FALSE - Selection not owned by us
  */
@@ -968,7 +968,7 @@
 }
 
 /**************************************************************************
- *		X11DRV_SetClipboardData
+ *		X11DRV_SetClipboardData (X11DRV.@)
  *
  * We don't need to do anything special here since the clipboard code
  * maintains the cache. 
@@ -981,7 +981,7 @@
 }
 
 /**************************************************************************
- *		X11DRV_GetClipboardData
+ *		X11DRV_GetClipboardData (X11DRV.@)
  *
  * This method is invoked only when we DO NOT own the X selection
  *
@@ -1060,7 +1060,7 @@
 }
 
 /**************************************************************************
- *		X11DRV_ResetSelectionOwner
+ *		X11DRV_ResetSelectionOwner (X11DRV.@)
  *
  * Called from DestroyWindow() to prevent X selection from being lost when
  * a top level window is destroyed, by switching ownership to another top