[mlpack-git] master: Fix doxygen issue. (8ca7cf2)

gitdub at mlpack.org gitdub at mlpack.org
Thu Apr 14 10:11:39 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/f73d89833d45e0870d97c133ad55094f494c8061...08ffa1b0c6d0a9fa05e2eb3dc9a993ea7fa97d54

>---------------------------------------------------------------

commit 8ca7cf2796685c09a17af075de10c624c74631e4
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Apr 13 11:20:34 2016 -0400

    Fix doxygen issue.


>---------------------------------------------------------------

8ca7cf2796685c09a17af075de10c624c74631e4
 src/mlpack/methods/ann/layer/hard_tanh_layer.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/ann/layer/hard_tanh_layer.hpp b/src/mlpack/methods/ann/layer/hard_tanh_layer.hpp
index ca59bb0..6967314 100644
--- a/src/mlpack/methods/ann/layer/hard_tanh_layer.hpp
+++ b/src/mlpack/methods/ann/layer/hard_tanh_layer.hpp
@@ -22,7 +22,7 @@ namespace ann /** Artificial Neural Network. */ {
  *     min & : x \le minValue \\
  *     x   & : otherwise
  *   \end{array}
- * \right.
+ * \right. \\
  * f'(x) &=& \left\{
  *   \begin{array}{lr}
  *     0 & : x > maxValue \\




More information about the mlpack-git mailing list