From 1b0f76251ac40d00927899a2c520878ab3c60f81 Mon Sep 17 00:00:00 2001 From: Doug Claar Date: Wed, 23 Mar 2016 13:34:55 -0700 Subject: [PATCH] Add missing vertical bars to REST API doc markup Their absence is messing up the formatting. Change-Id: I584f33065c70751881b1155279712a74d024b3eb --- Documentation/rest-api-projects.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt index 672f025d37..2701eb97c4 100644 --- a/Documentation/rest-api-projects.txt +++ b/Documentation/rest-api-projects.txt @@ -2016,12 +2016,10 @@ link:#inherited-boolean-info[InheritedBooleanInfo] that tells whether a valid link:user-changeid.html[Change-Id] footer in any commit uploaded for review is required. This does not apply to commits pushed directly to a branch or tag. -|`enable_signed_push`| -optional, not set if signed push is disabled| +|`enable_signed_push`|optional, not set if signed push is disabled| link:#inherited-boolean-info[InheritedBooleanInfo] that tells whether signed push validation is enabled on the project. -|`require_signed_push`| -optional, not set if signed push is disabled +|`require_signed_push`|optional, not set if signed push is disabled| link:#inherited-boolean-info[InheritedBooleanInfo] that tells whether signed push validation is required on the project. |`max_object_size_limit` || @@ -2136,7 +2134,7 @@ is inheritable this is the effective value which is deduced from `configured_value` and `inherited_value`. |`values` |optional| The list of values. Only set if the `type` is `ARRAY`. -`editable` |`false` if not set| +|`editable` |`false` if not set| Whether the value is editable. |`permitted_values`|optional| The list of permitted values. Only set if the `type` is `LIST`.