Skip to content

Commit

Permalink
Improve documentation on actions idaholab#29484
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriv1980 committed Oct 24, 2024
1 parent 907e415 commit e3c4649
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 104 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# QuadInterWrapperBuildMeshAction

!alert construction title=Undocumented Action Class
The QuadInterWrapperBuildMeshAction has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with an Action;
however, what is contained is ultimately determined by what is necessary to make the documentation
clear for users.

!syntax description /QuadInterWrapperMesh/QuadInterWrapperBuildMeshAction

## Overview

!! Replace these lines with information regarding the QuadInterWrapperBuildMeshAction action.

## Example Input File Syntax

!! Describe and include an example of how to use the QuadInterWrapperBuildMeshAction action.

!syntax description /QuadInterWrapperMesh/QuadInterWrapperBuildMeshAction

!syntax parameters /QuadInterWrapperMesh/QuadInterWrapperBuildMeshAction
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# QuadSubChannelBuildMeshAction

!alert construction title=Undocumented Action Class
The QuadSubChannelBuildMeshAction has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with an Action;
however, what is contained is ultimately determined by what is necessary to make the documentation
clear for users.

!syntax description /QuadSubChannelMesh/QuadSubChannelBuildMeshAction

## Overview

!! Replace these lines with information regarding the QuadSubChannelBuildMeshAction action.

## Example Input File Syntax

!! Describe and include an example of how to use the QuadSubChannelBuildMeshAction action.

!syntax description /QuadSubChannelMesh/QuadSubChannelBuildMeshAction

!syntax parameters /QuadSubChannelMesh/QuadSubChannelBuildMeshAction
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# SubChannelAddVariablesAction

!alert construction title=Undocumented Action Class
The SubChannelAddVariablesAction has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with an Action;
however, what is contained is ultimately determined by what is necessary to make the documentation
clear for users.

!syntax description /SubChannel/SubChannelAddVariablesAction

## Overview

!! Replace these lines with information regarding the SubChannelAddVariablesAction action.

## Example Input File Syntax

!! Describe and include an example of how to use the SubChannelAddVariablesAction action.

!syntax description /SubChannel/SubChannelAddVariablesAction

!syntax parameters /SubChannel/SubChannelAddVariablesAction
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# SubChannelCreateProblemAction

!alert construction title=Undocumented Action Class
The SubChannelCreateProblemAction has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with an Action;
however, what is contained is ultimately determined by what is necessary to make the documentation
clear for users.

!syntax description /SubChannel/SubChannelCreateProblemAction

## Overview

!! Replace these lines with information regarding the SubChannelCreateProblemAction action.

## Example Input File Syntax

!! Describe and include an example of how to use the SubChannelCreateProblemAction action.

!syntax description /SubChannel/SubChannelCreateProblemAction

!syntax parameters /SubChannel/SubChannelCreateProblemAction
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# TriInterWrapperBuildMeshAction

!alert construction title=Undocumented Action Class
The TriInterWrapperBuildMeshAction has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with an Action;
however, what is contained is ultimately determined by what is necessary to make the documentation
clear for users.

!syntax description /TriInterWrapperMesh/TriInterWrapperBuildMeshAction

## Overview

!! Replace these lines with information regarding the TriInterWrapperBuildMeshAction action.

## Example Input File Syntax

!! Describe and include an example of how to use the TriInterWrapperBuildMeshAction action.

!syntax description /TriInterWrapperMesh/TriInterWrapperBuildMeshAction

!syntax parameters /TriInterWrapperMesh/TriInterWrapperBuildMeshAction
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# TriSubChannelBuildMeshAction

!alert construction title=Undocumented Action Class
The TriSubChannelBuildMeshAction has not been documented. The content listed below should be used as a starting point for
documenting the class, which includes the typical automatic documentation associated with an Action;
however, what is contained is ultimately determined by what is necessary to make the documentation
clear for users.

!syntax description /TriSubChannelMesh/TriSubChannelBuildMeshAction

## Overview

!! Replace these lines with information regarding the TriSubChannelBuildMeshAction action.

## Example Input File Syntax

!! Describe and include an example of how to use the TriSubChannelBuildMeshAction action.

!syntax description /TriSubChannelMesh/TriSubChannelBuildMeshAction

!syntax parameters /TriSubChannelMesh/TriSubChannelBuildMeshAction
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ InputParameters
QuadInterWrapperBuildMeshAction::validParams()
{
InputParameters params = Action::validParams();
params.addClassDescription(
"Builds the infastructure for the wrapper mesh in the square lattice arrangement");
params.addClassDescription("Creates the infastructure necessary to build the inter-wrapper mesh "
"in the square lattice arrangement");
return params;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ InputParameters
QuadSubChannelBuildMeshAction::validParams()
{
InputParameters params = Action::validParams();
params.addClassDescription(
"Builds the infastructure for the subchannel mesh in the square lattice arrangement");
params.addClassDescription("Creates the infastructure necessary to buidl the subchannel mesh in "
"the square lattice arrangement");
return params;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ InputParameters
TriInterWrapperBuildMeshAction::validParams()
{
InputParameters params = Action::validParams();
params.addClassDescription(
"Builds the infastructure for the wrapper mesh in the triangular lattice arrangement");
params.addClassDescription("Creates the infastructure necessary to build the inter-wrapper mesh "
"in the triangular lattice arrangement");
return params;
}

Expand Down
4 changes: 2 additions & 2 deletions modules/subchannel/src/actions/TriSubChannelBuildMeshAction.C
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ InputParameters
TriSubChannelBuildMeshAction::validParams()
{
InputParameters params = Action::validParams();
params.addClassDescription(
"Builds the infastructure for the subchannel mesh in the triangular lattice arrangement");
params.addClassDescription("Creates the infastructure necessary to build the subchannel mesh in "
"the triangular lattice arrangement");
return params;
}

Expand Down

0 comments on commit e3c4649

Please sign in to comment.