diff options
author | Jashank Jeremy <jashank@rulingia.com.au> | 2020-12-12 20:50:22 +1100 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2020-12-13 03:25:36 +0000 |
commit | 974774761c5d11378b987d6f195bd057b81dba47 (patch) | |
tree | 7051276b695d86a525a6f3eb02dd466a1f38d9bd | |
parent | dc60e54d361863aa50440b2f4fd6d29dc51794b4 (diff) | |
download | git-repo-974774761c5d11378b987d6f195bd057b81dba47.tar.gz |
docs: Add Markdown inline code marker around inline XML example.
Presently, this tag is not rendered --- by Gitiles, at least --- which
makes the example very confusing indeed.
Signed-off-by: Jashank Jeremy <jashank@rulingia.com.au>
Change-Id: Ia76a60d8ee0ecce8ceb32661afbd48f3b2d80fbf
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/291362
Reviewed-by: Mike Frysinger <vapier@google.com>
Tested-by: Jashank Jeremy <jashank.jeremy@gmail.com>
-rw-r--r-- | docs/manifest-format.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manifest-format.md b/docs/manifest-format.md index 0201c88b..ca385ba3 100644 --- a/docs/manifest-format.md +++ b/docs/manifest-format.md | |||
@@ -267,7 +267,7 @@ Attribute `groups`: List of groups to which this project belongs, | |||
267 | whitespace or comma separated. All projects belong to the group | 267 | whitespace or comma separated. All projects belong to the group |
268 | "all", and each project automatically belongs to a group of | 268 | "all", and each project automatically belongs to a group of |
269 | its name:`name` and path:`path`. E.g. for | 269 | its name:`name` and path:`path`. E.g. for |
270 | <project name="monkeys" path="barrel-of"/>, that project | 270 | `<project name="monkeys" path="barrel-of"/>`, that project |
271 | definition is implicitly in the following manifest groups: | 271 | definition is implicitly in the following manifest groups: |
272 | default, name:monkeys, and path:barrel-of. If you place a project in the | 272 | default, name:monkeys, and path:barrel-of. If you place a project in the |
273 | group "notdefault", it will not be automatically downloaded by repo. | 273 | group "notdefault", it will not be automatically downloaded by repo. |