Fix internal references in public documentation

Signed-off-by: Chris Jones <christopher.jones@arm.com>
This commit is contained in:
Chris Jones 2021-03-11 16:17:59 +00:00
parent 1508fd1064
commit 3848e31eac
6 changed files with 21 additions and 11 deletions

View file

@ -79,8 +79,15 @@ typedef enum {
#endif
/**
* Opaque struct defined in md_wrap.h.
* Opaque struct.
*
* Constructed using either #mbedtls_md_info_from_string or
* #mbedtls_md_info_from_type.
*
* Fields can be accessed with #mbedtls_md_get_size,
* #mbedtls_md_get_type and #mbedtls_md_get_name.
*/
/* Defined internally in library/md_wrap.h. */
typedef struct mbedtls_md_info_t mbedtls_md_info_t;
/**