From d10082f53d6fb07cb29cf73e39247b03137ad58d Mon Sep 17 00:00:00 2001 From: Thomas Brown Date: Sat, 1 Apr 2017 14:38:18 -0400 Subject: [PATCH] vcs: Minor cleanup to some code sections. --- doc/src/vcs.rst | 6 +++--- doc/src/vcs.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/src/vcs.rst b/doc/src/vcs.rst index 4fd235290a..016d219fb2 100644 --- a/doc/src/vcs.rst +++ b/doc/src/vcs.rst @@ -72,9 +72,9 @@ Reference - Otherwise - - Git: ---g + - Git: ``---g`` - - Subversion: ---s + - Subversion: ``---s`` The ``generate-version-string`` rule can be used to generate a version string for a program dynamically. @@ -149,7 +149,7 @@ Design The Boost.Build ``vcs`` module depends on separate backends to implement the interface. The backend file should be named -``vcs-BACKEND.jam`` where BACKEND is the name of the backend and +``vcs-BACKEND.jam`` where ``BACKEND`` is the name of the backend and should contain implementations for each of the functions defined below. diff --git a/doc/src/vcs.xml b/doc/src/vcs.xml index 469aece764..4655a6e00a 100644 --- a/doc/src/vcs.xml +++ b/doc/src/vcs.xml @@ -136,12 +136,12 @@ assert.equal [ vcs.ref /path/to/desired/root ] : [ vcs.ref /path/to/desired/root - Git: <nearest-tag-name>-<branch-name>-<commits-since-nearest-tag>-g<commit-id> + Git: <nearest-tag-name>-<branch-name>-<commits-since-nearest-tag>-g<commit-id> - Subversion: -<URL>--s<REV> + Subversion: -<URL>--s<REV> @@ -312,7 +312,7 @@ assert.equal [ vcs.ref /path/to/desired/root ] : [ vcs.ref /path/to/desired/root The Boost.Build vcs module depends on separate backends to implement the interface. The backend file should be named - vcs-BACKEND.jam where BACKEND is the name of the backend and + vcs-BACKEND.jam where BACKEND is the name of the backend and should contain implementations for each of the functions defined below.