~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/doxygen/kdevdoxygen.rc

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
 
2
<kpartgui name="KDevDoxygen" version="4">
 
3
<MenuBar>
 
4
  <Menu name="build" >
 
5
    <Action name="build_doxygen"/>
 
6
    <Action name="clean_doxygen"/>
 
7
  </Menu>
 
8
  <Menu name="tools" >
 
9
    <Action name="show_preview_doxygen_output"/>
 
10
    <Action name="edit_document_function"/>
 
11
  </Menu>
 
12
</MenuBar>
 
13
</kpartgui>
 
14