Skip to content

Commit

Permalink
PhET-iO doc, #262
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 11, 2023
1 parent 261794e commit 58e6668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion js/common/model/LabeledLine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

/**
* LabeledLine is the model element for a labeled line tool. This is tool consists of a vertical line with a label
* positioned at the top of the line.
* positioned at the top of the line. These elements can only be made visible via PhET-iO, or via the (developer)
* query parameter 'labeledLinesVisible'.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
Expand Down
3 changes: 2 additions & 1 deletion js/common/model/LabeledPoint.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright 2023, University of Colorado Boulder

/**
* LabeledPoint is the model element for a labeled point on a curve.
* LabeledPoint is the model element for a labeled point on a curve. These elements can only be made visible
* via PhET-iO, or via the (developer) query parameter 'labeledPointsVisible'.
*
* @author Chris Malley (PixelZoom, Inc.)
*/
Expand Down

0 comments on commit 58e6668

Please sign in to comment.