Bug 242592

Summary: [GTK][WPE] Remove API_DOC_VERSION
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Carlos Garcia Campos <cgarcia>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=237211

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.