diff options
author | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-05 04:01:29 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@gnome.org> | 2009-12-18 08:34:56 +0800 |
commit | 253d6d63bc0986047448ee18162b5543f3f72a23 (patch) | |
tree | 50818dee0a5c2b5f5ff59bdd6f5b038a64f9d59d /doc | |
parent | b68b5f3fc860af82c55ee10e2deaf46ca8e14273 (diff) | |
download | gsoc2013-epiphany-253d6d63bc0986047448ee18162b5543f3f72a23.tar gsoc2013-epiphany-253d6d63bc0986047448ee18162b5543f3f72a23.tar.gz gsoc2013-epiphany-253d6d63bc0986047448ee18162b5543f3f72a23.tar.bz2 gsoc2013-epiphany-253d6d63bc0986047448ee18162b5543f3f72a23.tar.lz gsoc2013-epiphany-253d6d63bc0986047448ee18162b5543f3f72a23.tar.xz gsoc2013-epiphany-253d6d63bc0986047448ee18162b5543f3f72a23.tar.zst gsoc2013-epiphany-253d6d63bc0986047448ee18162b5543f3f72a23.zip |
docs: ephy-debug
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 1 | ||||
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 4 | ||||
-rw-r--r-- | doc/reference/epiphany-sections.txt | 8 |
3 files changed, 12 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index f8a3205f5..d611e9d40 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -34,7 +34,6 @@ CFILE_GLOB=$(top_srcdir)/lib/*.c IGNORE_HFILES = \ config.h \ eel-gconf-extensions.h \ - ephy-debug.h \ ephy-dialog.h \ ephy-dnd.h \ ephy-file-chooser.h \ diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index e65406f33..5b94fbf12 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -14,6 +14,10 @@ <xi:include href="xml/ephy-window.xml"/> </chapter> <chapter> + <title>Library</title> + <xi:include href="xml/ephy-debug.xml"/> + </chapter> + <chapter> <title>Widgets</title> <xi:include href="xml/ephy-location-entry.xml"/> <xi:include href="xml/ephy-node-view.xml"/> diff --git a/doc/reference/epiphany-sections.txt b/doc/reference/epiphany-sections.txt index 3b0b7b081..00c7699ab 100644 --- a/doc/reference/epiphany-sections.txt +++ b/doc/reference/epiphany-sections.txt @@ -96,6 +96,14 @@ ephy_zoom_control_get_zoom_level </SECTION> <SECTION> +<FILE>ephy-debug</FILE> +<TITLE>EphyDebug</TITLE> +ephy_debug_init +ephy_profiler_start +ephy_profiler_stop +</SECTION> + +<SECTION> <FILE>ephy-location-action</FILE> <TITLE>EphyLocationAction</TITLE> EphyLocationAction |