1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-05 19:35:48 +03:00

Improve positioning of GENERATE_XML option

It is clearer to have this option next to the GENERATE_LATEX option.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2023-03-22 17:35:14 +00:00
parent e760c797e0
commit f15b7b6300

View File

@@ -19,6 +19,9 @@ HTML_OUTPUT = .
HTML_TIMESTAMP = YES HTML_TIMESTAMP = YES
SEARCHENGINE = YES SEARCHENGINE = YES
GENERATE_LATEX = NO GENERATE_LATEX = NO
GENERATE_XML = YES
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES
INCLUDE_PATH = ../include INCLUDE_PATH = ../include
CLASS_DIAGRAMS = NO CLASS_DIAGRAMS = NO
HAVE_DOT = YES HAVE_DOT = YES
@@ -41,8 +44,6 @@ DOT_TRANSPARENT = YES
# This avoids writing redundant text and keeps Clang happy. # This avoids writing redundant text and keeps Clang happy.
ALIASES += emptydescription="" ALIASES += emptydescription=""
GENERATE_XML = YES
# Define away Mbed TLS macros that make parsing definitions difficult. # Define away Mbed TLS macros that make parsing definitions difficult.
# MBEDTLS_DEPRECATED is not included in this list as it's important to # MBEDTLS_DEPRECATED is not included in this list as it's important to
# display deprecated status in the documentation. # display deprecated status in the documentation.