mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-22 09:53:18 +03:00
16 lines
404 B
XML
16 lines
404 B
XML
<?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>
|