/usr/share/help/ja/anjuta-manual/anjuta-code-help.page is in anjuta-common 2:3.10.2-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="anjuta-code-help" xml:lang="ja">
<info xmlns:facet="http://projectmallard.org/facet/1.0/">
<facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
<link type="guide" xref="index#anjuta-code" group="first"/>
<revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
<desc>
Quickly find the information you need in the API documentation
</desc>
<credit type="author">
<name>Johannes Schmid</name>
<email>jhs@gnome.org</email>
</credit>
</info>
<title>Using the API reference</title>
<section>
<title>Browsing the API reference</title>
<p>For a quick access to the API reference of libraries, anjuta features an
integrated API browser. If not already done it can be activated in the preferences
(<guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq>) in
<guiseq><gui>General</gui><gui>Plugins</gui></guiseq> by choosing the
<app>DevHelp</app> plugin.</p>
<p>The API reference has two windows, one for searching for a specific symbol
and the browser for viewing the help documents.</p>
</section>
<section>
<title>Jump to the API reference using shortcuts in the editor</title>
<p>In case you are unsure how a specific function used in existing code works,
simply place the cursor on the function name and use
<keyseq><key>Shift</key><key>F1</key></keyseq> (or
<guiseq><gui>Help</gui><gui>Context-Help</gui></guiseq>) to jump to the documentation.
</p>
</section>
</page>
|