Improve doxygen comment

This commit is contained in:
hasufell 2014-05-10 18:19:02 +02:00
parent 9e7ff8dc4f
commit 7587b8058a
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ typedef struct HE_face HE_face;
typedef struct HE_obj HE_obj; typedef struct HE_obj HE_obj;
/** /**
* Represents a vector with x, y, z coordinates. * Represents a 3-dimensional vector.
*/ */
struct vector { struct vector {
float x; float x;