Skip to content

Commit

Permalink
fix doxy tags
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed May 3, 2016
1 parent 6d0e284 commit 2c38aca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fwdpp/sugar/add_mutation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ namespace KTfwd
demes.
\param p A population object. Meta- or multi-locus.
\parm demes Vector of indices of the demes in which to add mutation.
\param demes Vector of indices of the demes in which to add mutation.
\param indlist A list of indexes of diploids into which to add the new mutations in each deme.
\param clist A list of gametes. See below.
\param args Values required to cosnstruct a new mutation. See below.
Expand Down Expand Up @@ -350,7 +350,7 @@ namespace KTfwd
\brief Add a mutation into a population at a given frequency at in a specific locus.
\param p A population object. Meta- or multi-locus.
\parm locus Index of the locus in which to add mutation.
\param locus Index of the locus in which to add mutation.
\param indlist A list of indexes of diploids into which to add the new mutations.
\param clist A list of gametes. See below.
\param args Values required to cosnstruct a new mutation. See below.
Expand Down Expand Up @@ -462,7 +462,7 @@ namespace KTfwd
demes.
\param p A population object. Meta- or multi-locus.
\parm demes Vector of indices of the demes in which to add mutation.
\param demes Vector of indices of the demes in which to add mutation.
\param indlist A list of indexes of diploids into which to add the new mutations in each deme.
\param clist A list of gametes. See below.
\param mutation_indexes Keys to mutations in p.mutations
Expand Down Expand Up @@ -527,7 +527,7 @@ namespace KTfwd
\brief Add a set of mutations into a given locus of a multi-locus simulation.
\param p A population object. Meta- or multi-locus.
\parm locus Index of the locus in which to add mutation.
\param locus Index of the locus in which to add mutation.
\param indlist A list of indexes of diploids into which to add the new mutations.
\param clist A list of gametes. See below.
\param mutaton_indexes Keys to mutations in p.mutations.
Expand Down

0 comments on commit 2c38aca

Please sign in to comment.