Documentation fixes.
diff --git a/graphics/bitblt.c b/graphics/bitblt.c
index 38595f8..f8e2fd7 100644
--- a/graphics/bitblt.c
+++ b/graphics/bitblt.c
@@ -11,7 +11,7 @@
/***********************************************************************
- * PatBlt16 (GDI.29)
+ * PatBlt (GDI.29)
*/
BOOL16 WINAPI PatBlt16( HDC16 hdc, INT16 left, INT16 top,
INT16 width, INT16 height, DWORD rop)
@@ -42,7 +42,7 @@
/***********************************************************************
- * BitBlt16 (GDI.34)
+ * BitBlt (GDI.34)
*/
BOOL16 WINAPI BitBlt16( HDC16 hdcDst, INT16 xDst, INT16 yDst, INT16 width,
INT16 height, HDC16 hdcSrc, INT16 xSrc, INT16 ySrc,
@@ -80,7 +80,7 @@
/***********************************************************************
- * StretchBlt16 (GDI.35)
+ * StretchBlt (GDI.35)
*/
BOOL16 WINAPI StretchBlt16( HDC16 hdcDst, INT16 xDst, INT16 yDst,
INT16 widthDst, INT16 heightDst,
diff --git a/graphics/escape.c b/graphics/escape.c
index 974c390..17eb5e8 100644
--- a/graphics/escape.c
+++ b/graphics/escape.c
@@ -14,7 +14,7 @@
DEFAULT_DEBUG_CHANNEL(driver);
/***********************************************************************
- * Escape16 [GDI.38]
+ * Escape [GDI.38]
*/
INT16 WINAPI Escape16( HDC16 hdc, INT16 nEscape, INT16 cbInput,
SEGPTR lpszInData, SEGPTR lpvOutData )
diff --git a/graphics/fontengine.c b/graphics/fontengine.c
index abf3346..c4febbd 100644
--- a/graphics/fontengine.c
+++ b/graphics/fontengine.c
@@ -15,7 +15,7 @@
DEFAULT_DEBUG_CHANNEL(font);
/***********************************************************************
- * EngineEnumerateFont16 (GDI.300)
+ * EngineEnumerateFont (GDI.300)
*/
WORD WINAPI
EngineEnumerateFont16(LPSTR fontname, FARPROC16 proc, DWORD data )
@@ -25,7 +25,7 @@
}
/***********************************************************************
- * EngineDeleteFont16 (GDI.301)
+ * EngineDeleteFont (GDI.301)
*/
WORD WINAPI EngineDeleteFont16(LPFONTINFO16 lpFontInfo)
{
@@ -51,7 +51,7 @@
}
/***********************************************************************
- * EngineRealizeFont16 (GDI.302)
+ * EngineRealizeFont (GDI.302)
*/
WORD WINAPI EngineRealizeFont16(LPLOGFONT16 lplogFont, LPTEXTXFORM16 lptextxform, LPFONTINFO16 lpfontInfo)
{
@@ -61,7 +61,7 @@
}
/***********************************************************************
- * EngineRealizeFontExt16 (GDI.315)
+ * EngineRealizeFontExt (GDI.315)
*/
WORD WINAPI EngineRealizeFontExt16(LONG l1, LONG l2, LONG l3, LONG l4)
{
@@ -71,7 +71,7 @@
}
/***********************************************************************
- * EngineGetCharWidth16 (GDI.303)
+ * EngineGetCharWidth (GDI.303)
*/
WORD WINAPI EngineGetCharWidth16(LPFONTINFO16 lpFontInfo, BYTE firstChar, BYTE lastChar, LPINT16 buffer)
{
diff --git a/graphics/mapping.c b/graphics/mapping.c
index df674d2..e83dead 100644
--- a/graphics/mapping.c
+++ b/graphics/mapping.c
@@ -35,7 +35,7 @@
/***********************************************************************
- * DPtoLP16 (GDI.67)
+ * DPtoLP (GDI.67)
*/
BOOL16 WINAPI DPtoLP16( HDC16 hdc, LPPOINT16 points, INT16 count )
{
@@ -73,7 +73,7 @@
/***********************************************************************
- * LPtoDP16 (GDI.99)
+ * LPtoDP (GDI.99)
*/
BOOL16 WINAPI LPtoDP16( HDC16 hdc, LPPOINT16 points, INT16 count )
{
@@ -110,7 +110,7 @@
/***********************************************************************
- * SetMapMode16 (GDI.3)
+ * SetMapMode (GDI.3)
*/
INT16 WINAPI SetMapMode16( HDC16 hdc, INT16 mode )
{
@@ -206,7 +206,7 @@
/***********************************************************************
- * SetViewportExtEx16 (GDI.479)
+ * SetViewportExtEx (GDI.479)
*/
BOOL16 WINAPI SetViewportExtEx16( HDC16 hdc, INT16 x, INT16 y, LPSIZE16 size )
{
@@ -264,7 +264,7 @@
/***********************************************************************
- * SetViewportOrgEx16 (GDI.480)
+ * SetViewportOrgEx (GDI.480)
*/
BOOL16 WINAPI SetViewportOrgEx16( HDC16 hdc, INT16 x, INT16 y, LPPOINT16 pt )
{
@@ -313,7 +313,7 @@
/***********************************************************************
- * SetWindowExtEx16 (GDI.481)
+ * SetWindowExtEx (GDI.481)
*/
BOOL16 WINAPI SetWindowExtEx16( HDC16 hdc, INT16 x, INT16 y, LPSIZE16 size )
{
@@ -371,7 +371,7 @@
/***********************************************************************
- * SetWindowOrgEx16 (GDI.482)
+ * SetWindowOrgEx (GDI.482)
*/
BOOL16 WINAPI SetWindowOrgEx16( HDC16 hdc, INT16 x, INT16 y, LPPOINT16 pt )
{
@@ -419,7 +419,7 @@
/***********************************************************************
- * OffsetViewportOrgEx16 (GDI.476)
+ * OffsetViewportOrgEx (GDI.476)
*/
BOOL16 WINAPI OffsetViewportOrgEx16( HDC16 hdc, INT16 x, INT16 y, LPPOINT16 pt)
{
@@ -468,7 +468,7 @@
/***********************************************************************
- * OffsetWindowOrgEx16 (GDI.477)
+ * OffsetWindowOrgEx (GDI.477)
*/
BOOL16 WINAPI OffsetWindowOrgEx16( HDC16 hdc, INT16 x, INT16 y, LPPOINT16 pt )
{
@@ -519,7 +519,7 @@
/***********************************************************************
- * ScaleViewportExtEx16 (GDI.484)
+ * ScaleViewportExtEx (GDI.484)
*/
BOOL16 WINAPI ScaleViewportExtEx16( HDC16 hdc, INT16 xNum, INT16 xDenom,
INT16 yNum, INT16 yDenom, LPSIZE16 size )
@@ -584,7 +584,7 @@
/***********************************************************************
- * ScaleWindowExtEx16 (GDI.485)
+ * ScaleWindowExtEx (GDI.485)
*/
BOOL16 WINAPI ScaleWindowExtEx16( HDC16 hdc, INT16 xNum, INT16 xDenom,
INT16 yNum, INT16 yDenom, LPSIZE16 size )
diff --git a/graphics/painting.c b/graphics/painting.c
index 682e376..a9a74ba 100644
--- a/graphics/painting.c
+++ b/graphics/painting.c
@@ -23,7 +23,7 @@
/***********************************************************************
- * LineTo16 (GDI.19)
+ * LineTo (GDI.19)
*/
BOOL16 WINAPI LineTo16( HDC16 hdc, INT16 x, INT16 y )
{
@@ -55,7 +55,7 @@
/***********************************************************************
- * MoveTo16 (GDI.20)
+ * MoveTo (GDI.20)
*/
DWORD WINAPI MoveTo16( HDC16 hdc, INT16 x, INT16 y )
{
@@ -67,7 +67,7 @@
/***********************************************************************
- * MoveToEx16 (GDI.483)
+ * MoveToEx (GDI.483)
*/
BOOL16 WINAPI MoveToEx16( HDC16 hdc, INT16 x, INT16 y, LPPOINT16 pt )
{
@@ -104,7 +104,7 @@
/***********************************************************************
- * Arc16 (GDI.23)
+ * Arc (GDI.23)
*/
BOOL16 WINAPI Arc16( HDC16 hdc, INT16 left, INT16 top, INT16 right,
INT16 bottom, INT16 xstart, INT16 ystart,
@@ -176,7 +176,7 @@
}
/***********************************************************************
- * Pie16 (GDI.26)
+ * Pie (GDI.26)
*/
BOOL16 WINAPI Pie16( HDC16 hdc, INT16 left, INT16 top,
INT16 right, INT16 bottom, INT16 xstart, INT16 ystart,
@@ -210,7 +210,7 @@
/***********************************************************************
- * Chord16 (GDI.348)
+ * Chord (GDI.348)
*/
BOOL16 WINAPI Chord16( HDC16 hdc, INT16 left, INT16 top,
INT16 right, INT16 bottom, INT16 xstart, INT16 ystart,
@@ -242,7 +242,7 @@
/***********************************************************************
- * Ellipse16 (GDI.24)
+ * Ellipse (GDI.24)
*/
BOOL16 WINAPI Ellipse16( HDC16 hdc, INT16 left, INT16 top,
INT16 right, INT16 bottom )
@@ -272,7 +272,7 @@
/***********************************************************************
- * Rectangle16 (GDI.27)
+ * Rectangle (GDI.27)
*/
BOOL16 WINAPI Rectangle16( HDC16 hdc, INT16 left, INT16 top,
INT16 right, INT16 bottom )
@@ -302,7 +302,7 @@
/***********************************************************************
- * RoundRect16 (GDI.28)
+ * RoundRect (GDI.28)
*/
BOOL16 WINAPI RoundRect16( HDC16 hdc, INT16 left, INT16 top, INT16 right,
INT16 bottom, INT16 ell_width, INT16 ell_height )
@@ -332,7 +332,7 @@
}
/***********************************************************************
- * SetPixel16 (GDI.31)
+ * SetPixel (GDI.31)
*/
COLORREF WINAPI SetPixel16( HDC16 hdc, INT16 x, INT16 y, COLORREF color )
{
@@ -375,7 +375,7 @@
}
/***********************************************************************
- * GetPixel16 (GDI.83)
+ * GetPixel (GDI.83)
*/
COLORREF WINAPI GetPixel16( HDC16 hdc, INT16 x, INT16 y )
{
@@ -559,7 +559,7 @@
/***********************************************************************
- * PaintRgn16 (GDI.43)
+ * PaintRgn (GDI.43)
*/
BOOL16 WINAPI PaintRgn16( HDC16 hdc, HRGN16 hrgn )
{
@@ -584,7 +584,7 @@
/***********************************************************************
- * FillRgn16 (GDI.40)
+ * FillRgn (GDI.40)
*/
BOOL16 WINAPI FillRgn16( HDC16 hdc, HRGN16 hrgn, HBRUSH16 hbrush )
{
@@ -615,7 +615,7 @@
/***********************************************************************
- * FrameRgn16 (GDI.41)
+ * FrameRgn (GDI.41)
*/
BOOL16 WINAPI FrameRgn16( HDC16 hdc, HRGN16 hrgn, HBRUSH16 hbrush,
INT16 nWidth, INT16 nHeight )
@@ -655,7 +655,7 @@
/***********************************************************************
- * InvertRgn16 (GDI.42)
+ * InvertRgn (GDI.42)
*/
BOOL16 WINAPI InvertRgn16( HDC16 hdc, HRGN16 hrgn )
{
@@ -689,7 +689,7 @@
}
/**********************************************************************
- * Polyline16 (GDI.37)
+ * Polyline (GDI.37)
*/
BOOL16 WINAPI Polyline16( HDC16 hdc, const POINT16* pt, INT16 count )
{
@@ -759,7 +759,7 @@
}
/**********************************************************************
- * Polygon16 (GDI.36)
+ * Polygon (GDI.36)
*/
BOOL16 WINAPI Polygon16( HDC16 hdc, const POINT16* pt, INT16 count )
{
@@ -859,7 +859,7 @@
}
/**********************************************************************
- * ExtFloodFill16 (GDI.372)
+ * ExtFloodFill (GDI.372)
*/
BOOL16 WINAPI ExtFloodFill16( HDC16 hdc, INT16 x, INT16 y, COLORREF color,
UINT16 fillType )
@@ -886,7 +886,7 @@
/**********************************************************************
- * FloodFill16 (GDI.25)
+ * FloodFill (GDI.25)
*/
BOOL16 WINAPI FloodFill16( HDC16 hdc, INT16 x, INT16 y, COLORREF color )
{
@@ -904,7 +904,7 @@
/******************************************************************************
- * PolyBezier16 [GDI.502]
+ * PolyBezier [GDI.502]
*/
BOOL16 WINAPI PolyBezier16( HDC16 hDc, const POINT16* lppt, INT16 cPoints )
{
@@ -920,7 +920,7 @@
}
/******************************************************************************
- * PolyBezierTo16 [GDI.503]
+ * PolyBezierTo [GDI.503]
*/
BOOL16 WINAPI PolyBezierTo16( HDC16 hDc, const POINT16* lppt, INT16 cPoints )
{
diff --git a/graphics/path.c b/graphics/path.c
index 37ebe72..401e1e9 100644
--- a/graphics/path.c
+++ b/graphics/path.c
@@ -81,7 +81,7 @@
/***********************************************************************
- * BeginPath16 (GDI.512)
+ * BeginPath (GDI.512)
*/
BOOL16 WINAPI BeginPath16(HDC16 hdc)
{
@@ -120,7 +120,7 @@
/***********************************************************************
- * EndPath16 (GDI.514)
+ * EndPath (GDI.514)
*/
BOOL16 WINAPI EndPath16(HDC16 hdc)
{
@@ -157,7 +157,7 @@
/***********************************************************************
- * AbortPath16 (GDI.511)
+ * AbortPath (GDI.511)
*/
BOOL16 WINAPI AbortPath16(HDC16 hdc)
{
@@ -194,7 +194,7 @@
/***********************************************************************
- * CloseFigure16 (GDI.513)
+ * CloseFigure (GDI.513)
*/
BOOL16 WINAPI CloseFigure16(HDC16 hdc)
{
@@ -242,7 +242,7 @@
/***********************************************************************
- * GetPath16 (GDI.517)
+ * GetPath (GDI.517)
*/
INT16 WINAPI GetPath16(HDC16 hdc, LPPOINT16 pPoints, LPBYTE pTypes,
INT16 nSize)
@@ -301,7 +301,7 @@
}
/***********************************************************************
- * PathToRegion16 (GDI.518)
+ * PathToRegion (GDI.518)
*/
HRGN16 WINAPI PathToRegion16(HDC16 hdc)
{
@@ -412,7 +412,7 @@
}
/***********************************************************************
- * FillPath16 (GDI.515)
+ * FillPath (GDI.515)
*/
BOOL16 WINAPI FillPath16(HDC16 hdc)
{
@@ -449,7 +449,7 @@
}
/***********************************************************************
- * SelectClipPath16 (GDI.519)
+ * SelectClipPath (GDI.519)
*/
BOOL16 WINAPI SelectClipPath16(HDC16 hdc, INT16 iMode)
{
@@ -1428,7 +1428,7 @@
}
/*******************************************************************
- * FlattenPath16 [GDI.516]
+ * FlattenPath [GDI.516]
*
*
*/
@@ -1513,7 +1513,7 @@
/*******************************************************************
- * StrokeAndFillPath16 [GDI.520]
+ * StrokeAndFillPath [GDI.520]
*
*
*/
@@ -1547,7 +1547,7 @@
}
/*******************************************************************
- * StrokePath16 [GDI.521]
+ * StrokePath [GDI.521]
*
*
*/
@@ -1583,7 +1583,7 @@
}
/*******************************************************************
- * WidenPath16 [GDI.522]
+ * WidenPath [GDI.522]
*
*
*/
diff --git a/graphics/win16drv/prtdrv.c b/graphics/win16drv/prtdrv.c
index d416717..5b2c102 100644
--- a/graphics/win16drv/prtdrv.c
+++ b/graphics/win16drv/prtdrv.c
@@ -700,7 +700,7 @@
}
/***********************************************************************
- * dmEnumDFonts16 (GDI.206)
+ * dmEnumDFonts (GDI.206)
*/
int WINAPI dmEnumDFonts16(LPPDEVICE lpDestDev, LPSTR lpFaceName, FARPROC16 lpCallbackFunc, LPVOID lpClientData)
{
@@ -709,7 +709,7 @@
}
/***********************************************************************
- * dmRealizeObject16 (GDI.210)
+ * dmRealizeObject (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 c924dfa..17d7696 100644
--- a/graphics/x11drv/oembitmap.c
+++ b/graphics/x11drv/oembitmap.c
@@ -330,7 +330,7 @@
/***********************************************************************
- * X11DRV_LoadOEMResource (X11DRV.@)
+ * LoadOEMResource (X11DRV.@)
*
*/
HANDLE X11DRV_LoadOEMResource(WORD resid, WORD type)