diff --git a/src/mol-script/transpilers/jmol/parser.ts b/src/mol-script/transpilers/jmol/parser.ts index 4721d7519ae0b9eb3353c0b5b4060bc02a297f26..572df940043dc1162d5a529e6906b3dba4eccb73 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';