Doc: Update some yapf inline comments

This commit is contained in:
SamuXarick
2024-12-23 17:27:15 +00:00
committed by Kuhnovic
parent cd0e1fc47d
commit ee860a5c8e
5 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -109,7 +109,7 @@ public:
/**
* Called by YAPF to calculate the cost from the origin to the given node.
* Calculates only the cost of given node, adds it to the parent node cost
* and stores the result into Node::m_cost member
* and stores the result into Node::cost member
*/
inline bool PfCalcCost(Node &n, const TrackFollower *)
{
@@ -211,7 +211,7 @@ public:
/**
* Called by YAPF to calculate cost estimate. Calculates distance to the destination
* adds it to the actual cost from origin and stores the sum to the Node::m_estimate
* adds it to the actual cost from origin and stores the sum to the Node::estimate
*/
inline bool PfCalcEstimate(Node &n)
{
@@ -292,7 +292,7 @@ public:
/**
* Called by YAPF to calculate cost estimate. Calculates distance to the destination
* adds it to the actual cost from origin and stores the sum to the Node::m_estimate
* adds it to the actual cost from origin and stores the sum to the Node::estimate
*/
inline bool PfCalcEstimate(Node &n)
{