blob: dd3130253f6d9881a2ea538674575ed46cef0fbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8" ?>
<!-- Install phpDocumentor to generate docs. -->
<phpdoc>
<parser>
<target>doc</target>
</parser>
<transformer>
<target>doc</target>
</transformer>
<files>
<file>Google/Protobuf/Internal/MapField.php</file>
<file>Google/Protobuf/Internal/Message.php</file>
<file>Google/Protobuf/Internal/RepeatedField.php</file>
</files>
</phpdoc>
|