Skip to content

Commit fe6ee17

Browse files
committed
cleaned up a few more doxygen complaints
1 parent 45dbf4f commit fe6ee17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Adafruit_SSD1306.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ class Adafruit_SSD1306 : public Adafruit_GFX {
195195
PortMask mosiPinMask, clkPinMask, dcPinMask, csPinMask;
196196
#endif
197197
#if ARDUINO >= 157
198-
uint32_t wireClk; // Wire speed for SSD1306 transfers
199-
uint32_t restoreClk; // Wire speed following SSD1306 transfers
198+
uint32_t wireClk; ///< Wire speed for SSD1306 transfers
199+
uint32_t restoreClk; ///< Wire speed following SSD1306 transfers
200200
#endif
201-
uint8_t contrast; // normal contrast setting for this device
201+
uint8_t contrast; ///< normal contrast setting for this device
202202
#if defined(SPI_HAS_TRANSACTION)
203203
protected:
204204
// Allow sub-class to change

0 commit comments

Comments
 (0)