Index: /trunk/src/VBox/Runtime/common/asn1/asn1-default-allocator.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/asn1/asn1-default-allocator.cpp	(revision 65097)
+++ /trunk/src/VBox/Runtime/common/asn1/asn1-default-allocator.cpp	(revision 65098)
@@ -55,5 +55,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnFree} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnFree} */
 static DECLCALLBACK(void) rtAsn1DefaultAllocator_Free(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, void *pv)
 {
@@ -64,5 +64,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnAlloc} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnAlloc} */
 static DECLCALLBACK(int)  rtAsn1DefaultAllocator_Alloc(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation,
                                                        void **ppv, size_t cb)
@@ -81,5 +81,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnRealloc} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnRealloc} */
 static DECLCALLBACK(int)  rtAsn1DefaultAllocator_Realloc(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation,
                                                          void *pvOld, void **ppvNew, size_t cbNew)
@@ -100,5 +100,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnFreeArray} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnFreeArray} */
 static DECLCALLBACK(void) rtAsn1DefaultAllocator_FreeArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation,
                                                            void **papvArray)
@@ -118,5 +118,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnGrowArray} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnGrowArray} */
 static DECLCALLBACK(int) rtAsn1DefaultAllocator_GrowArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation,
                                                           void ***ppapvArray, uint32_t cMinEntries)
@@ -186,5 +186,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnShrinkArray} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnShrinkArray} */
 static DECLCALLBACK(void) rtAsn1DefaultAllocator_ShrinkArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation,
                                                              void ***ppapvArray, uint32_t cNew, uint32_t cCurrent)
Index: /trunk/src/VBox/Runtime/common/asn1/asn1-efence-allocator.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/asn1/asn1-efence-allocator.cpp	(revision 65097)
+++ /trunk/src/VBox/Runtime/common/asn1/asn1-efence-allocator.cpp	(revision 65098)
@@ -37,5 +37,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnFree} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnFree} */
 static DECLCALLBACK(void) rtAsn1EFenceAllocator_Free(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation, void *pv)
 {
@@ -46,5 +46,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnAlloc} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnAlloc} */
 static DECLCALLBACK(int)  rtAsn1EFenceAllocator_Alloc(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation,
                                                       void **ppv, size_t cb)
@@ -62,5 +62,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnRealloc} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnRealloc} */
 static DECLCALLBACK(int)  rtAsn1EFenceAllocator_Realloc(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ALLOCATION pAllocation,
                                                         void *pvOld, void **ppvNew, size_t cbNew)
@@ -80,5 +80,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnFreeArray} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnFreeArray} */
 static DECLCALLBACK(void) rtAsn1EFenceAllocator_FreeArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation,
                                                           void **papvArray)
@@ -102,5 +102,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnGrowArray} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnGrowArray} */
 static DECLCALLBACK(int) rtAsn1EFenceAllocator_GrowArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation,
                                                          void ***ppapvArray, uint32_t cMinEntries)
@@ -146,5 +146,5 @@
 
 
-/** @interface_method_impl{RTASN1ALLOCATORVTABLE, pfnShrinkArray} */
+/** @interface_method_impl{RTASN1ALLOCATORVTABLE,pfnShrinkArray} */
 static DECLCALLBACK(void) rtAsn1EFenceAllocator_ShrinkArray(PCRTASN1ALLOCATORVTABLE pThis, PRTASN1ARRAYALLOCATION pAllocation,
                                                             void ***ppapvArray, uint32_t cNew, uint32_t cCurrent)
Index: /trunk/src/VBox/Runtime/common/crypto/store-inmem.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/crypto/store-inmem.cpp	(revision 65097)
+++ /trunk/src/VBox/Runtime/common/crypto/store-inmem.cpp	(revision 65098)
@@ -202,5 +202,5 @@
 
 
-/** @interface_method_impl{RTCRSTOREPROVIDER, pfnDestroyStore} */
+/** @interface_method_impl{RTCRSTOREPROVIDER,pfnDestroyStore} */
 static DECLCALLBACK(void) rtCrStoreInMem_DestroyStore(void *pvProvider)
 {
@@ -224,5 +224,5 @@
 
 
-/** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertCtxQueryPrivateKey} */
+/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertCtxQueryPrivateKey} */
 static DECLCALLBACK(int) rtCrStoreInMem_CertCtxQueryPrivateKey(void *pvProvider, PRTCRCERTCTXINT pCertCtx,
                                                                uint8_t *pbKey, size_t cbKey, size_t *pcbKeyRet)
@@ -234,5 +234,5 @@
 
 
-/** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertFindAll} */
+/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertFindAll} */
 static DECLCALLBACK(int) rtCrStoreInMem_CertFindAll(void *pvProvider, PRTCRSTORECERTSEARCH pSearch)
 {
@@ -245,5 +245,5 @@
 
 
-/** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertSearchNext} */
+/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertSearchNext} */
 static DECLCALLBACK(PCRTCRCERTCTX) rtCrStoreInMem_CertSearchNext(void *pvProvider, PRTCRSTORECERTSEARCH pSearch)
 {
@@ -263,5 +263,5 @@
 
 
-/** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertSearchDestroy} */
+/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertSearchDestroy} */
 static DECLCALLBACK(void) rtCrStoreInMem_CertSearchDestroy(void *pvProvider, PRTCRSTORECERTSEARCH pSearch)
 {
@@ -275,5 +275,5 @@
 
 
-/** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertSearchDestroy} */
+/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertSearchDestroy} */
 static DECLCALLBACK(int) rtCrStoreInMem_CertAddEncoded(void *pvProvider, uint32_t fFlags,
                                                        uint8_t const *pbEncoded, uint32_t cbEncoded, PRTERRINFO pErrInfo)
