Skip to content
Snippets Groups Projects
Commit 9a294178 authored by Markus Blatt's avatar Markus Blatt
Browse files

Documentation fixes.

[[Imported from SVN: r639]]
parent 69fac122
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,6 @@ namespace Dune
/**
* @brief Creates a new DatatypeCommunicator.
* @param remote The remote index set to use.
*/
DatatypeCommunicator();
......@@ -452,7 +451,7 @@ namespace Dune
* @warning The source and target data have to have the same layout as the ones given
* to the build function in case of variable size values at the indices.
* @param source The values will be copied from here to the send buffers.
* @param target The received values will be copied to here.
* @param dest The received values will be copied to here.
*/
template<class GatherScatter, class Data>
void forward(const Data& source, Data& dest);
......@@ -482,7 +481,7 @@ namespace Dune
* subindex of the block at index.
* @warning The source and target data have to have the same layout as the ones given
* to the build function in case of variable size values at the indices.
* @param target The values will be copied from here to the send buffers.
* @param dest The values will be copied from here to the send buffers.
* @param source The received values will be copied to here.
*/
template<class GatherScatter, class Data>
......
......@@ -458,7 +458,7 @@ namespace Dune
/**
* @brief Print an index set.
* @param os The outputstream to print to.
* @param pair The index set to print.
* @param indexSet The index set to print.
*/
template<class TG, class TL, int N>
std::ostream& operator<<(std::ostream& os, const ParallelIndexSet<TG,TL,N>& indexSet);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment