Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Nov 20, 2024
1 parent 856770b commit d5d2dae
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions components/task/include/task.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ namespace espp {
* \snippet task_example.cpp ManyTask example
* \section task_ex4 Long Running Task Example
* \snippet task_example.cpp LongRunningTask example
* \section task_ex4 Long Running Task Example using notification flag (recommended to avoid
* spurious wakeups) \snippet task_example.cpp LongRunningTaskNotified example \section task_ex5
* Task Info Example \snippet task_example.cpp Task Info example \section task_ex6 Task Request Stop
* Example \snippet task_example.cpp Task Request Stop example
* \section task_ex5 Long Running Task Notified Example (Recommended)
* \snippet task_example.cpp LongRunningTaskNotified example
* \section task_ex6 Task Info Example
* \snippet task_example.cpp Task Info example
* \section task_ex7 Task Request Stop Example
* \snippet task_example.cpp Task Request Stop example
*
* \section run_on_core_ex1 Run on Core Example
* \snippet task_example.cpp run on core example
Expand Down

0 comments on commit d5d2dae

Please sign in to comment.