Mesa (master): doxygen: Link GLvector4f struct members properly, avoiding invalid XML/HTML warning

Brian Paul brianp at kemper.freedesktop.org
Fri Jul 24 02:21:43 UTC 2015


Module: Mesa
Branch: master
Commit: 00fb21e744b045cc9f945021305b85595c35dd69
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=00fb21e744b045cc9f945021305b85595c35dd69

Author: Rhys Kidd <rhyskidd at gmail.com>
Date:   Wed Jul 22 22:14:00 2015 -0600

doxygen: Link GLvector4f struct members properly, avoiding invalid XML/HTML warning

Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/mesa/math/m_vector.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mesa/math/m_vector.h b/src/mesa/math/m_vector.h
index 3b7f583..5bd76b8 100644
--- a/src/mesa/math/m_vector.h
+++ b/src/mesa/math/m_vector.h
@@ -61,7 +61,7 @@
  */
 typedef struct {
    GLfloat (*data)[4];	/**< may be malloc'd or point to client data */
-   GLfloat *start;	/**< points somewhere inside of <data> */
+   GLfloat *start;	/**< points somewhere inside of GLvector4f::data */
    GLuint count;	/**< size of the vector (in elements) */
    GLuint stride;	/**< stride from one element to the next (in bytes) */
    GLuint size;		/**< 2-4 for vertices and 1-4 for texcoords */




More information about the mesa-commit mailing list