Skip to content
Snippets Groups Projects
Commit f166b7ce authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Tomáš Oberhuber
Browse files

Fixing Array and ArrayView documentation.

parent 456c722e
No related branches found
No related tags found
1 merge request!44Tutorials
......@@ -62,7 +62,7 @@ template< int, typename > class StaticArray;
* See also \ref ArrayView, \ref Vector, \ref VectorView.
*
* \par Example
* \include ArrayExample.cpp
* \include Containers/ArrayExample.cpp
* \par Output
* \include ArrayExample.out
*/
......
......@@ -55,7 +55,9 @@ namespace Containers {
* See also \ref Array, \ref Vector, \ref VectorView.
*
* \par Example
* \include ArrayViewExample.cpp
* \include Containers/ArrayViewExample.cpp
* \par Output
* \include ArrayViewExample.out
*/
template< typename Value,
typename Device = Devices::Host,
......
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