summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-29 16:24:11 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-07-29 16:24:11 +0000
commit847fa917674b443541f0c261c966d689b0573bd5 (patch)
treebb9917a38665fa7a3cec8d21a1db31261392a448 /helpers
parent28e9da0821816924357d2ac889c979ed81bc7a80 (diff)
downloadlibapr-847fa917674b443541f0c261c966d689b0573bd5.tar.gz
Remove iol_socket.h. This file had one declaration, and it makes more
sense for that declaraion to move to ap_iol.h. This also modifies all of the files that include iol_socket.h to include ap_iol.h git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60457 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/scandoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/scandoc b/helpers/scandoc
index a35bdc269..5d6804eb4 100755
--- a/helpers/scandoc
+++ b/helpers/scandoc
@@ -346,7 +346,7 @@ sub handleCommentLine {
my $entry = { 'type' => $type,
'name' => $name,
'longname'=> $name,
- 'fullname'=> "$name$decl",
+ 'fullname'=> "$name $decl",
'scopename'=>"$baseScope$name",
'uname' => $dbname,
'decl' => $decl,