mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
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:
parent
5955a987d4
commit
1d6467cea8
1 changed files with 16 additions and 15 deletions
|
@ -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>'>
|
||||
|
|
Loading…
Reference in a new issue