Skip to content

Commit

Permalink
{doc} Hide internal function from docs (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney authored Nov 29, 2023
1 parent 1914b8e commit 7cbf07d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/E57SimpleData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@

namespace e57
{
/// @private
/// Validates a Data3D and throws on error.
void _validateData3D( const Data3D &inData3D )
constexpr void _validateData3D( const Data3D &inData3D )
{
if ( inData3D.pointFields.pointRangeNodeType == NumericalNodeType::Integer )
{
Expand Down

0 comments on commit 7cbf07d

Please sign in to comment.