Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
29c2c08cd6
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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.
 
 */