aboutsummaryrefslogtreecommitdiff
path: root/php/tests/test.proto
diff options
context:
space:
mode:
authorPaul Yang <TeBoring@users.noreply.github.com>2016-12-01 14:50:53 -0800
committerGitHub <noreply@github.com>2016-12-01 14:50:53 -0800
commitf8ca3acd2924421dc18f685c629a6e54875ac113 (patch)
treedada312c32cbeb330858d7420c8b8dfe79eedc43 /php/tests/test.proto
parent851cb81ddd9365ce6973b56ea102ab4d3296b349 (diff)
downloadprotobuf-f8ca3acd2924421dc18f685c629a6e54875ac113.tar.gz
protobuf-f8ca3acd2924421dc18f685c629a6e54875ac113.tar.bz2
protobuf-f8ca3acd2924421dc18f685c629a6e54875ac113.zip
Generate phpdoc in php generated files. (#2406)
Diffstat (limited to 'php/tests/test.proto')
-rw-r--r--php/tests/test.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/php/tests/test.proto b/php/tests/test.proto
index 15709c83..f15f6297 100644
--- a/php/tests/test.proto
+++ b/php/tests/test.proto
@@ -134,3 +134,8 @@ message TestUnpackedMessage {
repeated bool repeated_bool = 102 [packed = false];
repeated TestEnum repeated_enum = 103 [packed = false];
}
+
+// /**/@<>&\{
+message TestPhpDoc {
+ int32 a = 1;
+}