We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 917d4a8 commit a4f3d29Copy full SHA for a4f3d29
src/app/AttributePathExpandIterator.cpp
@@ -32,7 +32,7 @@ bool AttributePathExpandIterator::AdvanceOutputPath()
32
/// - kInvalid* constants are used to define "no value available (yet)" and
33
/// iteration loop will fill the first value when such a value is seen (fixed for non-wildcard
34
/// or iteration-based in case of wildcards).
35
- /// - Iteration of the output path is done in breadth-first order: first endpoint, then cluster, then attribute.
+ /// - Iteration of the output path is done in order: first endpoint, then cluster, then attribute.
36
/// Processing works like:
37
/// - Initial state is kInvalidEndpointId/kInvalidClusterId/kInvalidAttributeId
38
/// - First loop pass fills-in endpointID, followed by clusterID, followed by attributeID
0 commit comments