~ashn/cdoc

9f0253ad907e0eba2e090239182f211e446d3703 — ashn 3 years ago 9e7a384 master
Update README
1 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M README.md => README.md +2 -2
@@ 18,7 18,7 @@ An example of `cdoc` documentation is as follows:

//! @struct buffer
//!     A buffer for holding some data.
//!     This is just an example so don't read into it too much.
//!     This is just an example so don't think about it too hard.
struct buffer
{
    //! @member data


@@ 30,7 30,7 @@ struct buffer
};

//! @function clear_buffer
//!     Zero out the contents of this buffer and set's
//!     Zero out the contents of this buffer and set its length to zero.
//! @return
//!     The previous length of the buffer.
static inline uint8_t