www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 2e0f11bdfa33e947cb77a70d9b87b19b4ec8d89c
parent dae3a14744dea803ed32316ffdfc43200c00f765
Author: Martin von Gagern <gagern@ma.tum.de>
Date:   Fri, 11 Sep 2015 09:27:47 +0200

Reindent some comment code as well

Diffstat:
Msrc/environments.js | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/environments.js b/src/environments.js @@ -51,11 +51,11 @@ function parseArray(parser, pos, mode, result) { * A bare number instead of that object indicates the numArgs value. * * The handler function will receive the following arguments: - * - pos: the current position of the parser. - * - mode: the current parsing mode. - * - envName: the name of the environment, one of the listed names. - * - [args]: the arguments passed to \begin. - * - positions: the positions associated with these arguments. + * - pos: the current position of the parser. + * - mode: the current parsing mode. + * - envName: the name of the environment, one of the listed names. + * - [args]: the arguments passed to \begin. + * - positions: the positions associated with these arguments. * The handler is called with `this` referring to the parser. * It must return a ParseResult. */