From: Joshua Slive Date: Wed, 29 Nov 2000 02:30:36 +0000 (+0000) Subject: A little more prettying up of developer docs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad18c683605e9733c2ab8a7e043812e2927e1b41;p=apache A little more prettying up of developer docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87119 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/developer/debugging.html b/docs/manual/developer/debugging.html index 2cb210f732..581f1b8c58 100644 --- a/docs/manual/developer/debugging.html +++ b/docs/manual/developer/debugging.html @@ -13,6 +13,8 @@ ALINK="#FF0000" > + +

Debugging Memory Allocation in APR

The allocation mechanism's within APR have a number of debugging @@ -165,6 +167,7 @@ typedef struct ap_pool_t {

NB. In order to use the various options the server MUST be rebuilt after editing the header file.

+ diff --git a/docs/manual/developer/hooks.html b/docs/manual/developer/hooks.html index 39f4e8bad1..6ab1ad6b74 100644 --- a/docs/manual/developer/hooks.html +++ b/docs/manual/developer/hooks.html @@ -13,6 +13,8 @@ ALINK="#FF0000" > + +

Apache Hook Functions

In general, a hook function is one that Apache will call at some @@ -198,5 +200,8 @@ by HOOK_ORDER is preserved, as far as is possible.

Ben Laurie, 15th August 1999 + + + diff --git a/docs/manual/developer/index.html b/docs/manual/developer/index.html index ba6b0485ed..f536c1454e 100644 --- a/docs/manual/developer/index.html +++ b/docs/manual/developer/index.html @@ -18,7 +18,6 @@

Apache Hook Functions

Converting Apache 1.3 Modules to Apache 2.0

-

MPM listing

Debugging Memory Allocation in APR

diff --git a/docs/manual/developer/modules.html b/docs/manual/developer/modules.html index b066223466..8a265f5ec1 100644 --- a/docs/manual/developer/modules.html +++ b/docs/manual/developer/modules.html @@ -13,6 +13,8 @@ ALINK="#FF0000" > + +

From Apache 1.3 to Apache 2.0
Modules

@@ -190,6 +192,7 @@ ap_hook_process_connection ap_hook_child_init_hook + diff --git a/docs/manual/developer/modules.html.en b/docs/manual/developer/modules.html.en index b066223466..8a265f5ec1 100644 --- a/docs/manual/developer/modules.html.en +++ b/docs/manual/developer/modules.html.en @@ -13,6 +13,8 @@ ALINK="#FF0000" > + +

From Apache 1.3 to Apache 2.0
Modules

@@ -190,6 +192,7 @@ ap_hook_process_connection ap_hook_child_init_hook +