Update doxygen

This commit is contained in:
2019-08-24 13:45:36 +02:00
parent 17af08b04d
commit a2bcda6752
9 changed files with 70 additions and 18 deletions

View File

@@ -58,7 +58,7 @@ enum graphics_type
enum path_type {PATH_FLUSH = 0, PATH_ROUNDED = 1, PATH_SQUARED = 2}; /**< Path line caps */
/**
* @brief A point in the 2D plane. Sometimes references as vertex
* @brief A point in the 2D plane. Sometimes reffered to as vertex
*/
struct gds_point {
int x;