Skip to content

Commit 2c38aca

Browse files
committed
fix doxy tags
1 parent 6d0e284 commit 2c38aca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fwdpp/sugar/add_mutation.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ namespace KTfwd
285285
demes.
286286
287287
\param p A population object. Meta- or multi-locus.
288-
\parm demes Vector of indices of the demes in which to add mutation.
288+
\param demes Vector of indices of the demes in which to add mutation.
289289
\param indlist A list of indexes of diploids into which to add the new mutations in each deme.
290290
\param clist A list of gametes. See below.
291291
\param args Values required to cosnstruct a new mutation. See below.
@@ -350,7 +350,7 @@ namespace KTfwd
350350
\brief Add a mutation into a population at a given frequency at in a specific locus.
351351
352352
\param p A population object. Meta- or multi-locus.
353-
\parm locus Index of the locus in which to add mutation.
353+
\param locus Index of the locus in which to add mutation.
354354
\param indlist A list of indexes of diploids into which to add the new mutations.
355355
\param clist A list of gametes. See below.
356356
\param args Values required to cosnstruct a new mutation. See below.
@@ -462,7 +462,7 @@ namespace KTfwd
462462
demes.
463463
464464
\param p A population object. Meta- or multi-locus.
465-
\parm demes Vector of indices of the demes in which to add mutation.
465+
\param demes Vector of indices of the demes in which to add mutation.
466466
\param indlist A list of indexes of diploids into which to add the new mutations in each deme.
467467
\param clist A list of gametes. See below.
468468
\param mutation_indexes Keys to mutations in p.mutations
@@ -527,7 +527,7 @@ namespace KTfwd
527527
\brief Add a set of mutations into a given locus of a multi-locus simulation.
528528
529529
\param p A population object. Meta- or multi-locus.
530-
\parm locus Index of the locus in which to add mutation.
530+
\param locus Index of the locus in which to add mutation.
531531
\param indlist A list of indexes of diploids into which to add the new mutations.
532532
\param clist A list of gametes. See below.
533533
\param mutaton_indexes Keys to mutations in p.mutations.

0 commit comments

Comments
 (0)