Skip to content

Commit

Permalink
fix two doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhei committed Sep 8, 2024
1 parent 4dbb936 commit 6bade28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions include/aspect/particle/world.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ namespace aspect
/**
* Read the parameters this class declares from the parameter file.
*
* @param prm The ParameterHandler.
* @param world_index Parse the parameters for the Particle world with this index.
*/
virtual
Expand Down
2 changes: 1 addition & 1 deletion include/aspect/utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ namespace aspect
* @p output_filename An optional file name into which (if present) the solver history will
* be written.
*
* @return This function never returns normally. It always exits via an exception, either
* @note This function never returns normally. It always exits via an exception, either
* of type ExcMessage (on rank 0 of the parallel computation) or QuietException (on all
* other ranks).
*/
Expand Down

0 comments on commit 6bade28

Please sign in to comment.