Quellcode durchsuchen

doc/doxygen/chapters/01building.doxy: fix filenames (doxygen >= 1.8.6 seem to see /\* as the beginning of a comment and so failed to process the file)

Nathalie Furmento vor 11 Jahren
Ursprung
Commit
29c2c08cd6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      doc/doxygen/chapters/01building.doxy

+ 2 - 2
doc/doxygen/chapters/01building.doxy

@@ -285,10 +285,10 @@ multiplication using BLAS and cuBLAS. They output the obtained GFlops.
 
 \subsection CholeskyFactorization Cholesky Factorization
 
-<c>cholesky/*</c> perform a Cholesky factorization (single precision). They use different dependency primitives.
+<c>cholesky_*</c> perform a Cholesky factorization (single precision). They use different dependency primitives.
 
 \subsection LUFactorization LU Factorization
 
-<c>lu/*</c> perform an LU factorization. They use different dependency primitives.
+<c>lu_*</c> perform an LU factorization. They use different dependency primitives.
 
 */