Skip to content

Commit

Permalink
Correct doxygen in ply_io.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mvieth authored Jul 21, 2023
1 parent 04906b4 commit e72ec76
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions io/include/pcl/io/ply_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ namespace pcl
* * > 0 on success
* \param[in] file_name the name of the file to load
* \param[out] cloud the resultant point cloud dataset (only the header will be filled)
* \param[in] origin the sensor data acquisition origin (translation)
* \param[in] orientation the sensor data acquisition origin (rotation)
* \param[out] origin the sensor data acquisition origin (translation)
* \param[out] orientation the sensor data acquisition origin (rotation)
* \param[out] ply_version the PLY version read from the file
* \param[out] data_type the type of PLY data stored in the file
* \param[out] data_idx the data index
Expand All @@ -148,8 +148,8 @@ namespace pcl
/** \brief Read a point cloud data from a PLY file and store it into a pcl/PCLPointCloud2.
* \param[in] file_name the name of the file containing the actual PointCloud data
* \param[out] cloud the resultant PointCloud message read from disk
* \param[in] origin the sensor data acquisition origin (translation)
* \param[in] orientation the sensor data acquisition origin (rotation)
* \param[out] origin the sensor data acquisition origin (translation)
* \param[out] orientation the sensor data acquisition origin (rotation)
* \param[out] ply_version the PLY version read from the file
* \param[in] offset the offset in the file where to expect the true header to begin.
* One usage example for setting the offset parameter is for reading
Expand Down Expand Up @@ -208,8 +208,8 @@ namespace pcl
*
* \param[in] file_name the name of the file containing the actual PointCloud data
* \param[out] mesh the resultant PolygonMesh message read from disk
* \param[in] origin the sensor data acquisition origin (translation)
* \param[in] orientation the sensor data acquisition origin (rotation)
* \param[out] origin the sensor data acquisition origin (translation)
* \param[out] orientation the sensor data acquisition origin (rotation)
* \param[out] ply_version the PLY version read from the file
* \param[in] offset the offset in the file where to expect the true header to begin.
* One usage example for setting the offset parameter is for reading
Expand Down Expand Up @@ -747,9 +747,9 @@ namespace pcl

/** \brief Load any PLY file into a PCLPointCloud2 type.
* \param[in] file_name the name of the file to load
* \param[in] cloud the resultant templated point cloud
* \param[in] origin the sensor acquisition origin (only for > PLY_V7 - null if not present)
* \param[in] orientation the sensor acquisition orientation if available,
* \param[out] cloud the resultant templated point cloud
* \param[out] origin the sensor acquisition origin (only for > PLY_V7 - null if not present)
* \param[out] orientation the sensor acquisition orientation if available,
* identity if not present
* \ingroup io
*/
Expand Down

0 comments on commit e72ec76

Please sign in to comment.