mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Merge "Add @file annotation so files are picked up in doxygen"
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include "Servo.h"
|
||||
#include "Timer.h"
|
||||
|
||||
/**
|
||||
/** @file
|
||||
* Utility functions
|
||||
*/
|
||||
|
||||
|
||||
@@ -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