- Give a more uhm.... real world err... example of docref_root.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@100047 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-10-17 14:23:15 +00:00
parent d8a9c65f0b
commit 6d248de87a

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<section id="errorfunc.configuration">
&reftitle.runtime;
&extension.runtime;
@ -295,13 +295,13 @@
to set docref_ext to match the fileextensions of your copy
<userinput>docref_ext=.html</userinput>. It is possible to use external
references. For example you can use
<userinput>docref_root=http://manual/en/</userinput>.
<userinput>docref_root=http://manual/en/</userinput> or
<userinput>docref_root="http://landonize.it/?how=url&amp;theme=classic&amp;filter=Landon&amp;url=http%3A%2F%2Fwww.php.net%2F"</userinput>
</para>
<para>
Most of the time you want the docref_root value to end with a slash '/'.
But see the second example above which does not have nor need it.
</para>
<note>
<para>
The value of docref_root must end with a slash '/'.
</para>
</note>
</listitem>
</varlistentry>