Explorar o código

doc/doxygen: reference modularized scheduler chapters from pdf

Nathalie Furmento %!s(int64=12) %!d(string=hai) anos
pai
achega
d0dc2f1208

+ 1 - 1
doc/doxygen/chapters/api/modularized_scheduler.doxy

@@ -1,4 +1,4 @@
-/*! \defgroup API_Modularized_Scheduler Modularized scheduler interface
+/*! \defgroup API_Modularized_Scheduler Modularized Scheduler Interface
 
 \struct starpu_sched_node
 \ingroup API_Modularized_Scheduler

+ 1 - 0
doc/doxygen/chapters/introduction.doxy

@@ -221,6 +221,7 @@ The documentation chapters include
 <li> \ref SchedulingContexts
 <li> \ref ModularizedScheduler
 <li> \ref SchedulingContextHypervisor
+<li> \ref ModularizedScheduler
 </ul>
 </li>
 <li> Part: Inside StarPU

+ 1 - 1
doc/doxygen/chapters/modularized_scheduler.doxy

@@ -55,4 +55,4 @@ A push call simply enqueue task in worker queue, no sort is performed
 here.
 If a worker call pop and get a parallel task, it will execute it with the
 combined worker it belong to.
-*/
+*/

+ 6 - 0
doc/doxygen/refman.tex

@@ -164,6 +164,11 @@ Documentation License”.
 \hypertarget{SchedulingContextHypervisor}{}
 \input{SchedulingContextHypervisor}
 
+\chapter{Modularized Scheduler}
+\label{ModularizedScheduler}
+\hypertarget{ModularizedScheduler}{}
+\input{ModularizedScheduler}
+
 \part{Inside StarPU}
 
 \chapter{Execution Configuration Through Environment Variables}
@@ -215,6 +220,7 @@ Documentation License”.
 \input{group__API__Scheduling__Contexts}
 \input{group__API__Scheduling__Policy}
 \input{group__API__Scheduling__Context__Hypervisor}
+\input{group__API__Modularized__Scheduler}
 
 \chapter{File Index}
 \input{files}