From dcf4ef6d7404888dfab244d520cb205e16e92483 Mon Sep 17 00:00:00 2001 From: yakomaxa <47655565+yakomaxa@users.noreply.github.com> Date: Sun, 31 Jul 2022 22:49:20 +0900 Subject: [PATCH] added jmol transpiler --- src/mol-script/transpilers/jmol/parser.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mol-script/transpilers/jmol/parser.ts b/src/mol-script/transpilers/jmol/parser.ts index 4721d7519..572df9400 100644 --- a/src/mol-script/transpilers/jmol/parser.ts +++ b/src/mol-script/transpilers/jmol/parser.ts @@ -1,10 +1,10 @@ -/** +/** * Copyright (c) 2017-2021 mol* contributors, licensed under MIT, See LICENSE file for more info. - * @author Alexander Rose <alexander.rose@weirdbyte.de> \ - * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com> \ - * - * @author Koya Sakuma \ - * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers. + * @author Alexander Rose <alexander.rose@weirdbyte.de> + * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com> + * + * @author Koya Sakuma + * This module was taken from MolQL and modified in similar manner as pymol and vmd tranpilers. **/ import * as P from '../../../mol-util/monadic-parser'; -- GitLab