Timer.h: Remove protected attributes from rendering on docs site

pull/8406/head
Naveen Kaje 2018-10-12 09:51:53 -05:00
parent 6d7b655b87
commit feb3833e4b
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public:
*/
us_timestamp_t read_high_resolution_us();
#if !defined(DOXYGEN_ONLY)
protected:
us_timestamp_t slicetime();
int _running; // whether the timer is running
@ -103,6 +104,7 @@ protected:
const ticker_data_t *_ticker_data;
bool _lock_deepsleep; // flag which indicates if deep-sleep should be disabled
};
#endif
} // namespace mbed