Changeset 96611 in webkit


Ignore:
Timestamp:
Oct 4, 2011 11:02:41 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

[WebKit2][gtk] Generate gtk-doc for WebKit2-GTK.
https://bugs.webkit.org/show_bug.cgi?id=69325

Patch by Nayan Kumar K <nayankk@motorola.com> on 2011-10-04
Reviewed by Gustavo Noronha Silva.

Documentation generation for WebKit2-GTK+ APIs
using gtk-doc.

.:

  • configure.ac:

Source/WebKit2:

  • GNUmakefile.am: Added doc generation files to EXTRA_DIST.
  • UIProcess/API/gtk/docs/GNUmakefile.am: Makefile for doc generation.
  • UIProcess/API/gtk/docs/version.xml.in: Version information.
  • UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Document template.
  • UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Document sections added.
  • UIProcess/API/gtk/docs/webkit2gtk.types: Added GObjects types.
Location:
trunk
Files:
6 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r96593 r96611  
     12011-10-04  Nayan Kumar K  <nayankk@motorola.com>
     2
     3        [WebKit2][gtk] Generate gtk-doc for WebKit2-GTK.
     4        https://bugs.webkit.org/show_bug.cgi?id=69325
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        Documentation generation for WebKit2-GTK+ APIs
     9        using gtk-doc.
     10
     11        * configure.ac:
     12
    1132011-10-04  Vsevolod Vlasov  <vsevik@chromium.org>
    214
  • trunk/Source/WebKit2/ChangeLog

    r96606 r96611  
     12011-10-04  Nayan Kumar K  <nayankk@motorola.com>
     2
     3        [WebKit2][gtk] Generate gtk-doc for WebKit2-GTK.
     4        https://bugs.webkit.org/show_bug.cgi?id=69325
     5
     6        Reviewed by Gustavo Noronha Silva.
     7
     8        Documentation generation for WebKit2-GTK+ APIs
     9        using gtk-doc.
     10
     11        * GNUmakefile.am: Added doc generation files to EXTRA_DIST.
     12        * UIProcess/API/gtk/docs/GNUmakefile.am: Makefile for doc generation.
     13        * UIProcess/API/gtk/docs/version.xml.in: Version information.
     14        * UIProcess/API/gtk/docs/webkit2gtk-docs.sgml: Document template.
     15        * UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Document sections added.
     16        * UIProcess/API/gtk/docs/webkit2gtk.types: Added GObjects types.
     17
    1182011-10-04  Nayan Kumar K  <nayankk@motorola.com>
    219
  • trunk/Source/WebKit2/GNUmakefile.am

    r96324 r96611  
    13911391
    13921392endif
     1393
     1394EXTRA_DIST += \
     1395        $(WebKit2)/UIProcess/API/gtk/docs/GNUmakefile.am \
     1396        $(WebKit2)/UIProcess/API/gtk/docs/webkitgtk-docs.sgml \
     1397        $(WebKit2)/UIProcess/API/gtk/docs/webkitgtk-sections.txt \
     1398        $(WebKit2)/UIProcess/API/gtk/docs/version.xml.in \
     1399        $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk.types
  • trunk/configure.ac

    r96325 r96611  
    11821182Source/WebKit/gtk/docs/GNUmakefile
    11831183Source/WebKit/gtk/docs/version.xml
     1184Source/WebKit2/UIProcess/API/gtk/docs/GNUmakefile
     1185Source/WebKit2/UIProcess/API/gtk/docs/version.xml
    11841186])
    11851187
Note: See TracChangeset for help on using the changeset viewer.