File: groups.dox.in

package info (click to toggle)
libapreq2 2.17-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,164 kB
  • sloc: ansic: 8,283; perl: 5,451; sh: 4,627; cpp: 380; makefile: 270; javascript: 186
file content (116 lines) | stat: -rw-r--r-- 2,295 bytes parent folder | download | duplicates (11)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/**
 * @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
 */

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

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

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

/**
 * @defgroup apreq_xs_apr_request APR::Request
 * @ingroup apreq_xs
 * @htmlinclude APR__Request.html
 */

/**
 * @defgroup apreq_xs_apr_request_cookie APR::Request::Cookie
 * @ingroup apreq_xs
 * @htmlinclude APR__Request__Cookie.html
 */

/**
 * @defgroup apreq_xs_apr_request_param APR::Request::Param
 * @ingroup apreq_xs
 * @htmlinclude APR__Request__Param.html
 */

/**
 * @defgroup apreq_xs_apr_request_error APR::Request::Error
 * @ingroup apreq_xs
 * @htmlinclude APR__Request__Error.html
 */

/**
 * @defgroup apreq_xs_apr_request_cgi APR::Request::CGI
 * @ingroup apreq_xs
 * @htmlinclude APR__Request__CGI.html
 */

/**
 * @defgroup apreq_xs_apr_request_apache2 APR::Request::Apache2
 * @ingroup apreq_xs
 * @htmlinclude APR__Request__Apache2.html
 */


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