You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/01/03 02:53:53 UTC

svn commit: r365515 - in /httpd/apreq/trunk: Makefile.am STATUS

Author: pgollucci
Date: Mon Jan  2 17:53:51 2006
New Revision: 365515

URL: http://svn.apache.org/viewcvs?rev=365515&view=rev
Log:
Correct docs links for
APR::Request::Param::(Table|Cookie)



Modified:
    httpd/apreq/trunk/Makefile.am
    httpd/apreq/trunk/STATUS

Modified: httpd/apreq/trunk/Makefile.am
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/Makefile.am?rev=365515&r1=365514&r2=365515&view=diff
==============================================================================
--- httpd/apreq/trunk/Makefile.am (original)
+++ httpd/apreq/trunk/Makefile.am Mon Jan  2 17:53:51 2006
@@ -15,7 +15,7 @@
 APR_DOX = (cd $(APR_SRCDIR); cat docs/doxygen.conf - | doxygen -)
 SED_BODY_TAG= s(^[\S\s]+<body.+|</body>[\S\s]+$$)()gi, \
 	s(href="/Apache2(?:/\w+)*/([^/]+).html")(href="group__apreq__xs__\L$$1.html")g, \
-	s(href="/APR/Request/Param/Table.html")(href="group__apreq__xs__apr__request__param__table.html")g, \
+	s(href="/APR/Request/Param/(?:Table|Cookie).html")(href="group__apreq__xs__apr__request.html")g, \
 	s(href="/APR/Request.html")(href="group__apreq__xs__apr__request.html")g, \
 	s(href="/APR/Request/([^/]+).html")(href="group__apreq__xs__apr__request__\L$$1.html")g, \
 	s(href="/APR/Brigade.html")(href="http://apr.apache.org/docs/apr-util/apr__buckets_8h.html")g, \

Modified: httpd/apreq/trunk/STATUS
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/STATUS?rev=365515&r1=365514&r2=365515&view=diff
==============================================================================
--- httpd/apreq/trunk/STATUS (original)
+++ httpd/apreq/trunk/STATUS Mon Jan  2 17:53:51 2006
@@ -33,8 +33,6 @@
 
 TODO:
 
-    - No documentation is generated for APR::Request::Param::Table
-
     - Get static builds working again.
 
     - Implement (some of) RFC 2184 in the multipart parser.