Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Jan 28, 2021
1 parent ba20ef7 commit 2c623cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/usage/use_the_lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ results and then simply let it go out of scope.
return true;
}

What exactly is read from the files and how you interpret it is described at the @ref data page. @endlink The post processing steps that the assimp library can apply to the
What exactly is read from the files and how you interpret it is described at the :ref:`ai_data`.
The post processing steps that the assimp library can apply to the
imported data are listed at #aiPostProcessSteps. See the @ref pp Post processing page for more details.

Note that the aiScene data structure returned is declared 'const'. Yes, you can get rid of
Expand Down

0 comments on commit 2c623cf

Please sign in to comment.