CheckTypeSize: Document default language

When LANGUAGE keyword is not provided default language for the
check_type_size is C.
This commit is contained in:
Peter Kokot
2024-11-01 22:58:29 +01:00
committed by Brad King
parent 9fdf716ee8
commit b76009bb5a

View File

@@ -54,6 +54,7 @@ Check sizeof a type
``LANGUAGE <language>``
Use the ``<language>`` compiler to perform the check.
Acceptable values are ``C`` and ``CXX``.
If not specified, it defaults to ``C``.
Despite the name of the macro you may use it to check the size of more
complex expressions, too. To check e.g. for the size of a struct