Go to file
Ana Guerrero 528918f835 Accepting request 1175580 from GNOME:Factory
- Update to version 2024.1:
  + Added
    - Add unit testing for link syntax
    - Support link to enumeration members
    - Add favicon support
    - Add proper anchor for enum members
    - Parse optional anchors in links
    - Generate a link to finish functions
    - Add 'inline' to C declarations for inline callables
    - Make the logo a link to the index
   - Clear search when pressing Escape
  + Changed
    - Update the wording for transfer modes
    - Turn deprecation notices into admonitions
    - Improve filesystem string type docs
  + Fixed
    - Fix doubled paragraph tags around descriptions
    - Append period after last line in more cases
    - Documentation fixes
    - Use the basename of the urlmap file
  + Removed
    - Revert "generate: Add fallback for missing "since"" (forwarded request 1175575 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1175580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gi-docgen?expand=0&rev=11
2024-05-22 19:29:07 +00:00
.gitattributes Accepting request 881009 from GNOME:Next 2021-03-24 16:41:22 +00:00
.gitignore Accepting request 881009 from GNOME:Next 2021-03-24 16:41:22 +00:00
gi_docgen-2024.1.tar.gz Accepting request 1175575 from GNOME:Next 2024-05-21 13:12:56 +00:00
python-gi-docgen-rpmlintrc Accepting request 1101271 from GNOME:Next 2023-08-08 14:46:26 +00:00
python-gi-docgen.changes Accepting request 1175575 from GNOME:Next 2024-05-21 13:12:56 +00:00
python-gi-docgen.spec Accepting request 1175575 from GNOME:Next 2024-05-21 13:12:56 +00:00
README.license Accepting request 1101271 from GNOME:Next 2023-08-08 14:46:26 +00:00

# "Borrowed" from the Fedora folks - and slightly adapted (regarding what
# gets installed, or not, in our spec file):
#
# Based on the “Copyright and Licensing terms” in README.md, on the
# contents of .reuse/dep5, and on inspection of SPDX headers or other file
# contents with assistance from licensecheck.
#
# The entire source is (Apache-2.0 OR GPL-3.0-or-later) except the
# following files that are packaged or are used to generate packaged files:
#
# MIT:
#   - gidocgen/templates/basic/fzy.js
#   - gidocgen/templates/basic/solarized-{dark,light}.js
#
# CC0-1.0:
#   - gi-docgen.pc.in (from which gi-docgen.pc is generated)
#   - gidocgen/templates/basic/*.png
#   - docs/CODEOWNERS (not packaged)
#   - examples/*.toml (not packaged)
#
# Note that CC0-1.0 is allowed for content only; these files may reasonably
# be called content.
#
# Additionally, the following sources are under licenses other than
# (ASL 2.0 or GPL-3.0-or-later), but are not packaged in any of the binary
# RPMs:
#
# CC0-1.0:
#   - .editorconfig (not installed)
#   - .gitlab-ci.yml (not installed)
#   - gi-docgen.doap (not installed)
#   - MANIFEST.in (not installed)
#   - pytest.ini (not installed)
#
# CC-BY-SA-3.0:
#   - docs/gi-docgen.{png,svg} (for HTML docs; not currently packaged)
#   - code-of-conduct.md (not installed)
#
# OFL-1.1:
#   - gidocgen/templates/basic/*.{woff,woff2}
#
# GPL-2.0-or-later:
#   - test/gir/{Utility-1.0,Regress-1.0}.gir (not installed; test only)
#
# LGPL-2.0-or-later:
#   - test/gir/{GLib,GObject,Gio}-2.0.gir (not installed; test only)
#
# LGPL-2.0-or-later OR MPL-1.1:
#   - test/gir/cairo-1.0.gir (not installed; test only)
#