Uniformalized see also in doxigen

This commit is contained in:
Christophe Riccio
2011-12-11 12:36:22 +00:00
parent 538ba67fb8
commit 331cf5affa
2 changed files with 102 additions and 101 deletions

View File

@@ -50,14 +50,14 @@ namespace glm
/// @{
/// Get a specific row of a matrix.
/// @see - gtc_matrix_access
/// @see gtc_matrix_access
template <typename genType>
typename genType::row_type row(
genType const & m,
int index);
/// Set a specific row to a matrix.
/// @see - gtc_matrix_access
/// @see gtc_matrix_access
template <typename genType>
genType row(
genType const & m,
@@ -65,14 +65,14 @@ namespace glm
typename genType::row_type const & x);
/// Get a specific column of a matrix.
/// @see - gtc_matrix_access
/// @see gtc_matrix_access
template <typename genType>
typename genType::col_type column(
genType const & m,
int index);
/// Set a specific column to a matrix.
/// @see - gtc_matrix_access
/// @see gtc_matrix_access
template <typename genType>
genType column(
genType const & m,