Documentation ordinal fixes.
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.@]
*
*
*/