Skip to content

Commit

Permalink
Add documentation for webkit gtk.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Nov 14, 2024
1 parent fbfa9e1 commit 74367ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc2dash/create_gtk_docset.cr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require "json"

require "./docset_builder"

private MODULES = {"glib-2.0", "gobject-2.0", "gio-2.0", "gdk4", "gsk4", "gtk4", "libadwaita-1", "Pango"}
private MODULES = {"glib-2.0", "gobject-2.0", "gio-2.0", "gdk4", "gsk4", "gtk4", "libadwaita-1", "Pango", "webkit2gtk-4.0"}

module Doc2Dash
class GtkDocsetBuilder < DocsetBuilder
Expand Down

0 comments on commit 74367ac

Please sign in to comment.