Bug 316127: Implement an infrastructure to link to the documentation - Patch by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave

git-svn-id: svn://10.0.0.236/trunk@190824 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2006-02-22 14:58:41 +00:00
parent e3feb476f2
commit 56a7e21af2
8 changed files with 185 additions and 2 deletions

View File

@@ -53,6 +53,13 @@ sub get_param_list {
checker => \&check_urlbase
},
{
name => 'docs_urlbase',
type => 't',
default => 'docs/html/',
checker => \&check_url
},
{
name => 'sslbase',
type => 't',