Documentation ordinal fixes (using winapi_fixup).

diff --git a/dlls/kernel/debugger.c b/dlls/kernel/debugger.c
index 74705ba..86f55c8 100644
--- a/dlls/kernel/debugger.c
+++ b/dlls/kernel/debugger.c
@@ -17,7 +17,7 @@
 
 
 /******************************************************************************
- *           WaitForDebugEvent   (KERNEL32.720)
+ *           WaitForDebugEvent   (KERNEL32.@)
  *
  *  Waits for a debugging event to occur in a process being debugged before
  *  filling out the debug event structure.
@@ -119,7 +119,7 @@
 
 
 /**********************************************************************
- *           ContinueDebugEvent   (KERNEL32.146)
+ *           ContinueDebugEvent   (KERNEL32.@)
  *           ContinueDebugEvent   (WIN32S16.5)
  *
  *  Enables a thread that previously produced a debug event to continue.
@@ -148,7 +148,7 @@
 
 
 /**********************************************************************
- *           DebugActiveProcess   (KERNEL32.180)
+ *           DebugActiveProcess   (KERNEL32.@)
  *
  *  Attempts to attach the dugger to a process.
  *
@@ -171,7 +171,7 @@
 
 
 /***********************************************************************
- *           OutputDebugStringA   (KERNEL32.548)
+ *           OutputDebugStringA   (KERNEL32.@)
  *
  *  Output by an application of a unicode string to a debugger (if attached)
  *  and program log.
@@ -192,7 +192,7 @@
 
 
 /***********************************************************************
- *           OutputDebugStringW   (KERNEL32.549)
+ *           OutputDebugStringW   (KERNEL32.@)
  *
  *  Output by an appliccation of a unicode string to a debugger (if attached)
  *  and program log.
@@ -226,7 +226,7 @@
 
 
 /***********************************************************************
- *           DebugBreak   (KERNEL32.181)
+ *           DebugBreak   (KERNEL32.@)
  *
  *  Raises an exception so that a debugger (if attached)
  *  can take some action.
@@ -264,7 +264,7 @@
 
 
 /***********************************************************************
- *           IsDebuggerPresent   (KERNEL32.827)
+ *           IsDebuggerPresent   (KERNEL32.@)
  *
  *  Allows a process to determine if there is a debugger attached.
  *