Skip to content

Commit d726728

Browse files
authored
Merge pull request #6029 from tjhei/doxy-warns
fix two doxygen warnings
2 parents 4dbb936 + 6bade28 commit d726728

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

include/aspect/particle/world.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ namespace aspect
277277
/**
278278
* Read the parameters this class declares from the parameter file.
279279
*
280+
* @param prm The ParameterHandler.
280281
* @param world_index Parse the parameters for the Particle world with this index.
281282
*/
282283
virtual

include/aspect/utilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,7 @@ namespace aspect
10621062
* @p output_filename An optional file name into which (if present) the solver history will
10631063
* be written.
10641064
*
1065-
* @return This function never returns normally. It always exits via an exception, either
1065+
* @note This function never returns normally. It always exits via an exception, either
10661066
* of type ExcMessage (on rank 0 of the parallel computation) or QuietException (on all
10671067
* other ranks).
10681068
*/

0 commit comments

Comments
 (0)