Added reftitle.exceptions and reftitle.parameters.

Also reordered the entities


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175606 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mehdi Achour 2004-12-26 21:51:11 +00:00
parent 5955a987d4
commit 1d6467cea8

View file

@ -32,19 +32,20 @@
<!-- These are used in reference/$extname/reference.xml and other
supplemental files to mark section titles -->
<!ENTITY reftitle.intro '<title>Introduction</title>'>
<!ENTITY reftitle.required '<title>Requirements</title>'>
<!ENTITY reftitle.install '<title>Installation</title>'>
<!ENTITY reftitle.runtime '<title>Runtime Configuration</title>'>
<!ENTITY reftitle.resources '<title>Resource Types</title>'>
<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
<!ENTITY reftitle.classes '<title>Predefined Classes</title>'>
<!ENTITY reftitle.constructor '<title>Constructor</title>'>
<!ENTITY reftitle.methods '<title>Methods</title>'>
<!ENTITY reftitle.properties '<title>Properties</title>'>
<!ENTITY reftitle.description '<title>Description</title>'>
<!ENTITY reftitle.returnvalues '<title>Return Values</title>'>
<!ENTITY reftitle.examples '<title>Examples</title>'>
<!ENTITY reftitle.seealso '<title>See Also</title>'>
<!ENTITY reftitle.changelog '<title>ChangeLog</title>'>
<!ENTITY reftitle.parameters '<title>Parameter List</title>'>
<!ENTITY reftitle.classes '<title>Predefined Classes</title>'>
<!ENTITY reftitle.constants '<title>Predefined Constants</title>'>
<!ENTITY reftitle.constructor '<title>Constructor</title>'>
<!ENTITY reftitle.description '<title>Description</title>'>
<!ENTITY reftitle.examples '<title>Examples</title>'>
<!ENTITY reftitle.exceptions '<title>Exceptions</title>'>
<!ENTITY reftitle.install '<title>Installation</title>'>
<!ENTITY reftitle.intro '<title>Introduction</title>'>
<!ENTITY reftitle.methods '<title>Methods</title>'>
<!ENTITY reftitle.parameters '<title>Parameters</title>'>
<!ENTITY reftitle.properties '<title>Properties</title>'>
<!ENTITY reftitle.required '<title>Requirements</title>'>
<!ENTITY reftitle.resources '<title>Resource Types</title>'>
<!ENTITY reftitle.runtime '<title>Runtime Configuration</title>'>
<!ENTITY reftitle.returnvalues '<title>Return Values</title>'>
<!ENTITY reftitle.seealso '<title>See Also</title>'>