Skip to content

Commit 3b9968e

Browse files
committed
fix file doc brief
1 parent b75a201 commit 3b9968e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geometry/quaternions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file
3-
* @brief API Functions related to 3D vector operations.
3+
* @brief Functions related to 3D quaternions and Euler angles.
44
* @author Krishna Vedala
55
*/
66

geometry/vectors_3d.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @file
3-
* @brief API Functions related to 3D vector operations.
3+
* @brief Functions related to 3D vector operations.
44
* @author Krishna Vedala
55
*/
66

0 commit comments

Comments
 (0)