[Webkit-unassigned] [Bug 242903] New: [GTK][WPE] Some entities are missing brief descriptions, or are too long
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 19 08:41:18 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=242903
Bug ID: 242903
Summary: [GTK][WPE] Some entities are missing brief
descriptions, or are too long
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aperez at igalia.com
When using gi-docgen (after bug #239016), it will use the first paragraph
of a documentation comment as the “brief” description an entity (function,
struct, etc.). Many are already fine, but gtk-doc (which we used before)
did not work in the same way, which means a number of documentation comments
are missing a brief description, or the existing one is too long and usually
should be taken as long description instead.
It would be good to find the items with missing brief descriptions and add
them. One idea to avoid reading all the documentation comments manually
would be to make a script that parses the .gir XML used as input for gi-docgen
which detects items with only one paragraph, or more than one paragraph but
the first one is too long (more than 80-90 characters, or a similar check.)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220719/84c92387/attachment-0001.htm>
More information about the webkit-unassigned
mailing list