Bug 242592
Summary: | [GTK][WPE] Remove API_DOC_VERSION | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKitGTK | Assignee: | 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 |
Carlos Garcia Campos
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/2291
Michael Catanzaro
This probably also fixes bug #237211.
EWS
Committed 252371@main (da77da209f51): <https://commits.webkit.org/252371@main>
Reviewed commits have been landed. Closing PR #2291 and removing active labels.