Bug 242592 - [GTK][WPE] Remove API_DOC_VERSION
Summary: [GTK][WPE] Remove API_DOC_VERSION
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Carlos Garcia Campos
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2022-07-11 05:23 PDT by Carlos Garcia Campos
Modified: 2022-07-11 23:49 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2022-07-11 05:23:34 PDT
This was introduced when soup3 support was added, because we had to bump the soname, but the public API remained the same, so it made sense to keep the same api version in docs. Now with gi-docgen, it looks weird, because we end up with a directory webkit2gtk-4.0 in the tarball that contains the file webkit2gtk-4.1.devhelp2 and the documentation itself shows the api version as 4.1. So, better use the library api version for the docs too now.
Comment 1 Carlos Garcia Campos 2022-07-11 05:27:12 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2291
Comment 2 Michael Catanzaro 2022-07-11 06:59:02 PDT
This probably also fixes bug #237211.
Comment 3 EWS 2022-07-11 23:49:05 PDT
Committed 252371@main (da77da209f51): <https://commits.webkit.org/252371@main>

Reviewed commits have been landed. Closing PR #2291 and removing active labels.