# HG changeset patch # User David Demelier # Date 1469025716 -7200 # Node ID e7b311bfcaf196584fbd0255150edc0ee4428180 # Parent 6082ef1fa8805481054beba16e883a8f23e6aa5f Js: reduce column limit diff -r 6082ef1fa880 -r e7b311bfcaf1 modules/js/duktape.hpp --- 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