RESOLVED CONFIGURATION CHANGED194907
[WPE] Documentation for the JSC GLib API is not included in tarballs
https://bugs.webkit.org/show_bug.cgi?id=194907
Summary [WPE] Documentation for the JSC GLib API is not included in tarballs
Adrian Perez
Reported 2019-02-21 10:35:35 PST
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
Adrian Perez
Comment 1 2022-10-17 15:28:41 PDT
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 %
Note You need to log in before you can comment on or make changes to this bug.