Skip to content

Commit

Permalink
docs: add backticks in docstring to smooth doc generation (#5220)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 323860336

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Jul 29 13:49:16 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: d399c754bdea83297877ab49e5f66b257a957a78
Source-Link: googleapis/googleapis@d399c75
  • Loading branch information
yoshi-automation committed Jul 30, 2020
1 parent 0cd128c commit 40b96b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2944,7 +2944,7 @@ public sealed partial class OutputConfig : pb::IMessage<OutputConfig> {
/// written).
///
/// The format of translations_file (for target language code 'trg') is:
/// gs://translation_test/a_b_c_'trg'_translations.[extension]
/// `gs://translation_test/a_b_c_'trg'_translations.[extension]`
///
/// If the input file extension is tsv, the output has the following
/// columns:
Expand All @@ -2961,10 +2961,10 @@ public sealed partial class OutputConfig : pb::IMessage<OutputConfig> {
/// If input file extension is a txt or html, the translation is directly
/// written to the output file. If glossary is requested, a separate
/// glossary_translations_file has format of
/// gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]
/// `gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]`
///
/// The format of errors file (for target language code 'trg') is:
/// gs://translation_test/a_b_c_'trg'_errors.[extension]
/// `gs://translation_test/a_b_c_'trg'_errors.[extension]`
///
/// If the input file extension is tsv, errors_file contains the following:
/// Column 1: ID of the request provided in the input, if it's not
Expand All @@ -2976,7 +2976,7 @@ public sealed partial class OutputConfig : pb::IMessage<OutputConfig> {
///
/// If the input file extension is txt or html, glossary_error_file will be
/// generated that contains error details. glossary_error_file has format of
/// gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]
/// `gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]`
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public global::Google.Cloud.Translate.V3.GcsDestination GcsDestination {
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Translate.V3/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "07460951fc07dd2b3f172d01b04e2a5fefd13ccc"
"sha": "d399c754bdea83297877ab49e5f66b257a957a78"
}
}
]
Expand Down

0 comments on commit 40b96b3

Please sign in to comment.