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
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ number remains unchanged.
@subsection Adding new interfaces
Any new public identifiers in installed headers are considered new API - this
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.
@subsubheading Motivation