mirror of
https://github.com/php/doc-base.git
synced 2026-03-24 07:12:14 +01:00
Also, added example listing :] git-svn-id: https://svn.php.net/repository/phpdoc/doc-base/trunk@321126 c90b9560-bf6c-de11-be94-00142212c4b1
16 lines
550 B
XML
16 lines
550 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- DO NOT EDIT THIS FILE. The index info comes from PhD -->
|
|
<appendix xmlns="http://docbook.org/ns/docbook" xml:id="indexes">
|
|
<title>&IndexListing;</title>
|
|
<section xml:id="indexes.functions">
|
|
<title>&FunctionListing;</title>
|
|
<para>&FunctionListingDescription;</para>
|
|
<?phpdoc generate-index-for="refentry"?>
|
|
</section>
|
|
<section xml:id="indexes.examples">
|
|
<title>&ExampleListing;</title>
|
|
<para>&ExampleListingDescription;</para>
|
|
<?phpdoc generate-index-for="examples"?>
|
|
</section>
|
|
</appendix>
|