Skip to content

Commit

Permalink
some doc polishing #262
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 12, 2023
1 parent 7f9bb56 commit 8fc4f58
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions js/advanced/model/AdvancedModel.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2022-2023, University of Colorado Boulder

/**
* Top-level model for the 'Advanced' screen. This class adds no additional functionality, but is provided for
* completeness of the TModel class hierarchy.
* AdvancedModel is the top-level model for the 'Advanced' screen. This class adds no additional functionality,
* but is provided for completeness of the TModel class hierarchy.
*
* @author Brandon Li
*/
Expand Down
4 changes: 2 additions & 2 deletions js/advanced/view/AdvancedScreenView.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2020-2023, University of Colorado Boulder

/**
* Top-level view for the 'Advanced' screen. This class adds no additional functionality, but is provided for
* completeness of the ScreenView class hierarchy.
* AdvancedScreenView is the top-level view for the 'Advanced' screen. This class adds no additional functionality,
* but is provided for completeness of the ScreenView class hierarchy.
*
* @author Brandon Li
*/
Expand Down
2 changes: 1 addition & 1 deletion js/derivative/model/DerivativeModel.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2020-2023, University of Colorado Boulder

/**
* Top-level model for the 'Derivative' screen.
* DerivativeModel is the top-level model for the 'Derivative' screen.
*
* @author Brandon Li
* @author Martin Veillette
Expand Down
2 changes: 1 addition & 1 deletion js/derivative/view/DerivativeScreenView.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2020-2023, University of Colorado Boulder

/**
* Top-level view for the 'Derivative' screen.
* DerivativeScreenView is the top-level view for the 'Derivative' screen.
*
* @author Brandon Li
* @author Martin Veillette
Expand Down
2 changes: 1 addition & 1 deletion js/integral/model/IntegralModel.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2020-2023, University of Colorado Boulder

/**
* Top-level model for the 'Integral' screen.
* IntegralModel is the top-level model for the 'Integral' screen.
*
* @author Brandon Li
* @author Martin Veillette
Expand Down
2 changes: 1 addition & 1 deletion js/integral/view/IntegralScreenView.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2020-2023, University of Colorado Boulder

/**
* Top-level view for the 'Integral' screen.
* IntegralScreenView is the top-level view for the 'Integral' screen.
*
* @author Brandon Li
* @author Martin Veillette
Expand Down
4 changes: 2 additions & 2 deletions js/lab/model/LabModel.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2022-2023, University of Colorado Boulder

/**
* Top-level model for the 'Lab' screen. This class adds no additional functionality, but is provided for
* completeness of the TModel class hierarchy.
* LabModel is the top-level model for the 'Lab' screen. This class adds no additional functionality, but is
* provided for completeness of the TModel class hierarchy.
*
* @author Martin Veillette
*/
Expand Down
4 changes: 2 additions & 2 deletions js/lab/view/LabScreenView.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright 2020-2023, University of Colorado Boulder

/**
* Top-level view for the 'Lab' screen. This class adds no additional functionality, but is provided for
* completeness of the ScreenView class hierarchy.
* LabScreenView is the top-level view for the 'Lab' screen. This class adds no additional functionality, but is
* provided for completeness of the ScreenView class hierarchy.
*
* @author Martin Veillette
*/
Expand Down

0 comments on commit 8fc4f58

Please sign in to comment.