diff options
Diffstat (limited to 'help/reference')
-rw-r--r-- | help/reference/shell/evince-docs.sgml | 60 |
1 files changed, 27 insertions, 33 deletions
diff --git a/help/reference/shell/evince-docs.sgml b/help/reference/shell/evince-docs.sgml index 1dffa65..576e32c 100644 --- a/help/reference/shell/evince-docs.sgml +++ b/help/reference/shell/evince-docs.sgml @@ -25,39 +25,33 @@ <bookinfo> <title>Evince Programmer's Reference Manual</title> </bookinfo> - - <part> - <title> - <phrase>Evince Frontend</phrase> - </title> - <partintro> - <para> - Evince internals are rather simple. There are an application - singleton that maintains list of windows and provides common - services, each window shows loaded document, it has menus - sidebar, toolbar and main view. - </para> - </partintro> - &ev-history; - &ev-metadata-manager; - &ev-navigation-action; - &ev-navigation-action-widget; - &ev-page-action; - &ev-page-action-widget; - &ev-password-view; - &ev-properties-dialog; - &ev-properties-fonts; - &ev-sidebar-attachments; - &ev-sidebar-links; - &ev-sidebar-page; - &ev-sidebar-thumbnails; - &ev-sidebar; - &ev-utils; - &ev-window-title; - &ev-window; - </part> - - <index/> + <part> + <title>Evince Frontend</title> + <partintro> + <para>The Evince internals are rather simple. There is an application + singleton maintaining a list of windows and providing common + services. Each window shows a loaded document and has menus, a + sidebar, a toolbar and a main view.</para> + </partintro> + &ev-history; + &ev-metadata-manager; + &ev-navigation-action; + &ev-navigation-action-widget; + &ev-page-action; + &ev-page-action-widget; + &ev-password-view; + &ev-properties-dialog; + &ev-properties-fonts; + &ev-sidebar-attachments; + &ev-sidebar-links; + &ev-sidebar-page; + &ev-sidebar-thumbnails; + &ev-sidebar; + &ev-utils; + &ev-window-title; + &ev-window; + </part> + <index /> </book> |