Skip to content

Commit

Permalink
Doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SMFSW committed Sep 13, 2017
1 parent 97bc658 commit 8814d8b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions MTCH6102_ex.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ typedef struct MTCH6102_gest {


typedef struct MTCH6102_gesture {
MTCH6102_Coord Coords;
MTCH6102_GESTURE_STATE State;
MTCH6102_GESTURE_DIAGNOSTIC Diag;
uint8_t Frame;
bool Touch;
bool Gesture;
bool Large;
MTCH6102_Coord Coords; //!< Coordinates
MTCH6102_GESTURE_STATE State; //!< State
MTCH6102_GESTURE_DIAGNOSTIC Diag; //!< Diagnostic
uint8_t Frame; //!< Frame count
bool Touch; //!< Is Touch
bool Gesture; //!< Is Gesture
bool Large; //!< Is Large
} MTCH6102_gesture;


Expand Down

0 comments on commit 8814d8b

Please sign in to comment.