Browse Source

doc/doxygen: fix links

Nathalie Furmento 12 years ago
parent
commit
8a27833637

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

@@ -567,7 +567,7 @@ codelet. If the codelet is defined with a static or dynamic number of
 handles, will either set the \p i th element of the field
 starpu_codelet::modes or the \p i th element of the field
 starpu_codelet::dyn_modes (see \ref
-SettingTheData_HandlesForATask)
+SettingTheDataHandlesForATask)
 
 \fn struct starpu_task * starpu_task_create(void)
 \ingroup API_Codelet_And_Tasks

+ 2 - 2
doc/doxygen/chapters/api/scheduling_context_hypervisor.doxy

@@ -117,7 +117,7 @@ they should be hidden to the user
 \fn struct starpu_sched_ctx_performance_counters *sc_hypervisor_init(struct sc_hypervisor_policy * policy)
 \ingroup API_Scheduling_Context_Hypervisor
 Initializes the hypervisor to use the strategy provided as parameter
-and creates the performance counters (see \ref PerformanceCounters).
+and creates the performance counters (see starpu_sched_ctx_performance_counters).
 These performance counters represent actually some callbacks that will
 be used by the contexts to notify the information needed by the
 hypervisor.
@@ -209,7 +209,7 @@ This macro is used when calling sc_hypervisor_ioctl() and must be
 followed by 1 argument(int) indicating the granularity of the resizing
 process (the number of workers should be moved from the context once
 it is resized) This parameter is ignore for the Gflops rate based
-strategy see Resizing strategies, the number of workers that have to
+strategy (see \ref ResizingStrategies), the number of workers that have to
 be moved is calculated by the strategy.
 
 \def HYPERVISOR_FIXED_WORKERS