mbed-os/platform
Jimmy Brisson f945d71319 Update class documentation tags
stop using scope for \addtogroup. It was placing class methods into the
group documentation instead of the class documentation. The new style is
to explicitly tag the class as @ingroup. This new method will allow the
class to be linked in the group page, and the class page will contain
the detailed documentation of the class methods.
2017-04-04 14:21:53 -05:00
..
CThunk.h Update class documentation tags 2017-04-04 14:21:53 -05:00
CallChain.cpp Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
CallChain.h Update class documentation tags 2017-04-04 14:21:53 -05:00
Callback.h Update class documentation tags 2017-04-04 14:21:53 -05:00
CircularBuffer.h Update class documentation tags 2017-04-04 14:21:53 -05:00
DirHandle.h Update class documentation tags 2017-04-04 14:21:53 -05:00
FileBase.cpp Filesystem: Moved retarget related file interfaces into platform 2017-03-14 11:02:34 -05:00
FileBase.h Update class documentation tags 2017-04-04 14:21:53 -05:00
FileHandle.h Update class documentation tags 2017-04-04 14:21:53 -05:00
FileLike.h Update class documentation tags 2017-04-04 14:21:53 -05:00
FilePath.cpp Filesystem: Moved retarget related file interfaces into platform 2017-03-14 11:02:34 -05:00
FilePath.h Update class documentation tags 2017-04-04 14:21:53 -05:00
FileSystemLike.cpp FileSystem: Reverted deprecation of DirHandle 2017-03-14 11:02:34 -05:00
FileSystemLike.h Update class documentation tags 2017-04-04 14:21:53 -05:00
FunctionPointer.h Update class documentation tags 2017-04-04 14:21:53 -05:00
LocalFileSystem.cpp FileSystem: Reverted deprecation of DirHandle 2017-03-14 11:02:34 -05:00
LocalFileSystem.h Update class documentation tags 2017-04-04 14:21:53 -05:00
PlatformMutex.h Update class documentation tags 2017-04-04 14:21:53 -05:00
SingletonPtr.h Update class documentation tags 2017-04-04 14:21:53 -05:00
Stream.cpp Filesystem: Moved retarget related file interfaces into platform 2017-03-14 11:02:34 -05:00
Stream.h Update class documentation tags 2017-04-04 14:21:53 -05:00
Transaction.h Update class documentation tags 2017-04-04 14:21:53 -05:00
critical.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_alloc_wrappers.cpp Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_application.c Add a function to transfer control to another app 2017-02-18 19:48:14 -06:00
mbed_application.h Add a function to transfer control to another app 2017-02-18 19:48:14 -06:00
mbed_assert.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_assert.h Added mbed_preprocessor.h to collect common cpp definitions 2016-11-03 10:26:31 -05:00
mbed_board.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_critical.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_critical.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_debug.h Add tags to our code 2016-10-04 15:02:44 -05:00
mbed_error.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_error.h Add tags to our code 2016-10-04 15:02:44 -05:00
mbed_interface.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_interface.h Add tags to our code 2016-10-04 15:02:44 -05:00
mbed_lib.json [EFR32] Set default USB serial baudrate 2016-11-07 11:54:45 +01:00
mbed_mem_trace.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_mem_trace.h Add tags to our code 2016-10-04 15:02:44 -05:00
mbed_preprocessor.h Added mbed_preprocessor.h to collect common cpp definitions 2016-11-03 10:26:31 -05:00
mbed_retarget.cpp Filesystem: Moved retarget related file interfaces into platform 2017-03-14 11:02:34 -05:00
mbed_retarget.h Fix C declaration of dir functions and types 2017-03-16 16:13:44 +00:00
mbed_rtc_time.cpp Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_rtc_time.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_semihost_api.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_semihost_api.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_sleep.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_stats.c stats - Added stack stats api for individual threads 2016-11-07 19:15:44 -06:00
mbed_stats.h stats - Added doxygen documentation to stats functions 2016-11-07 19:15:44 -06:00
mbed_toolchain.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_wait_api.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_wait_api_no_rtos.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
mbed_wait_api_rtos.cpp Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
platform.h Updated includes of renamed platform header files 2017-03-01 16:45:55 -06:00
rtc_time.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
semihost_api.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
sleep.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
toolchain.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
wait_api.h Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00