Skip to content

Commit 71137a4

Browse files
committed
Classify public base classes as public APIs
1 parent bee7ae4 commit 71137a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drivers/internal/SerialBase.h renamed to drivers/SerialBase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
namespace mbed {
3535
/** \defgroup drivers */
3636
/** \ingroup drivers */
37-
/** \addtogroup drivers-internal-api Internal API */
37+
/** \addtogroup drivers-public-api */
3838
/** @{*/
3939
/**
4040
* \defgroup drivers_SerialBase SerialBase class

drivers/SerialWireOutput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
namespace mbed {
2828
/** \ingroup drivers */
29-
/** \addtogroup drivers-public-api */
29+
/** \addtogroup drivers-public-api Internal API */
3030
/** @{*/
3131
/**
3232
* \defgroup drivers_SerialWireOutput SerialWireOutput class

drivers/internal/TimerEvent.h renamed to drivers/TimerEvent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace mbed {
2424
/** \ingroup drivers */
25-
/** \addtogroup drivers-internal-api Internal API */
25+
/** \addtogroup drivers-public-api */
2626
/** @{*/
2727
/**
2828
* \defgroup drivers_TimerEvent TimerEvent class

0 commit comments

Comments
 (0)