Re: [PATCH v4 17/19] scripts: apibuild: parse 'Since' for functions

2022-04-26 Thread Andrea Bolognani
On Fri, Apr 22, 2022 at 09:23:42PM +0200, Victor Toso wrote: > +# The version in the .sym file might differnt from > +# the real version that the function was introduced. > +# This dict's value is the correct version, as it should > +# be in the docstrings. Typo "differnt". I'll fix it before

[PATCH v4 17/19] scripts: apibuild: parse 'Since' for functions

2022-04-22 Thread Victor Toso
This patch adds 'version' parameter to generated XML API for functions and functypes. The 'version' metadata has been added with e0e0bf6628 by parsing .syms files. This commit does not override that but it will warn if there is not 'Since' metadata with new additions. There is not clear benefit