This series adds "Since: ..." information as part of the function's
documentation. It helps developers reading our docs to easily figure out
when a function has been introduced.

For functions missing documentation, it has been added as part of this
series as well.

And, last but not least, this series addresses everything released since
the first release. For the first release, it doesn't actually make sense
to add "Since: ...", although it would be good to have those functions
documented at some point (but not as part of this series).

Fabiano Fidêncio (20):
  Add "Since: 0.0.3" to the documentation
  Add "Since: 0.0.5" to the documentation
  Add "Since: 0.0.6" to the documentation
  Add "Since: 0.1.0" to the documentation
  Add "Since: 0.2.0" to the documentation
  Add "Since: 0.2.1" to the documentation
  Add "Since: 0.2.2" to the documentation
  Add "Since: 0.2.3" to the documentation
  Add "Since: 0.2.6" to the documentation
  Add "Since: 0.2.7" to the documentation
  Add "Since: 0.2.8" to the documentation
  Add "Since: 0.2.9" to the documentation
  Add "Since: 0.2.10" to the documentation
  Add "Since: 0.2.11" to the documentation
  Add "Since: 0.2.12" to the documentation
  Add "Since: 0.2.13" to the documentation
  Add "Since: 1.3.0" to the documentation
  Add "Since: 1.4.0" to the documentation
  Add "Since: 1.5.0" to the documentation
  Add "Since: 1.6.0" to the documentation

 osinfo/osinfo_avatar_format.c            |  10 +
 osinfo/osinfo_datamap.c                  |  39 ++++
 osinfo/osinfo_datamaplist.c              |   2 +
 osinfo/osinfo_db.c                       |  14 ++
 osinfo/osinfo_device.c                   |   8 +
 osinfo/osinfo_device_driver.c            |  12 +
 osinfo/osinfo_device_driverlist.c        |   2 +
 osinfo/osinfo_entity.c                   | 114 ++++++++++
 osinfo/osinfo_image.c                    |  14 ++
 osinfo/osinfo_imagelist.c                |   2 +
 osinfo/osinfo_install_config.c           | 276 ++++++++++++++++++++++-
 osinfo/osinfo_install_config_param.c     |  21 ++
 osinfo/osinfo_install_config_param.h     |   1 +
 osinfo/osinfo_install_config_paramlist.c |   2 +
 osinfo/osinfo_install_script.c           | 160 ++++++++++++-
 osinfo/osinfo_install_script.h           |   3 +
 osinfo/osinfo_install_scriptlist.c       |  10 +
 osinfo/osinfo_list.c                     |   8 +
 osinfo/osinfo_loader.c                   |  24 +-
 osinfo/osinfo_media.c                    |  30 ++-
 osinfo/osinfo_media.h                    |   1 +
 osinfo/osinfo_os.c                       |  48 ++++
 osinfo/osinfo_os.h                       |   2 +
 osinfo/osinfo_os_variant.c               |  13 ++
 osinfo/osinfo_os_variantlist.c           |   2 +
 osinfo/osinfo_platform.c                 |   2 +
 osinfo/osinfo_product.c                  |  42 ++++
 osinfo/osinfo_tree.c                     |  51 +++++
 osinfo/osinfo_treelist.c                 |  14 ++
 29 files changed, 917 insertions(+), 10 deletions(-)

-- 
2.21.0

_______________________________________________
Libosinfo mailing list
Libosinfo@redhat.com
https://www.redhat.com/mailman/listinfo/libosinfo

Reply via email to