changeset 581:e7b311bfcaf1

Js: reduce column limit
author David Demelier <markand@malikania.fr>
date Wed, 20 Jul 2016 16:41:56 +0200
parents 6082ef1fa880
children 09091721c0b9
files modules/js/duktape.hpp
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/modules/js/duktape.hpp	Wed Jul 20 16:33:15 2016 +0200
+++ b/modules/js/duktape.hpp	Wed Jul 20 16:41:56 2016 +0200
@@ -39,8 +39,9 @@
  * \class StackAssert
  * \brief Stack sanity checker.
  *
- * Instanciate this class where you need to manipulate the Duktape stack outside a Duktape/C function, its destructor
- * will examinate if the stack size matches the user expected size.
+ * Instanciate this class where you need to manipulate the Duktape stack outside
+ * a Duktape/C function, its destructor will examinate if the stack size matches
+ * the user expected size.
  *
  * When compiled with NDEBUG, this class does nothing.
  *
@@ -191,7 +192,8 @@
 
 protected:
     /**
-     * Constructor with a type of error specified, specially designed for derived errors.
+     * Constructor with a type of error specified, specially designed for
+     * derived errors.
      *
      * \param type of error (e.g. DUK_ERR_ERROR)
      * \param message the message
@@ -328,7 +330,8 @@
 };
 
 /**
- * Get the error object when a JavaScript error has been thrown (e.g. eval failure).
+ * Get the error object when a JavaScript error has been thrown (e.g. eval
+ * failure).
  *
  * \param ctx the context
  * \param index the index