File: groups.dox.in

package info (click to toggle)
rapache 1.2.10-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,368 kB
  • sloc: sh: 18,629; ansic: 10,417; perl: 5,675; javascript: 2,800; makefile: 307
file content (84 lines) | stat: -rw-r--r-- 1,650 bytes parent folder | download | duplicates (3)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/**
 * @mainpage
 * Project Website: http://httpd.apache.org/apreq/
 *
 * @verbinclude README
 */

/** 
 * @defgroup libapreq2 Apache Request Library
 * @brief libapreq2 Version @APREQ_DOTTED_VERSION@
 *
 * libapreq2 is a shared library based on the Apache
 * Portable Runtime libraries libapr and libaprutil.
 * @see http://apr.apache.org/
 *
 * @section apreq2_config Configuring libapreq2 Applications
 * This package includes <code>apreq2-config</code>, 
 * a configuration script for building applications
 * with libapreq2.  Run <code>apreq2-config --help</code>
 * to display its options. XXX add examples here XXX
 */

/**
 * @defgroup apreq_module Modules
 * @brief apreq2 modules included in @PACKAGE@-@VERSION@.
 *
 * XXX
 */

/**
 * @defgroup apreq_lang Language Bindings
 * @brief libapreq2 APIs for programming languages other than C
 *
 * XXX
 */

/** 
 * @page apreq_license LICENSE 
 * @verbinclude LICENSE
 */

/** 
 * @page apreq_notice NOTICE
 * @verbinclude NOTICE
 */

/** 
 * @page apreq_install INSTALL 
 * @verbinclude INSTALL
 */

/**
 * @defgroup apreq_xs Perl
 * @brief XS Modules
 * @ingroup apreq_lang
@manonly 
.SH "SEE ALSO"
.IX Header "SEE ALSO"
\&\fIapreq_xs_request\fR\|(3), \fIapreq_xs_upload\fR\|(3), \fIapreq_xs_cookie\fR\|(3)
@endmanonly
 */

/**
 * @defgroup apreq_xs_request Apache2::Request
 * @ingroup apreq_xs
 * @htmlinclude Request.html
 */

/**
 * @defgroup apreq_xs_upload Apache2::Upload
 * @ingroup apreq_xs
 * @htmlinclude Upload.html
 */

/**
 * @defgroup apreq_xs_cookie Apache2::Cookie
 * @ingroup apreq_xs
 * @htmlinclude Cookie.html
 */

/**
 * @page apreq_faq FAQ
 * @htmlinclude FAQ.html
 */