Browse Source

doc: fix internal references

Nathalie Furmento 10 years ago
parent
commit
f18f6a16e7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/doxygen/chapters/16mpi_support.doxy

+ 2 - 2
doc/doxygen/chapters/16mpi_support.doxy

@@ -401,8 +401,8 @@ the cholesky example in mpi/examples/matrix_decomposition), or at least not in
 the close future. If a newly-submitted task actually needs the value again,
 the close future. If a newly-submitted task actually needs the value again,
 another transmission of D will be initiated from A to B.
 another transmission of D will be initiated from A to B.
 
 
-The whole caching behavior can be disabled thanks to the ::STARPU_MPI_CACHE
-environment variable. The variable ::STARPU_MPI_CACHE_STATS can be set to 1
+The whole caching behavior can be disabled thanks to the \ref STARPU_MPI_CACHE
+environment variable. The variable \ref STARPU_MPI_CACHE_STATS can be set to 1
 to enable the runtime to display messages when data are added or removed
 to enable the runtime to display messages when data are added or removed
 from the cache holding the received data.
 from the cache holding the received data.