mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-27 12:15:33 +03:00
Doc: Removed references to beta version
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
@@ -56,7 +56,7 @@ After cloning or checking out a branch or tag, run:
|
|||||||
```
|
```
|
||||||
to initialize and update the submodules before building.
|
to initialize and update the submodules before building.
|
||||||
|
|
||||||
However, the official source release tarballs (e.g. [mbedtls-4.0.0-beta.tar.bz2](https://github.com/Mbed-TLS/mbedtls/releases/download/mbedtls-4.0.0-beta/mbedtls-4.0.0-beta.tar.bz2)) include the contents of the submodules.
|
However, the official source release tarballs (e.g. [mbedtls-4.0.0.tar.bz2](https://github.com/Mbed-TLS/mbedtls/releases/download/mbedtls-4.0.0/mbedtls-4.0.0.tar.bz2)) include the contents of the submodules.
|
||||||
|
|
||||||
### Generated source files in the development branch
|
### Generated source files in the development branch
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @mainpage Mbed TLS v4.0.0-beta API Documentation
|
* @mainpage Mbed TLS v4.0.0 API Documentation
|
||||||
*
|
*
|
||||||
* This documentation describes the application programming interface (API)
|
* This documentation describes the application programming interface (API)
|
||||||
* of Mbed TLS.
|
* of Mbed TLS.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
PROJECT_NAME = "Mbed TLS v4.0.0-beta"
|
PROJECT_NAME = "Mbed TLS v4.0.0"
|
||||||
OUTPUT_DIRECTORY = ../apidoc/
|
OUTPUT_DIRECTORY = ../apidoc/
|
||||||
FULL_PATH_NAMES = NO
|
FULL_PATH_NAMES = NO
|
||||||
OPTIMIZE_OUTPUT_FOR_C = YES
|
OPTIMIZE_OUTPUT_FOR_C = YES
|
||||||
|
|||||||
Reference in New Issue
Block a user