[Webkit-unassigned] [Bug 62533] New: [EFL] Fix and update doxygen documentation for ewk_frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 00:07:53 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=62533

           Summary: [EFL] Fix and update doxygen documentation for
                    ewk_frame
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: g.czajkowski at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


This patch:
 - fixes method descriptions,
 - adds briefs for structure and typdef,
 - replaces NULL to 0 in doxygen documentation (webkit's style required it),
 - removes dotes from the end of params and return description (see EFL's documentation),
 - moves includes and defines below brief of ewk_frame.h
 - moves internal methods at the end of ewk_frame.cpp

It will be nice to replace a brief of structure and typedef from
/// Represents actions of touch events (C++ style),
to
//! Represents actions of touch events (C style).
webkit's style treats this kind of comment as a generall comment and it causes problems.

I would like to know your opinion about it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list