ソースを参照

cleaning by lint and adding comments

yakomaxa 2 年 前
コミット
64998e762b

+ 1 - 0
src/mol-script/transpilers/helper.ts

@@ -3,6 +3,7 @@
  *
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
+ * @author Koya Sakuma
  */
  */
 // import * as Q from 'parsimmon';
 // import * as Q from 'parsimmon';
 import * as P from '../../mol-util/monadic-parser';
 import * as P from '../../mol-util/monadic-parser';

+ 1 - 0
src/mol-script/transpilers/pymol/properties.ts

@@ -3,6 +3,7 @@
  *
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
+ * @author Koya Sakuma
  */
  */
 
 
 import { MolScriptBuilder } from '../../../mol-script/language/builder';
 import { MolScriptBuilder } from '../../../mol-script/language/builder';

+ 1 - 0
src/mol-script/transpilers/rasmol/special_properties.ts

@@ -3,6 +3,7 @@
  *
  *
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Alexander Rose <alexander.rose@weirdbyte.de>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
  * @author Panagiotis Tourlas <panagiot_tourlov@hotmail.com>
+ * @author Koya Sakuma
  */
  */
 
 
 import { MolScriptBuilder } from '../../../mol-script/language/builder';
 import { MolScriptBuilder } from '../../../mol-script/language/builder';