فهرست منبع

added jmol transpiler

yakomaxa 2 سال پیش
والد
کامیت
dcf4ef6d74
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      src/mol-script/transpilers/jmol/parser.ts

+ 6 - 6
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';