Bug 194907
| Summary: | [WPE] Documentation for the JSC GLib API is not included in tarballs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Tools / Tests | Assignee: | Adrian Perez <aperez> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | lforschler |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Adrian Perez
Currently there is support for generating API documentation for
the WPE port (see bug #178900), but when generating a tarball
with “ninja dist” (or “make dist”; needs “-DDEVELOPER_MODE=ON”
being passed to CMake) the JSC API documentation is missing from
the “Documentation/” subdirectory of the tarballs.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
After the switch to gi-docgen (bug #226662) now release tarballs
do include the JSC API documentation as well:
% tar tf webkitgtk-2.38.0.tar.xz|rg Documentation/jsc|head
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/method.Value.object_invoke_methodv.html
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/method.Value.constructor_call.html
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/method.Context.throw_with_name_printf.html
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/ctor.Value.new_boolean.html
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/method.Class.add_method.html
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/method.Context.pop_exception_handler.html
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/method.Value.object_get_property.html
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/class.WeakValue.html
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/method.Exception.get_backtrace_string.html
webkitgtk-2.38.0/Documentation/jsc-glib-4.1/RedHatDisplay-MediumItalic.woff
%