Bug 164048 - [Xcode] WebKit fails to build when CLANG_WARN_DOCUMENTATION_COMMENTS is enabled
Summary: [Xcode] WebKit fails to build when CLANG_WARN_DOCUMENTATION_COMMENTS is enabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-26 18:35 PDT by mitz
Modified: 2016-10-27 07:13 PDT (History)
4 users (show)

See Also:


Attachments
Enable and address documentation warnings (29.61 KB, patch)
2016-10-26 21:40 PDT, mitz
no flags Details | Formatted Diff | Diff
An attempt to reenable the warning for macOS and iOS (3.39 KB, patch)
2016-10-27 00:53 PDT, mitz
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2016-10-26 18:35:59 PDT
The compiler doesn’t like some of the documentation comments in the headers.
Comment 1 mitz 2016-10-26 21:40:00 PDT
Created attachment 292991 [details]
Enable and address documentation warnings
Comment 2 WebKit Commit Bot 2016-10-26 22:20:25 PDT
Comment on attachment 292991 [details]
Enable and address documentation warnings

Clearing flags on attachment: 292991

Committed r207934: <http://trac.webkit.org/changeset/207934>
Comment 3 WebKit Commit Bot 2016-10-26 22:20:29 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 mitz 2016-10-26 22:49:40 PDT
Tried to fix those iOS build errors in <https://trac.webkit.org/r207935>.
Comment 5 Csaba Osztrogonác 2016-10-27 00:17:25 PDT
(In reply to comment #4)
> Tried to fix those iOS build errors in <https://trac.webkit.org/r207935>.

This buildfix broke the iOS build, see build.webkit.org for details.
Comment 6 mitz 2016-10-27 00:32:09 PDT
Thanks. I reverted the configuration changes in r207951 until I can find a fix.
Comment 7 mitz 2016-10-27 00:53:46 PDT
Created attachment 292999 [details]
An attempt to reenable the warning for macOS and iOS
Comment 8 mitz 2016-10-27 07:13:48 PDT
Reenabled in <https://trac.webkit.org/r207990>.