Doc: Lots and lots of doxymentation fixes
This commit is contained in:
@@ -193,7 +193,7 @@ public:
|
||||
* Determines if an extension to the given Path with the given parameters is
|
||||
* better than this path.
|
||||
* @param base Other path.
|
||||
* @param cap Capacity of the new edge to be added to base.
|
||||
* @param free_cap Capacity of the new edge to be added to base.
|
||||
* @param dist Distance of the new edge.
|
||||
* @return True if base + the new edge would be better than the path associated
|
||||
* with this annotation.
|
||||
@@ -227,7 +227,7 @@ bool DistanceAnnotation::IsBetter(const DistanceAnnotation *base, uint cap,
|
||||
* Determines if an extension to the given Path with the given parameters is
|
||||
* better than this path.
|
||||
* @param base Other path.
|
||||
* @param cap Capacity of the new edge to be added to base.
|
||||
* @param free_cap Capacity of the new edge to be added to base.
|
||||
* @param dist Distance of the new edge.
|
||||
* @return True if base + the new edge would be better than the path associated
|
||||
* with this annotation.
|
||||
|
Reference in New Issue
Block a user