diff options
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 7 | ||||
-rw-r--r-- | doc/reference/tmpl/ephy-embed.sgml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 2f9199871..3ca2de29a 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -126,7 +126,9 @@ IGNORE_HFILES = \ popup-commands.h \ ppview-toolbar.h \ prefs-dialog.h \ - toolbar.h \ + ephy-toolbar.h \ + ephy-fullscreen-popup.h \ + ephy-link.h \ window-commands.h # Images to copy into HTML directory. @@ -142,11 +144,14 @@ extra_files = # if $(DOC_MODULE).types is non-empty. GTKDOC_CFLAGS = -I$(top_srcdir)/src \ -I$(top_srcdir)/lib \ + -I$(top_builddir)/lib \ -I$(top_srcdir)/lib/widgets \ -I$(top_srcdir)/embed \ + -I$(top_builddir)/embed \ -I$(top_srcdir)/embed/mozilla \ -I$(top_srcdir)/src/bookmarks \ -I$(top_srcdir)/lib/egg \ + -I$(top_builddir)/lib/egg \ $(EPIPHANY_DEPENDENCY_CFLAGS) GTKDOC_LIBS = \ diff --git a/doc/reference/tmpl/ephy-embed.sgml b/doc/reference/tmpl/ephy-embed.sgml index cee623a37..02e851487 100644 --- a/doc/reference/tmpl/ephy-embed.sgml +++ b/doc/reference/tmpl/ephy-embed.sgml @@ -219,6 +219,8 @@ be done by casting). @: @: @: +@: +@: @: <!-- ##### SIGNAL EphyEmbed::ge-security-change ##### --> |