From 28a4c92cbff88c75b932ce0d091ccaa2b6010724 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Fri, 1 May 2015 22:10:41 +0200 Subject: bug #998: Started fixing doxygen warnings --- doc/UsingNVCC.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/UsingNVCC.dox') diff --git a/doc/UsingNVCC.dox b/doc/UsingNVCC.dox index e9df5de04..f8e755b79 100644 --- a/doc/UsingNVCC.dox +++ b/doc/UsingNVCC.dox @@ -15,7 +15,7 @@ Known issues: - \c nvcc with \c clang does not work (patch welcome) - - \c nvcc 5.5 with gcc-4.7 (or greater) has issues with the standard \c header file. To workaround this, you can add the following before including any other files: + - \c nvcc 5.5 with gcc-4.7 (or greater) has issues with the standard \c \ header file. To workaround this, you can add the following before including any other files: \code // workaround issue between gcc >= 4.7 and cuda 5.5 #if (defined __GNUC__) && (__GNUC__>4 || __GNUC_MINOR__>=7) -- cgit v1.2.3