fixed ?? marks; fixed missing highlighting in some of the sections

This commit is contained in:
Vadim Pisarevsky
2011-04-19 11:41:12 +00:00
parent e863c3d5f6
commit e9a5bbc003
17 changed files with 76 additions and 85 deletions

View File

@@ -1,6 +1,8 @@
Data Structures
===============
.. highlight:: cpp
.. index:: gpu::DevMem2D\_
gpu::DevMem2D\_
@@ -286,7 +288,7 @@ gpu::Stream::waitForCompletion
----------------------------------
.. cpp:function:: void gpu::Stream::waitForCompletion()
Blocks ?? until all operations in the stream are complete.
Blocks the current CPU thread until all operations in the stream are complete.
.. index:: gpu::StreamAccessor
@@ -348,9 +350,5 @@ gpu::ensureSizeIsEnough
:param type: Desired matrix type.
:param m: Destination matrix.
The following wrapper is also available: ??
:param m: Destination matrix.