Improve doxygen comment

This commit is contained in:
2014-05-10 18:19:02 +02:00
parent 9e7ff8dc4f
commit 7587b8058a

View File

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