From bca02117715fbb22f82ec815bcd6441bffb7a3b5 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 14 May 2016 00:25:08 +0200 Subject: [PATCH] doxygen: Fix 3 out of 23235235235 small formating issues --- include/xbt/config.hpp | 4 ++-- src/surf/cpu_ti.cpp | 4 ---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/include/xbt/config.hpp b/include/xbt/config.hpp index 1758b74ed4..c9d4df5204 100644 --- a/include/xbt/config.hpp +++ b/include/xbt/config.hpp @@ -125,7 +125,7 @@ void bindFlag(T& value, std::initializer_list names, const char* de * if (x < x_min || x => x_max) * throw std::range_error("must be in [x_min, x_max)") * }); - * + * */ // F is a checker, F : T& -> () template @@ -159,7 +159,7 @@ bindFlag(T& value, const char* name, const char* description, *

  *  static int x;
  *  simgrid::config::bindFlag(a, "x", [](int x) { return return x > 0; });
- *  
+ * */ // F is a predicate, F : T const& -> bool template diff --git a/src/surf/cpu_ti.cpp b/src/surf/cpu_ti.cpp index 8e89a04bd6..8cde051edc 100644 --- a/src/surf/cpu_ti.cpp +++ b/src/surf/cpu_ti.cpp @@ -68,7 +68,6 @@ CpuTiTgmr::~CpuTiTgmr() * Wrapper around surf_cpu_integrate_trace_simple() to get * the cyclic effect. * -* \param trace Trace structure. * \param a Begin of interval * \param b End of interval * \return the integrate value. -1 if an error occurs. @@ -253,7 +252,6 @@ double CpuTiTgmr::solveSomewhatSimple(double a, double amount) /** * \brief Auxiliary function to solve integral. * It returns the date when the requested amount of flops is available - * \param trace Trace structure * \param a Initial point * \param amount Amount of flops * \return The date when amount is available. @@ -280,7 +278,6 @@ double CpuTiTrace::solveSimple(double a, double amount) * \brief Auxiliary function to update the CPU speed scale. * * This function uses the trace structure to return the speed scale at the determined time a. -* \param trace Trace structure to search the updated speed scale * \param a Time * \return CPU speed scale */ @@ -302,7 +299,6 @@ double CpuTiTgmr::getPowerScale(double a) * * \param speedTrace CPU availability trace * \param value Percentage of CPU speed available (useful to fixed tracing) -* \param spacing Initial spacing * \return Integration trace structure */ CpuTiTgmr::CpuTiTgmr(tmgr_trace_t speedTrace, double value) -- 2.20.1