Skip to content

Commit

Permalink
Improve documentation, see phetsims/chipper#1018
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 13, 2021
1 parent 896bf3e commit 2435fac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
7 changes: 4 additions & 3 deletions js/dual/SimVersion.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
* Handles serializing and deserializing versions for simulations.
*
**************************************************************
* IMPORTANT NOTE: This file is copied from PERENNIAL to CHIPPER frequently. If this is in CHIPPER, then it is AUTO
* GENERATED; do not edit, as it will be overwritten. Make sure that any change here is supported by usages of
* CHIPPER's SimVersion (i.e. in JOIST/updateCheck.js), see https://github.com/phetsims/perennial/issues/111 for more
* IMPORTANT NOTE: This file is copied from PERENNIAL to CHIPPER frequently.
* If this is in CHIPPER, then it is AUTO GENERATED; do not edit, as it will be overwritten.
* If this is in PERENNIAL, make sure your changes are compatible with CHIPPER.
* See https://github.com/phetsims/perennial/issues/111 and https://github.com/phetsims/chipper/issues/1018
**************************************************************
*
* See https://github.com/phetsims/chipper/issues/560 for discussion on version ID definition.
Expand Down
7 changes: 7 additions & 0 deletions js/dual/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
/**
* Command execution wrapper (with common settings)
*
**************************************************************
* IMPORTANT NOTE: This file is copied from PERENNIAL to CHIPPER frequently.
* If this is in CHIPPER, then it is AUTO GENERATED; do not edit, as it will be overwritten.
* If this is in PERENNIAL, make sure your changes are compatible with CHIPPER.
* See https://github.com/phetsims/perennial/issues/111 and https://github.com/phetsims/chipper/issues/1018
**************************************************************
*
* @author Jonathan Olson <[email protected]>
*/

Expand Down

0 comments on commit 2435fac

Please sign in to comment.