mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Add @file annotation so files are picked up in doxygen
Change-Id: Ie2e0bdd23d29dbf91600a25e3c0ae0228519b41a
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
int VisionAPI_debugFlag = 1;
|
||||
#define DPRINTF if(VisionAPI_debugFlag)dprintf
|
||||
|
||||
/* Image Management functions */
|
||||
/** @file
|
||||
* Image Management functions
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Create an image object
|
||||
|
||||
Reference in New Issue
Block a user