mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fix class synopsis
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@256635 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c0b2463507
commit
98947cfb5f
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<reference xml:id="class.dateformatter" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<title>The DateFormatter class</title>
|
||||
<titleabbrev>DateFormatter</titleabbrev>
|
||||
|
@ -31,6 +31,13 @@
|
|||
<classname>DateFormatter</classname>
|
||||
</ooclass>
|
||||
|
||||
<!-- {{{ Class synopsis -->
|
||||
<classsynopsisinfo>
|
||||
<ooclass>
|
||||
<classname>DateFormatter</classname>
|
||||
</ooclass>
|
||||
</classsynopsisinfo>
|
||||
|
||||
<classsynopsisinfo role="comment">Methods</classsynopsisinfo>
|
||||
<xi:include
|
||||
xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.dateformatter')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[1])" />
|
||||
|
|
Loading…
Reference in a new issue