From 4e458d309c843dbeb91505a2c75f75494512ed47 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Tue, 2 Jul 2013 14:08:12 +0100 Subject: Fix some doxygen errors and warnings. --- doc/snippets/Cwise_asin.cpp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/snippets/Cwise_asin.cpp (limited to 'doc/snippets') diff --git a/doc/snippets/Cwise_asin.cpp b/doc/snippets/Cwise_asin.cpp new file mode 100644 index 000000000..8dad838fd --- /dev/null +++ b/doc/snippets/Cwise_asin.cpp @@ -0,0 +1,2 @@ +Array3d v(0, sqrt(2.)/2, 1); +cout << v.asin() << endl; -- cgit v1.2.3