Doxygen: Add brief description for conv_generic_to_vector_2d_t
This commit is contained in:
@@ -70,6 +70,9 @@ union bounding_box {
|
|||||||
struct vector_2d vector_array[2];
|
struct vector_2d vector_array[2];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @brief Pointer to a function that takes any pointer and converts this object to a vector_2d struct
|
||||||
|
*/
|
||||||
typedef void (*conv_generic_to_vector_2d_t)(void *, struct vector_2d *);
|
typedef void (*conv_generic_to_vector_2d_t)(void *, struct vector_2d *);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user