Index: /trunk/Makefile.kmk
===================================================================
--- /trunk/Makefile.kmk	(revision 65158)
+++ /trunk/Makefile.kmk	(revision 65159)
@@ -919,5 +919,4 @@
                -e '/\/include\/VBox\/com\/EventQueue\.h.* warning/b ignore' \
                -e '/\/include\/VBox\/com\/NativeEventQueue\.h.* warning/b ignore' \
-               -e '/\/src\/VBox\/Devices\/Graphics\/.* warning/b ignore' \
                -e '/\/src\/VBox\/Main\/.* warning/b ignore' \
                -e '/\/src\/VBox\/Additions\/WINNT\/VBoxTray\/VBoxDispIf\.h.* warning/b ignore' \
Index: /trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m
===================================================================
--- /trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m	(revision 65158)
+++ /trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m	(revision 65159)
@@ -42,6 +42,6 @@
  * of NSView.  There are transparency issues with the former,
  * so for the time being we're using the latter.  */
-#if 0
-#define USE_NSOPENGLVIEW
+#if 0 || DOXYGEN_RUNNING
+# define USE_NSOPENGLVIEW
 #endif
 
@@ -699,6 +699,12 @@
  * Document me later.
  *
+ * @param   ppView
+ * @param   ppCtx
  * @param   pParentView     The parent view if this is a context we'll be
  *                          presenting to.
+ * @param   cx
+ * @param   cy
+ * @param   pSharedCtx
+ * @param   fOtherProfile
  */
 VMSVGA3DCOCOA_DECL(bool) vmsvga3dCocoaCreateViewAndContext(NativeNSViewRef *ppView, NativeNSOpenGLContextRef *ppCtx,
