forked from googleapis/gapic-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates the formatting of Ruby comments to expect comments in the format of [CommonMark](https://commonmark.org/). Proto comments generally follow the CommonMark spec. Replaces ad hoc comment transformations with a visitor for the Markdown elements. Adds tests for the RubyCommentReformatter. Cleans up comment regex patterns. Updates googleapis#722
- Loading branch information
Showing
7 changed files
with
622 additions
and
193 deletions.
There are no files selected for viewing
35 changes: 0 additions & 35 deletions
35
src/main/java/com/google/api/codegen/util/CommentPatterns.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.