From 4d54e53a880e0e08a07500bf5c1192b6618f44c9 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 22 Apr 2019 09:52:30 -1000 Subject: [PATCH] #100 fix docs --- include/wrench/simulation/SimulationTrace.h | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/include/wrench/simulation/SimulationTrace.h b/include/wrench/simulation/SimulationTrace.h index fa7d47a893..6c9ad6008c 100644 --- a/include/wrench/simulation/SimulationTrace.h +++ b/include/wrench/simulation/SimulationTrace.h @@ -37,7 +37,7 @@ namespace wrench { /***********************/ /***********************/ - /** \cond DEVELOPER */ + /** \cond INTERNAL */ /***********************/ /** @@ -59,9 +59,7 @@ namespace wrench { this->trace.push_back(timestamp); } - /***********************/ - /** \cond INTERNAL */ - /***********************/ + /** * @brief Retrieve the trace as a vector of timestamps * @@ -81,21 +79,11 @@ namespace wrench { } } - /***********************/ - /** \endcond INTERNAL */ - /***********************/ private: std::vector *> trace; }; - /***********************/ - /** \endcond DEVELOPER */ - /***********************/ - - /***********************/ - /** \cond INTERNAL */ - /***********************/ /** * @brief A specialized class to represent a trace of SimulationTimestampPstateSet timestamps @@ -158,7 +146,7 @@ namespace wrench { delete timestamp; } } - + private: std::map latest_timestamps_by_host; std::vector *> trace;