Documentation ordinal fixes.

diff --git a/graphics/bitblt.c b/graphics/bitblt.c
index 3c20565..38595f8 100644
--- a/graphics/bitblt.c
+++ b/graphics/bitblt.c
@@ -21,7 +21,7 @@
 
 
 /***********************************************************************
- *           PatBlt    (GDI32.260)
+ *           PatBlt    (GDI32.@)
  */
 BOOL WINAPI PatBlt( HDC hdc, INT left, INT top,
                         INT width, INT height, DWORD rop)
@@ -53,7 +53,7 @@
 
 
 /***********************************************************************
- *           BitBlt    (GDI32.10)
+ *           BitBlt    (GDI32.@)
  */
 BOOL WINAPI BitBlt( HDC hdcDst, INT xDst, INT yDst, INT width,
                     INT height, HDC hdcSrc, INT xSrc, INT ySrc, DWORD rop )
@@ -93,7 +93,7 @@
 
 
 /***********************************************************************
- *           StretchBlt    (GDI32.350)
+ *           StretchBlt    (GDI32.@)
  */
 BOOL WINAPI StretchBlt( HDC hdcDst, INT xDst, INT yDst,
                             INT widthDst, INT heightDst,
@@ -149,7 +149,7 @@
 
 
 /***********************************************************************
- *           MaskBlt [GDI32.252]
+ *           MaskBlt [GDI32.@]
  */
 BOOL WINAPI MaskBlt(HDC hdcDest, INT nXDest, INT nYDest,
                         INT nWidth, INT nHeight, HDC hdcSource,
@@ -164,6 +164,7 @@
   
 /*********************************************************************
  *      PlgBlt [GDI.267]
+ *      PlgBlt [GDI32.@]
  *
  */
 BOOL WINAPI PlgBlt( HDC hdcDest, const POINT *lpPoint,
diff --git a/graphics/enhmetafiledrv/init.c b/graphics/enhmetafiledrv/init.c
index bc5777c..0bd69ad 100644
--- a/graphics/enhmetafiledrv/init.c
+++ b/graphics/enhmetafiledrv/init.c
@@ -197,7 +197,7 @@
 
 
 /**********************************************************************
- *          CreateEnhMetaFileA   (GDI32.41)
+ *          CreateEnhMetaFileA   (GDI32.@)
  */
 HDC WINAPI CreateEnhMetaFileA( 
     HDC hdc,           /* [in] optional reference DC */
@@ -233,7 +233,7 @@
 }
 
 /**********************************************************************
- *          CreateEnhMetaFileW   (GDI32.42)
+ *          CreateEnhMetaFileW   (GDI32.@)
  */
 HDC WINAPI CreateEnhMetaFileW(
     HDC           hdc,        /* [in] optional reference DC */
@@ -341,7 +341,7 @@
 }
 
 /******************************************************************
- *             CloseEnhMetaFile
+ *             CloseEnhMetaFile (GDI32.@)
  */
 HENHMETAFILE WINAPI CloseEnhMetaFile(HDC hdc) /* [in] metafile DC */
 {
diff --git a/graphics/env.c b/graphics/env.c
index e21c385..85ab775 100644
--- a/graphics/env.c
+++ b/graphics/env.c
@@ -73,7 +73,7 @@
 
 
 /***********************************************************************
- *           GetEnvironment   (GDI.134)
+ *           GetEnvironment   (GDI.133)
  */
 INT16 WINAPI GetEnvironment16(LPCSTR lpPortName, LPDEVMODEA lpdev, UINT16 nMaxSize)
 {
diff --git a/graphics/escape.c b/graphics/escape.c
index a9828a5..d53f923 100644
--- a/graphics/escape.c
+++ b/graphics/escape.c
@@ -34,7 +34,7 @@
 }
 
 /************************************************************************
- *             Escape  [GDI32.200]
+ *             Escape  [GDI32.@]
  */
 INT WINAPI Escape( HDC hdc, INT nEscape, INT cbInput,
 		   LPCSTR lpszInData, LPVOID lpvOutData )
@@ -240,7 +240,7 @@
 }
 
 /******************************************************************************
- *		ExtEscape	[GDI32.95]
+ *		ExtEscape	[GDI32.@]
  *
  * PARAMS
  *    hdc         [I] Handle to device context
@@ -275,7 +275,7 @@
 }
 
 /*******************************************************************
- *      DrawEscape [GDI32.74]
+ *      DrawEscape [GDI32.@]
  *
  *
  */
diff --git a/graphics/mapping.c b/graphics/mapping.c
index 4bf4815..df674d2 100644
--- a/graphics/mapping.c
+++ b/graphics/mapping.c
@@ -54,7 +54,7 @@
 
 
 /***********************************************************************
- *           DPtoLP    (GDI32.65)
+ *           DPtoLP    (GDI32.@)
  */
 BOOL WINAPI DPtoLP( HDC hdc, LPPOINT points, INT count )
 {
@@ -92,7 +92,7 @@
 
 
 /***********************************************************************
- *           LPtoDP    (GDI32.247)
+ *           LPtoDP    (GDI32.@)
  */
 BOOL WINAPI LPtoDP( HDC hdc, LPPOINT points, INT count )
 {
@@ -119,7 +119,7 @@
 
 
 /***********************************************************************
- *           SetMapMode    (GDI32.321)
+ *           SetMapMode    (GDI32.@)
  */
 INT WINAPI SetMapMode( HDC hdc, INT mode )
 {
@@ -218,7 +218,7 @@
 
 
 /***********************************************************************
- *           SetViewportExtEx    (GDI32.340)
+ *           SetViewportExtEx    (GDI32.@)
  */
 BOOL WINAPI SetViewportExtEx( HDC hdc, INT x, INT y, LPSIZE size )
 {
@@ -276,7 +276,7 @@
 
 
 /***********************************************************************
- *           SetViewportOrgEx    (GDI32.341)
+ *           SetViewportOrgEx    (GDI32.@)
  */
 BOOL WINAPI SetViewportOrgEx( HDC hdc, INT x, INT y, LPPOINT pt )
 {
@@ -325,7 +325,7 @@
 
 
 /***********************************************************************
- *           SetWindowExtEx    (GDI32.344)
+ *           SetWindowExtEx    (GDI32.@)
  */
 BOOL WINAPI SetWindowExtEx( HDC hdc, INT x, INT y, LPSIZE size )
 {
@@ -383,7 +383,7 @@
 
 
 /***********************************************************************
- *           SetWindowOrgEx    (GDI32.345)
+ *           SetWindowOrgEx    (GDI32.@)
  */
 BOOL WINAPI SetWindowOrgEx( HDC hdc, INT x, INT y, LPPOINT pt )
 {
@@ -431,7 +431,7 @@
 
 
 /***********************************************************************
- *           OffsetViewportOrgEx    (GDI32.257)
+ *           OffsetViewportOrgEx    (GDI32.@)
  */
 BOOL WINAPI OffsetViewportOrgEx( HDC hdc, INT x, INT y, LPPOINT pt)
 {
@@ -480,7 +480,7 @@
 
 
 /***********************************************************************
- *           OffsetWindowOrgEx    (GDI32.258)
+ *           OffsetWindowOrgEx    (GDI32.@)
  */
 BOOL WINAPI OffsetWindowOrgEx( HDC hdc, INT x, INT y, LPPOINT pt )
 {
@@ -533,7 +533,7 @@
 
 
 /***********************************************************************
- *           ScaleViewportExtEx    (GDI32.293)
+ *           ScaleViewportExtEx    (GDI32.@)
  */
 BOOL WINAPI ScaleViewportExtEx( HDC hdc, INT xNum, INT xDenom,
                                     INT yNum, INT yDenom, LPSIZE size )
@@ -598,7 +598,7 @@
 
 
 /***********************************************************************
- *           ScaleWindowExtEx    (GDI32.294)
+ *           ScaleWindowExtEx    (GDI32.@)
  */
 BOOL WINAPI ScaleWindowExtEx( HDC hdc, INT xNum, INT xDenom,
                                   INT yNum, INT yDenom, LPSIZE size )
diff --git a/graphics/metafiledrv/init.c b/graphics/metafiledrv/init.c
index 49e1159..9f80747 100644
--- a/graphics/metafiledrv/init.c
+++ b/graphics/metafiledrv/init.c
@@ -174,6 +174,7 @@
 
 /**********************************************************************
  *	     CreateMetaFile16   (GDI.125)
+ *	     CreateMetaFile16   (GDI32.@)
  *
  *  Create a new DC and associate it with a metafile. Pass a filename
  *  to create a disk-based metafile, NULL to create a memory metafile.
@@ -223,7 +224,7 @@
 }
 
 /**********************************************************************
- *	     CreateMetaFileA   (GDI32.51)
+ *	     CreateMetaFileA   (GDI32.@)
  */
 HDC WINAPI CreateMetaFileA( 
 			      LPCSTR filename /* [in] Filename of disk metafile */
@@ -233,7 +234,7 @@
 }
 
 /**********************************************************************
- *          CreateMetaFileW   (GDI32.52)
+ *          CreateMetaFileW   (GDI32.@)
  */
 HDC WINAPI CreateMetaFileW(LPCWSTR filename)
 {
@@ -295,6 +296,7 @@
 
 /******************************************************************
  *	     CloseMetaFile16   (GDI.126)
+ *	     CloseMetaFile16   (GDI32.@)
  */
 HMETAFILE16 WINAPI CloseMetaFile16( 
 				   HDC16 hdc /* [in] Metafile DC to close */
@@ -316,7 +318,7 @@
 }
 
 /******************************************************************
- *	     CloseMetaFile   (GDI32.17)
+ *	     CloseMetaFile   (GDI32.@)
  *
  *  Stop recording graphics operations in metafile associated with
  *  hdc and retrieve metafile.
diff --git a/graphics/painting.c b/graphics/painting.c
index ea3c256..682e376 100644
--- a/graphics/painting.c
+++ b/graphics/painting.c
@@ -32,7 +32,7 @@
 
 
 /***********************************************************************
- *           LineTo    (GDI32.249)
+ *           LineTo    (GDI32.@)
  */
 BOOL WINAPI LineTo( HDC hdc, INT x, INT y )
 {
@@ -80,7 +80,7 @@
 
 
 /***********************************************************************
- *           MoveToEx    (GDI32.254)
+ *           MoveToEx    (GDI32.@)
  */
 BOOL WINAPI MoveToEx( HDC hdc, INT x, INT y, LPPOINT pt )
 {
@@ -117,7 +117,7 @@
 
 
 /***********************************************************************
- *           Arc    (GDI32.7)
+ *           Arc    (GDI32.@)
  */
 BOOL WINAPI Arc( HDC hdc, INT left, INT top, INT right,
                      INT bottom, INT xstart, INT ystart,
@@ -137,7 +137,7 @@
 }
 
 /***********************************************************************
- *           ArcTo    (GDI32.8)
+ *           ArcTo    (GDI32.@)
  */
 BOOL WINAPI ArcTo( HDC hdc, 
                      INT left,   INT top, 
@@ -189,7 +189,7 @@
 
 
 /***********************************************************************
- *           Pie   (GDI32.262)
+ *           Pie   (GDI32.@)
  */
 BOOL WINAPI Pie( HDC hdc, INT left, INT top,
                      INT right, INT bottom, INT xstart, INT ystart,
@@ -221,7 +221,7 @@
 
 
 /***********************************************************************
- *           Chord    (GDI32.14)
+ *           Chord    (GDI32.@)
  */
 BOOL WINAPI Chord( HDC hdc, INT left, INT top,
                        INT right, INT bottom, INT xstart, INT ystart,
@@ -252,7 +252,7 @@
 
 
 /***********************************************************************
- *           Ellipse    (GDI32.75)
+ *           Ellipse    (GDI32.@)
  */
 BOOL WINAPI Ellipse( HDC hdc, INT left, INT top,
                          INT right, INT bottom )
@@ -282,7 +282,7 @@
 
 
 /***********************************************************************
- *           Rectangle    (GDI32.283)
+ *           Rectangle    (GDI32.@)
  */
 BOOL WINAPI Rectangle( HDC hdc, INT left, INT top,
                            INT right, INT bottom )
@@ -312,7 +312,7 @@
 
 
 /***********************************************************************
- *           RoundRect    (GDI32.291)
+ *           RoundRect    (GDI32.@)
  */
 BOOL WINAPI RoundRect( HDC hdc, INT left, INT top, INT right,
                            INT bottom, INT ell_width, INT ell_height )
@@ -341,7 +341,7 @@
 
 
 /***********************************************************************
- *           SetPixel    (GDI32.327)
+ *           SetPixel    (GDI32.@)
  */
 COLORREF WINAPI SetPixel( HDC hdc, INT x, INT y, COLORREF color )
 {
@@ -356,7 +356,7 @@
 }
 
 /***********************************************************************
- *           SetPixelV    (GDI32.329)
+ *           SetPixelV    (GDI32.@)
  */
 BOOL WINAPI SetPixelV( HDC hdc, INT x, INT y, COLORREF color )
 {
@@ -384,7 +384,7 @@
 
 
 /***********************************************************************
- *           GetPixel    (GDI32.211)
+ *           GetPixel    (GDI32.@)
  */
 COLORREF WINAPI GetPixel( HDC hdc, INT x, INT y )
 {
@@ -405,7 +405,7 @@
 
 
 /******************************************************************************
- * ChoosePixelFormat [GDI32.13]
+ * ChoosePixelFormat [GDI32.@]
  * Matches a pixel format to given format
  *
  * PARAMS
@@ -434,7 +434,7 @@
 
 
 /******************************************************************************
- * SetPixelFormat [GDI32.328]
+ * SetPixelFormat [GDI32.@]
  * Sets pixel format of device context
  *
  * PARAMS
@@ -463,7 +463,7 @@
 
 
 /******************************************************************************
- * GetPixelFormat [GDI32.212]
+ * GetPixelFormat [GDI32.@]
  * Gets index of pixel format of DC
  *
  * PARAMETERS
@@ -491,7 +491,7 @@
 
 
 /******************************************************************************
- * DescribePixelFormat [GDI32.71]
+ * DescribePixelFormat [GDI32.@]
  * Gets info about pixel format from DC
  *
  * PARAMS
@@ -529,7 +529,7 @@
 
 
 /******************************************************************************
- * SwapBuffers [GDI32.354]
+ * SwapBuffers [GDI32.@]
  * Exchanges front and back buffers of window
  *
  * PARAMS
@@ -568,7 +568,7 @@
 
 
 /***********************************************************************
- *           PaintRgn    (GDI32.259)
+ *           PaintRgn    (GDI32.@)
  */
 BOOL WINAPI PaintRgn( HDC hdc, HRGN hrgn )
 {
@@ -593,7 +593,7 @@
 
     
 /***********************************************************************
- *           FillRgn    (GDI32.101)
+ *           FillRgn    (GDI32.@)
  */
 BOOL WINAPI FillRgn( HDC hdc, HRGN hrgn, HBRUSH hbrush )
 {
@@ -625,7 +625,7 @@
 
 
 /***********************************************************************
- *           FrameRgn     (GDI32.105)
+ *           FrameRgn     (GDI32.@)
  */
 BOOL WINAPI FrameRgn( HDC hdc, HRGN hrgn, HBRUSH hbrush,
                           INT nWidth, INT nHeight )
@@ -664,7 +664,7 @@
 
 
 /***********************************************************************
- *           InvertRgn    (GDI32.246)
+ *           InvertRgn    (GDI32.@)
  */
 BOOL WINAPI InvertRgn( HDC hdc, HRGN hrgn )
 {
@@ -707,7 +707,7 @@
 
 
 /**********************************************************************
- *          Polyline   (GDI32.276)
+ *          Polyline   (GDI32.@)
  */
 BOOL WINAPI Polyline( HDC hdc, const POINT* pt, INT count )
 {
@@ -723,7 +723,7 @@
 }
 
 /**********************************************************************
- *          PolylineTo   (GDI32.277)
+ *          PolylineTo   (GDI32.@)
  */
 BOOL WINAPI PolylineTo( HDC hdc, const POINT* pt, DWORD cCount )
 {
@@ -777,7 +777,7 @@
 
 
 /**********************************************************************
- *          Polygon  (GDI32.275)
+ *          Polygon  (GDI32.@)
  */
 BOOL WINAPI Polygon( HDC hdc, const POINT* pt, INT count )
 {
@@ -794,7 +794,7 @@
 
 
 /**********************************************************************
- *          PolyPolygon16  (GDI.450)
+ *          PolyPolygon (GDI.450)
  */
 BOOL16 WINAPI PolyPolygon16( HDC16 hdc, const POINT16* pt, const INT16* counts,
                              UINT16 polygons )
@@ -825,7 +825,7 @@
 }
 
 /**********************************************************************
- *          PolyPolygon  (GDI.450)
+ *          PolyPolygon  (GDI32.@)
  */
 BOOL WINAPI PolyPolygon( HDC hdc, const POINT* pt, const INT* counts,
                              UINT polygons )
@@ -842,7 +842,7 @@
 }
 
 /**********************************************************************
- *          PolyPolyline  (GDI32.272)
+ *          PolyPolyline  (GDI32.@)
  */
 BOOL WINAPI PolyPolyline( HDC hdc, const POINT* pt, const DWORD* counts,
                             DWORD polylines )
@@ -869,7 +869,7 @@
 
 
 /**********************************************************************
- *          ExtFloodFill   (GDI32.96)
+ *          ExtFloodFill   (GDI32.@)
  */
 BOOL WINAPI ExtFloodFill( HDC hdc, INT x, INT y, COLORREF color,
                               UINT fillType )
@@ -895,7 +895,7 @@
 
 
 /**********************************************************************
- *          FloodFill   (GDI32.104)
+ *          FloodFill   (GDI32.@)
  */
 BOOL WINAPI FloodFill( HDC hdc, INT x, INT y, COLORREF color )
 {
@@ -936,7 +936,7 @@
 }
 
 /******************************************************************************
- * PolyBezier [GDI32.268]
+ * PolyBezier [GDI32.@]
  * Draws one or more Bezier curves
  *
  * PARAMS
@@ -975,7 +975,7 @@
 }
 
 /******************************************************************************
- * PolyBezierTo [GDI32.269]
+ * PolyBezierTo [GDI32.@]
  * Draws one or more Bezier curves
  *
  * PARAMS
@@ -1015,7 +1015,7 @@
 }
 
 /***********************************************************************
- *      AngleArc (GDI32.5)
+ *      AngleArc (GDI32.@)
  */
 BOOL WINAPI AngleArc(HDC hdc, INT x, INT y, DWORD dwRadius, FLOAT eStartAngle, FLOAT eSweepAngle)
 {
@@ -1061,7 +1061,7 @@
 }
 
 /***********************************************************************
- *      PolyDraw (GDI32.270)
+ *      PolyDraw (GDI32.@)
  */
 BOOL WINAPI PolyDraw(HDC hdc, const POINT *lppt, const BYTE *lpbTypes,
                        DWORD cCount)
diff --git a/graphics/path.c b/graphics/path.c
index 69f4b26..37ebe72 100644
--- a/graphics/path.c
+++ b/graphics/path.c
@@ -90,7 +90,7 @@
 
 
 /***********************************************************************
- *           BeginPath    (GDI32.9)
+ *           BeginPath    (GDI32.@)
  */
 BOOL WINAPI BeginPath(HDC hdc)
 {
@@ -129,7 +129,7 @@
 
 
 /***********************************************************************
- *           EndPath    (GDI32.78)
+ *           EndPath    (GDI32.@)
  */
 BOOL WINAPI EndPath(HDC hdc)
 {
@@ -166,7 +166,7 @@
 
 
 /******************************************************************************
- * AbortPath [GDI32.1]
+ * AbortPath [GDI32.@]
  * Closes and discards paths from device context
  *
  * NOTES
@@ -203,7 +203,7 @@
 
 
 /***********************************************************************
- *           CloseFigure    (GDI32.16)
+ *           CloseFigure    (GDI32.@)
  *
  * FIXME: Check that SetLastError is being called correctly 
  */
@@ -254,7 +254,7 @@
 
 
 /***********************************************************************
- *           GetPath    (GDI32.210)
+ *           GetPath    (GDI32.@)
  */
 INT WINAPI GetPath(HDC hdc, LPPOINT pPoints, LPBYTE pTypes,
    INT nSize)
@@ -309,7 +309,7 @@
 }
 
 /***********************************************************************
- *           PathToRegion    (GDI32.261)
+ *           PathToRegion    (GDI32.@)
  *
  * FIXME 
  *   Check that SetLastError is being called correctly 
@@ -420,7 +420,7 @@
 }
 
 /***********************************************************************
- *           FillPath    (GDI32.100)
+ *           FillPath    (GDI32.@)
  *
  * FIXME
  *    Check that SetLastError is being called correctly 
@@ -457,7 +457,7 @@
 }
 
 /***********************************************************************
- *           SelectClipPath    (GDI32.296)
+ *           SelectClipPath    (GDI32.@)
  * FIXME 
  *  Check that SetLastError is being called correctly 
  */
@@ -1438,7 +1438,7 @@
 }
 
 /*******************************************************************
- *      FlattenPath [GDI32.103]
+ *      FlattenPath [GDI32.@]
  *
  *
  */
@@ -1523,7 +1523,7 @@
 }
 
 /*******************************************************************
- *      StrokeAndFillPath [GDI32.352]
+ *      StrokeAndFillPath [GDI32.@]
  *
  *
  */
@@ -1557,7 +1557,7 @@
 }
 
 /*******************************************************************
- *      StrokePath [GDI32.353]
+ *      StrokePath [GDI32.@]
  *
  *
  */
@@ -1593,7 +1593,7 @@
 }
 
 /*******************************************************************
- *      WidenPath [GDI32.360]
+ *      WidenPath [GDI32.@]
  *
  *
  */
diff --git a/graphics/win16drv/prtdrv.c b/graphics/win16drv/prtdrv.c
index b48b4c6..d416717 100644
--- a/graphics/win16drv/prtdrv.c
+++ b/graphics/win16drv/prtdrv.c
@@ -700,7 +700,7 @@
 }
 
 /***********************************************************************
- *		dmEnumDFonts16
+ *		dmEnumDFonts16 (GDI.206)
  */
 int WINAPI dmEnumDFonts16(LPPDEVICE lpDestDev, LPSTR lpFaceName, FARPROC16 lpCallbackFunc, LPVOID lpClientData)
 {
@@ -709,7 +709,7 @@
 }
 
 /***********************************************************************
- *		dmRealizeObject16
+ *		dmRealizeObject16 (GDI.210)
  */
 int WINAPI dmRealizeObject16(LPPDEVICE lpDestDev, INT16 wStyle, LPSTR lpInObj, LPSTR lpOutObj, SEGPTR lpTextXForm)
 {
diff --git a/graphics/x11drv/oembitmap.c b/graphics/x11drv/oembitmap.c
index 96b3035..3daf0d1 100644
--- a/graphics/x11drv/oembitmap.c
+++ b/graphics/x11drv/oembitmap.c
@@ -331,7 +331,7 @@
 
 
 /***********************************************************************
- *           X11DRV_LoadOEMResource
+ *           X11DRV_LoadOEMResource (X11DRV.@)
  *
  */
 HANDLE X11DRV_LoadOEMResource(WORD resid, WORD type)