Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
404 B
16 lines
404 B
5 years ago
|
<?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>
|