File: internals.html

package info (click to toggle)
xapian-core 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 17,528 kB
  • ctags: 13,287
  • sloc: cpp: 99,474; sh: 10,626; ansic: 7,551; perl: 758; makefile: 611; python: 40
file content (32 lines) | stat: -rw-r--r-- 889 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Xapian: Internals</title>
</head>
<body bgcolor="white" text="black">

<div align="center">
  <a href="matcherdesign.html">matcher</a>
|
  <a href="remote_protocol.html">remote protocol</a>
|
  <a href="tests.html">tests</a>
|
  <a href="sourcedoc/html/annotated.html">internal classes</a>
|
  <a href="code_structure.html">source code directory structure</a>
</div>

<h1 align="center">Xapian Internals</h1>

<p>
This page groups together the documentation of the internals of Xapian.  This is
useful if you intend to modify Xapian, but if you just want to use Xapian in
your own code, see the <a href="./">user documentation</a> instead.
</p>

<p>Use the navigation links above to find the information you want.  Also, see
the "HACKING" file in the xapian-core source distribution.</p>

</body>
</html>