Browse Source

Add anchors

Samuel Thibault 10 years ago
parent
commit
fe41b91b6e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      doc/doxygen/chapters/40environment_variables.doxy

+ 6 - 0
doc/doxygen/chapters/40environment_variables.doxy

@@ -570,12 +570,16 @@ available to the application on each CPU device.
 
 
 <dt>STARPU_DISK_SWAP</dt>
 <dt>STARPU_DISK_SWAP</dt>
 <dd>
 <dd>
+\anchor STARPU_DISK_SWAP
+\addindex __env__STARPU_DISK_SWAP
 This specifies a path where StarPU can push data when the main memory is getting
 This specifies a path where StarPU can push data when the main memory is getting
 full.
 full.
 </dd>
 </dd>
 
 
 <dt>STARPU_DISK_SWAP_BACKEND</dt>
 <dt>STARPU_DISK_SWAP_BACKEND</dt>
 <dd>
 <dd>
+\anchor STARPU_DISK_SWAP_BACKEND
+\addindex __env__STARPU_DISK_SWAP_BACKEND
 This specifies then backend to be used by StarPU to push data when the main
 This specifies then backend to be used by StarPU to push data when the main
 memory is getting full. The default is unistd (i.e. using read/write functions),
 memory is getting full. The default is unistd (i.e. using read/write functions),
 other values are stdio (i.e. using fread/fwrite), unistd_o_direct (i.e. using
 other values are stdio (i.e. using fread/fwrite), unistd_o_direct (i.e. using
@@ -584,6 +588,8 @@ read/write with O_DIRECT), and leveldb (i.e. using a leveldb database).
 
 
 <dt>STARPU_DISK_SWAP_SIZE</dt>
 <dt>STARPU_DISK_SWAP_SIZE</dt>
 <dd>
 <dd>
+\anchor STARPU_DISK_SWAP_SIZE
+\addindex __env__STARPU_DISK_SWAP_SIZE
 This specifies then size to be used by StarPU to push data when the main
 This specifies then size to be used by StarPU to push data when the main
 memory is getting full. The default is unlimited.
 memory is getting full. The default is unlimited.
 </dd>
 </dd>