diff --git a/src/backend/pyloader/Policy.py b/src/backend/pyloader/Policy.py index 05e5baa..591df12 100644 --- a/src/backend/pyloader/Policy.py +++ b/src/backend/pyloader/Policy.py @@ -18,7 +18,7 @@ class Policy: # For example, it may make the return value of is_preemptive configurable, # or register an integer value for a the time slice duration. # - # @warning How do the user access get_parameters()? + # @warning How do the user accesses get_parameters()? # # Should be implemented with signature: # @code @@ -49,7 +49,7 @@ class Policy: # notably get_item_at(position), # swap(positionA, positionB) and size(). # - # @see Policy.sort() + # @see Policy::Policy::sort() sort_queue = AbstractMethod('sort_queue') ## @brief Returns whether the policy wants to be preemptive,