Skip to content

Commit 0093cdf

Browse files
committed
documentation fixes
1 parent 4e451bb commit 0093cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/pdal/pdalc_pipeline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ PDALC_API int64_t PDALExecutePipeline(PDALPipelinePtr pipeline);
140140
* Executes a pipeline as a streamable pipeline. Will run as non-streamed pipeline if the pipeline is not streamable.
141141
*
142142
* @param pipeline The pipeline
143-
* @return The total number of points produced by the pipeline
143+
* @return true for success
144144
*/
145145
PDALC_API bool PDALExecutePipelineAsStream(PDALPipelinePtr pipeline);
146146

0 commit comments

Comments
 (0)