Skip to content

feat(docs): publish protobuf to refdocs#9126

Open
bshaffer wants to merge 3 commits intomainfrom
add-protobuf-to-refdocs
Open

feat(docs): publish protobuf to refdocs#9126
bshaffer wants to merge 3 commits intomainfrom
add-protobuf-to-refdocs

Conversation

@bshaffer
Copy link
Copy Markdown
Contributor

@bshaffer bshaffer commented Apr 21, 2026

fixes #9118

TODO

  • Try to fix the broken references in Google\Protobuf\Any instead of hiding them
    • Fixed by checking out the RC release of protobuf v5.35.0, the broken references are fixed in that version.
  • Remove the minimum-stability and raise the minimum version to v5.35.0 once it's released.
Generating documentation for protobuf
Running phpdoc to generate structure.xml... Done.
Writing output to protobuf-out... Broken xref in \Google\Protobuf\Any: empty
Broken xref in \Google\Protobuf\Any::getTypeUrl(): empty
Broken xref in \Google\Protobuf\Any::setTypeUrl(): empty

@bshaffer bshaffer requested a review from a team as a code owner April 21, 2026 18:55
Comment thread composer.json
Comment on lines +859 to +860
],
"minimum-stability": "RC"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
],
"minimum-stability": "RC"
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add google/protobuf to reference documentation

1 participant