浏览代码

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 11 年之前
父节点
当前提交
29c2c08cd6
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.
 
 */