mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-04 16:09:50 +00:00
Clarify the "duplicate documentation" remark
This remark is intended for maintainers, not for users. It should not have been in the Doxygen typeset part. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
726652648e
commit
25496d0858
|
@ -3703,11 +3703,15 @@
|
||||||
*
|
*
|
||||||
* Our advice is to enable options and change their values here
|
* Our advice is to enable options and change their values here
|
||||||
* only if you have a good reason and know the consequences.
|
* only if you have a good reason and know the consequences.
|
||||||
*
|
|
||||||
* Please check the respective header file for documentation on these
|
|
||||||
* parameters (to prevent duplicate documentation).
|
|
||||||
* \{
|
* \{
|
||||||
*/
|
*/
|
||||||
|
/* The Doxygen documentation here is used when a user comments out a
|
||||||
|
* setting and runs doxygen themselves. On the other hand, when we typeset
|
||||||
|
* the full documentation including disabled settings, the documentation
|
||||||
|
* in specific modules' header files is used if present. When editing this
|
||||||
|
* file, make sure that each option is documented in exactly one place,
|
||||||
|
* plus optionally a same-line Doxygen comment here if there is a Doxygen
|
||||||
|
* comment in the specific module. */
|
||||||
|
|
||||||
/* MPI / BIGNUM options */
|
/* MPI / BIGNUM options */
|
||||||
//#define MBEDTLS_MPI_WINDOW_SIZE 6 /**< Maximum window size used. */
|
//#define MBEDTLS_MPI_WINDOW_SIZE 6 /**< Maximum window size used. */
|
||||||
|
|
Loading…
Reference in a new issue