Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit de6ca7a

Browse files
committed
Resolved Style suggestions TODOs and removed some junk txt
1 parent c8c8025 commit de6ca7a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doxygen/style_suggestions.dox

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Initially it was thought that state resuming could be done simply be re-publishi
245245

246246
Instead we opted of giving detectors this _know-all_ single chance to restore their state & re-publish any resumed state `TopicStates` as necessary.
247247

248-
TODO(cscotti): Example. A resuming version of @ref counterwithreset.cpp seems appropriate.
248+
For a full example see [Resuming Counter](@ref resuminggraph.cpp) (@copybrief resuminggraph.cpp)
249249

250250
\section explicit-calls-to-evaluate Explicit calls to Evaluate()?
251251

@@ -267,7 +267,7 @@ Instead the suggested pattern going forward is to always rely on `ResumeFromSnap
267267

268268
In the past we have used a specific `TopicState` (say `DetectorGraphInitialized`) that detectors can subscribe to to be notified when the system boots and publish any new state they may need to. That solution is redundant and not as canonical as the solution described above so it's not recommended anymore.
269269

270-
TODO(cscotti): Example. A resuming version of @ref counterwithreset.cpp seems appropriate.
270+
For a full example see [Resuming Counter](@ref resuminggraph.cpp) (@copybrief resuminggraph.cpp)
271271

272272
\section namespaces Usage of Namespaces
273273

examples/resuminggraph.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ EventCount = 1014
146146
1014
147147
\endverbatim
148148
*
149-
* One important thing to note is
150149
*
151150
* @cond DO_NOT_DOCUMENT
152151
*/

0 commit comments

Comments
 (0)