Documentation fixes.
diff --git a/dlls/kernel/thunk.c b/dlls/kernel/thunk.c
index 6fcaf54..01805c9 100644
--- a/dlls/kernel/thunk.c
+++ b/dlls/kernel/thunk.c
@@ -1038,7 +1038,6 @@
/**********************************************************************
* IsPeFormat (KERNEL.431)
- * IsPeFormat (W32SYS.2)
* Checks the passed filename if it is a PE format executeable
* RETURNS
* TRUE, if it is.
diff --git a/dlls/ole32/storage32.c b/dlls/ole32/storage32.c
index 461a38b..b37453c 100644
--- a/dlls/ole32/storage32.c
+++ b/dlls/ole32/storage32.c
@@ -5557,7 +5557,6 @@
/******************************************************************************
* StgOpenStorageOnILockBytes [OLE32.149]
- * StgOpenStorageOnILockBytes [STORAGE.4]
*/
HRESULT WINAPI StgOpenStorageOnILockBytes(
ILockBytes *plkbyt,
@@ -5623,7 +5622,6 @@
/******************************************************************************
* StgSetTimes [ole32.150]
* StgSetTimes [OLE32.150]
- * StgSetTimes [STORAGE.7]
*
*
*/
@@ -5636,7 +5634,6 @@
/******************************************************************************
* StgIsStorageILockBytes [OLE32.147]
- * StgIsStorageILockBytes [STORAGE.6]
*
* Determines if the ILockBytes contains a storage object.
*/
diff --git a/dlls/rasapi32/rasapi.c b/dlls/rasapi32/rasapi.c
index d25aed0..9466ddb 100644
--- a/dlls/rasapi32/rasapi.c
+++ b/dlls/rasapi32/rasapi.c
@@ -54,7 +54,7 @@
}
/**************************************************************************
- * RasDeleteEntryA [RASAPI32.*]
+ * RasDeleteEntryA [RASAPI32.7]
*/
DWORD WINAPI RasDeleteEntryA(LPCSTR a, LPCSTR b)
{
@@ -63,7 +63,7 @@
}
/**************************************************************************
- * RasDeleteEntryW [RASAPI32.*]
+ * RasDeleteEntryW [RASAPI32.8]
*/
DWORD WINAPI RasDeleteEntryW(LPCWSTR a, LPCWSTR b)
{
@@ -72,7 +72,7 @@
}
/**************************************************************************
- * RasEnumAutodialAddressesA [RASAPI32.*]
+ * RasEnumAutodialAddressesA [RASAPI32.14]
*/
DWORD WINAPI RasEnumAutodialAddressesA(LPCSTR *a, LPDWORD b, LPDWORD c)
{
@@ -81,7 +81,7 @@
}
/**************************************************************************
- * RasEnumAutodialAddressesW [RASAPI32.*]
+ * RasEnumAutodialAddressesW [RASAPI32.15]
*/
DWORD WINAPI RasEnumAutodialAddressesW(LPCWSTR *a, LPDWORD b, LPDWORD c)
{
@@ -95,7 +95,7 @@
typedef LPVOID LPRASAUTODIALENTRYW;
/**************************************************************************
- * RasEnumDevicesA [RASAPI32.*]
+ * RasEnumDevicesA [RASAPI32.19]
*/
DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA a, LPDWORD b, LPDWORD c)
{
@@ -104,7 +104,7 @@
}
/**************************************************************************
- * RasEnumDevicesW [RASAPI32.*]
+ * RasEnumDevicesW [RASAPI32.20]
*/
DWORD WINAPI RasEnumDevicesW(LPRASDEVINFOW a, LPDWORD b, LPDWORD c)
{
@@ -113,7 +113,7 @@
}
/**************************************************************************
- * RasGetAutodialAddressA [RASAPI32.*]
+ * RasGetAutodialAddressA [RASAPI32.24]
*/
DWORD WINAPI RasGetAutodialAddressA(LPCSTR a, LPDWORD b, LPRASAUTODIALENTRYA c,
LPDWORD d, LPDWORD e)
@@ -123,7 +123,7 @@
}
/**************************************************************************
- * RasGetAutodialAddressW [RASAPI32.*]
+ * RasGetAutodialAddressW [RASAPI32.25]
*/
DWORD WINAPI RasGetAutodialAddressW(LPCWSTR a, LPDWORD b, LPRASAUTODIALENTRYW c,
LPDWORD d, LPDWORD e)
@@ -133,7 +133,7 @@
}
/**************************************************************************
- * RasGetAutodialEnableA [RASAPI32.*]
+ * RasGetAutodialEnableA [RASAPI32.26]
*/
DWORD WINAPI RasGetAutodialEnableA(DWORD a, LPBOOL b)
{
@@ -142,7 +142,7 @@
}
/**************************************************************************
- * RasGetAutodialEnableW [RASAPI32.*]
+ * RasGetAutodialEnableW [RASAPI32.27]
*/
DWORD WINAPI RasGetAutodialEnableW(DWORD a, LPBOOL b)
{
@@ -151,7 +151,7 @@
}
/**************************************************************************
- * RasGetAutodialParamA [RASAPI32.*]
+ * RasGetAutodialParamA [RASAPI32.28]
*/
DWORD WINAPI RasGetAutodialParamA(DWORD a, LPVOID b, LPDWORD c)
{
@@ -160,7 +160,7 @@
}
/**************************************************************************
- * RasGetAutodialParamW [RASAPI32.*]
+ * RasGetAutodialParamW [RASAPI32.29]
*/
DWORD WINAPI RasGetAutodialParamW(DWORD a, LPVOID b, LPDWORD c)
{
@@ -169,7 +169,7 @@
}
/**************************************************************************
- * RasGetAutodialAddressA [RASAPI32.*]
+ * RasSetAutodialAddressA [RASAPI32.57]
*/
DWORD WINAPI RasSetAutodialAddressA(LPCSTR a, DWORD b, LPRASAUTODIALENTRYA c,
DWORD d, DWORD e)
@@ -179,7 +179,7 @@
}
/**************************************************************************
- * RasGetAutodialAddressW [RASAPI32.*]
+ * RasSetAutodialAddressW [RASAPI32.58]
*/
DWORD WINAPI RasSetAutodialAddressW(LPCWSTR a, DWORD b, LPRASAUTODIALENTRYW c,
DWORD d, DWORD e)
@@ -189,7 +189,7 @@
}
/**************************************************************************
- * RasSetAutodialEnableA [RASAPI32.*]
+ * RasSetAutodialEnableA [RASAPI32.59]
*/
DWORD WINAPI RasSetAutodialEnableA(DWORD a, BOOL b)
{
@@ -198,7 +198,7 @@
}
/**************************************************************************
- * RasGetAutodialEnableW [RASAPI32.*]
+ * RasSetAutodialEnableW [RASAPI32.60]
*/
DWORD WINAPI RasSetAutodialEnableW(DWORD a, BOOL b)
{
@@ -207,7 +207,7 @@
}
/**************************************************************************
- * RasSetAutodialParamA [RASAPI32.*]
+ * RasSetAutodialParamA [RASAPI32.61]
*/
DWORD WINAPI RasSetAutodialParamA(DWORD a, LPVOID b, DWORD c)
{
@@ -216,7 +216,7 @@
}
/**************************************************************************
- * RasSetAutodialParamW [RASAPI32.*]
+ * RasSetAutodialParamW [RASAPI32.62]
*/
DWORD WINAPI RasSetAutodialParamW(DWORD a, LPVOID b, DWORD c)
{
diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c
index a32266e..2eb3e34 100644
--- a/dlls/shell32/shellole.c
+++ b/dlls/shell32/shellole.c
@@ -593,7 +593,7 @@
}
/*************************************************************************
- * DragQueryFileW [shell32.133]
+ * DragQueryFileW [SHELL32.133]
*/
UINT WINAPI DragQueryFileW(
HDROP hDrop,
diff --git a/dlls/winsock/socket.c b/dlls/winsock/socket.c
index 0d40124..a3e347b 100644
--- a/dlls/winsock/socket.c
+++ b/dlls/winsock/socket.c
@@ -3225,7 +3225,7 @@
/***********************************************************************
- * WSARecvFrom (WSOCK32.69)
+ * WSARecvFrom (WS2_32.69)
*/
INT WINAPI WSARecvFrom( SOCKET s, LPWSABUF lpBuffers, DWORD dwBufferCount,
LPDWORD lpNumberOfBytesRecvd, LPDWORD lpFlags, struct sockaddr *lpFrom,
diff --git a/files/dos_fs.c b/files/dos_fs.c
index c6b11e5..655e500 100644
--- a/files/dos_fs.c
+++ b/files/dos_fs.c
@@ -2118,7 +2118,6 @@
/***********************************************************************
* FileTimeToLocalFileTime (KERNEL32.@)
- * FileTimeToLocalFileTime (KERNEL.432)
*/
BOOL WINAPI FileTimeToLocalFileTime( const FILETIME *utcft,
LPFILETIME localft )
diff --git a/graphics/fontengine.c b/graphics/fontengine.c
index c4febbd..d98b291 100644
--- a/graphics/fontengine.c
+++ b/graphics/fontengine.c
@@ -110,12 +110,3 @@
return -1; /* error */
}
-
-/***********************************************************************
- * EngineExtTextOut (GDI.314)
- */
-WORD WINAPI EngineExtTextOut()
-{
- FIXME("stub!\n");
- return 0;
-}
diff --git a/memory/string.c b/memory/string.c
index 7f98057..caa994a 100644
--- a/memory/string.c
+++ b/memory/string.c
@@ -131,6 +131,7 @@
/***********************************************************************
+ * lstrcmpi (KERNEL32.@)
* lstrcmpiA (KERNEL32.@)
*/
INT WINAPI lstrcmpiA( LPCSTR str1, LPCSTR str2 )
@@ -215,7 +216,9 @@
/***********************************************************************
+ * lstrcpyn (KERNEL32.@)
* lstrcpynA (KERNEL32.@)
+ *
* Note: this function differs from the UNIX strncpy, it _always_ writes
* a terminating \0
*/
diff --git a/objects/dc.c b/objects/dc.c
index 9895b4d..3bc7259 100644
--- a/objects/dc.c
+++ b/objects/dc.c
@@ -1440,7 +1440,6 @@
/***********************************************************************
* GetLayout (GDI32.@)
- * GetLayout (GDI.1001)
*
* Gets left->right or right->left text layout flags of a dc.
* win98 just returns 0 and sets ERROR_CALL_NOT_IMPLEMENTED so we do the same
diff --git a/objects/gdiobj.c b/objects/gdiobj.c
index ef93f23..1bd60ec 100644
--- a/objects/gdiobj.c
+++ b/objects/gdiobj.c
@@ -1278,7 +1278,6 @@
/*******************************************************************
* GetMiterLimit [GDI32.@]
- * GetMiterLimit [GDI.526]
*
*
*/
@@ -1290,7 +1289,6 @@
/*******************************************************************
* SetMiterLimit [GDI32.@]
- * SetMiterLimit [GDI.527]
*
*
*/
diff --git a/objects/pen.c b/objects/pen.c
index 832620c..e64bc68 100644
--- a/objects/pen.c
+++ b/objects/pen.c
@@ -84,7 +84,6 @@
/***********************************************************************
* ExtCreatePen (GDI32.@)
- * ExtCreatePen (GDI.523)
*
* FIXME: PS_USERSTYLE not handled
*/
diff --git a/objects/region.c b/objects/region.c
index 53d4f2e..1c980f0 100644
--- a/objects/region.c
+++ b/objects/region.c
@@ -899,7 +899,6 @@
/***********************************************************************
* ExtCreateRegion (GDI32.@)
- * ExtCreateRegion (GDI.608)
*
*/
HRGN WINAPI ExtCreateRegion( const XFORM* lpXform, DWORD dwCount, const RGNDATA* rgndata)
@@ -2927,7 +2926,6 @@
/***********************************************************************
* GetRandomRgn [GDI32.@]
- * GetRandomRgn [GDI.611]
*
* NOTES
* This function is documented in MSDN online
diff --git a/windows/input.c b/windows/input.c
index 7dfe75b..6710cbf 100644
--- a/windows/input.c
+++ b/windows/input.c
@@ -832,7 +832,6 @@
/***********************************************************************
* GetKeyboardLayout (USER32.@)
- * GetKeyboardLayout (USER.651)
*
* FIXME: - device handle for keyboard layout defaulted to
* the language id. This is the way Windows default works.
@@ -938,7 +937,6 @@
/**********************************************************************
* ActivateKeyboardLayout (USER32.@)
- * ActivateKeyboardLayout (USER.650)
*
* Call ignored. WINE supports only system default keyboard layout.
*/
@@ -952,7 +950,6 @@
/***********************************************************************
* GetKeyboardLayoutList (USER32.@)
- * GetKeyboardLayoutList (USER.652)
*
* FIXME: Supports only the system default language and layout and
* returns only 1 value.
diff --git a/windows/mdi.c b/windows/mdi.c
index bd2b621..cfad061 100644
--- a/windows/mdi.c
+++ b/windows/mdi.c
@@ -2366,7 +2366,6 @@
/******************************************************************************
* CascadeWindows (USER32.@) Cascades MDI child windows
- * CascadeWindows (USER.429)
*
* RETURNS
* Success: Number of cascaded windows.
@@ -2385,7 +2384,6 @@
/******************************************************************************
* TileWindows (USER32.@) Tiles MDI child windows
- * TileWindows (USER.428)
*
* RETURNS
* Success: Number of tiled windows.
diff --git a/windows/message.c b/windows/message.c
index 383ed27..807aaaa 100644
--- a/windows/message.c
+++ b/windows/message.c
@@ -2521,7 +2521,6 @@
/***********************************************************************
* BroadcastSystemMessage (USER32.@)
- * BroadcastSystemMessage (USER.604)
*/
LONG WINAPI BroadcastSystemMessage(
DWORD dwFlags,LPDWORD recipients,UINT uMessage,WPARAM wParam,
diff --git a/windows/syscolor.c b/windows/syscolor.c
index b0655c7..c43a9ce 100644
--- a/windows/syscolor.c
+++ b/windows/syscolor.c
@@ -278,7 +278,6 @@
/*************************************************************************
* SetSysColorsTemp (USER32.@)
- * SetSysColorsTemp (USER.661)
*/
BOOL WINAPI SetSysColorsTemp( int n, const int* p, const COLORREF* ptr)
{
diff --git a/windows/winpos.c b/windows/winpos.c
index 6c87ecf..cb576d7 100644
--- a/windows/winpos.c
+++ b/windows/winpos.c
@@ -217,7 +217,6 @@
/***********************************************************************
* GetWindowRgn (USER32.@)
- * GetWindowRgn (USER.669)
*/
int WINAPI GetWindowRgn ( HWND hwnd, HRGN hrgn )
{