doc/developer: fix a nonsense statement

Adding new fields to _functions_ makes no sense, it was supposed to be
structs.
This commit is contained in:
Anton Khirnov 2023-08-24 09:33:26 +02:00
parent f3ba1158e4
commit 836a8e116a

View File

@ -425,7 +425,7 @@ number remains unchanged.
@subsection Adding new interfaces @subsection Adding new interfaces
Any new public identifiers in installed headers are considered new API - this Any new public identifiers in installed headers are considered new API - this
includes new functions, structs, macros, enum values, typedefs, new fields in includes new functions, structs, macros, enum values, typedefs, new fields in
existing functions, new installed headers, etc. Consider the following existing structs, new installed headers, etc. Consider the following
guidelines when adding new APIs. guidelines when adding new APIs.
@subsubheading Motivation @subsubheading Motivation