From ad18c683605e9733c2ab8a7e043812e2927e1b41 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 29 Nov 2000 02:30:36 +0000 Subject: [PATCH] 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 --- docs/manual/developer/debugging.html | 3 +++ docs/manual/developer/hooks.html | 5 +++++ docs/manual/developer/index.html | 1 - docs/manual/developer/modules.html | 3 +++ docs/manual/developer/modules.html.en | 3 +++ 5 files changed, 14 insertions(+), 1 deletion(-) 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 + -- 2.50.1