[GIT] ppl/ppl(master): Added several missing <CODE> tags in Doxygen comments.

Module: ppl/ppl Branch: master Commit: 076f771d01f2c38f0aaf1b586befb63dd5a4aea8 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=076f771d01f2c...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Aug 17 09:11:18 2012 +0200
Added several missing <CODE> tags in Doxygen comments.
---
src/Generator.defs.hh | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/Generator.defs.hh b/src/Generator.defs.hh index 5f82e51..7f1d0c7 100644 --- a/src/Generator.defs.hh +++ b/src/Generator.defs.hh @@ -827,7 +827,7 @@ bool operator!=(const Generator& x, const Generator& y); The direction of the approximation is specified by \p dir.
All computations are performed using variables of type - Checked_Number<To, Extended_Number_Policy>. + <CODE>Checked_Number<To, Extended_Number_Policy></CODE>.
\note Distances are \e only defined between generators that are points and/or @@ -848,7 +848,7 @@ bool rectilinear_distance_assign(Checked_Number<To, Extended_Number_Policy>& r, The direction of the approximation is specified by \p dir.
All computations are performed using variables of type - Checked_Number<Temp, Extended_Number_Policy>. + <CODE>Checked_Number<Temp, Extended_Number_Policy></CODE>.
\note Distances are \e only defined between generators that are points and/or @@ -893,7 +893,7 @@ bool rectilinear_distance_assign(Checked_Number<To, Extended_Number_Policy>& r, The direction of the approximation is specified by \p dir.
All computations are performed using variables of type - Checked_Number<To, Extended_Number_Policy>. + <CODE>Checked_Number<To, Extended_Number_Policy></CODE>.
\note Distances are \e only defined between generators that are points and/or @@ -914,7 +914,7 @@ bool euclidean_distance_assign(Checked_Number<To, Extended_Number_Policy>& r, The direction of the approximation is specified by \p dir.
All computations are performed using variables of type - Checked_Number<Temp, Extended_Number_Policy>. + <CODE>Checked_Number<Temp, Extended_Number_Policy></CODE>.
\note Distances are \e only defined between generators that are points and/or @@ -959,7 +959,7 @@ bool euclidean_distance_assign(Checked_Number<To, Extended_Number_Policy>& r, The direction of the approximation is specified by \p dir.
All computations are performed using variables of type - Checked_Number<To, Extended_Number_Policy>. + <CODE>Checked_Number<To, Extended_Number_Policy></CODE>.
\note Distances are \e only defined between generators that are points and/or @@ -980,7 +980,7 @@ bool l_infinity_distance_assign(Checked_Number<To, Extended_Number_Policy>& r, The direction of the approximation is specified by \p dir.
All computations are performed using variables of type - Checked_Number<Temp, Extended_Number_Policy>. + <CODE>Checked_Number<Temp, Extended_Number_Policy></CODE>.
\note Distances are \e only defined between generators that are points and/or
participants (1)
-
Enea Zaffanella