Warning, /kdevelop/kdev-php/docs/phpdocssettings.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
0005                           http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0006   <kcfgfile name="kdeveloprc"/>
0007   <group name="PHP Documentation">
0008     <entry name="phpDocLocation" key="phpDocLocation" type="Url">
0009         <default>https://php.net</default>
0010         <label>Specifies the location of the PHP documentation to use.</label>
0011         <tooltip>The location of the PHP documentation to use. You can either use a remote
0012                  location like https://php.net or a local directory which contains the
0013                  PHP documentation in HTML format with many files.</tooltip>
0014         <whatsthis>Make sure local copies are downloaded in HTML format with many files.
0015         </whatsthis>
0016     </entry>
0017   </group>
0018 </kcfg>