Fix formatting of code blocks in zmq docs

They were mostly missing the preceding :: to make them appear as raw
text in generated docs.

Change-Id: I00ac461b13b75c4eef9961e7350fcd90394cdb77
This commit is contained in:
Clint Byrum 2016-01-04 16:01:22 -08:00
parent 7c723afd0a
commit 817cb0c8ab
1 changed files with 6 additions and 4 deletions

View File

@ -90,7 +90,7 @@ Enabling (mandatory)
To enable the driver, in the section [DEFAULT] of the conf file,
the 'rpc_backend' flag must be set to 'zmq' and the 'rpc_zmq_host' flag
must be set to the hostname of the current node.
must be set to the hostname of the current node. ::
[DEFAULT]
rpc_backend = zmq
@ -113,14 +113,16 @@ RedisMatchMaker: loads the hash table from a remote Redis server, supports
dynamic host/topic registrations, host expiration, and hooks for consuming
applications to acknowledge or neg-acknowledge topic.host service availability.
To set the MatchMaker class, use option 'rpc_zmq_matchmaker' in [DEFAULT].
To set the MatchMaker class, use option 'rpc_zmq_matchmaker' in [DEFAULT]. ::
rpc_zmq_matchmaker = dummy
or
or::
rpc_zmq_matchmaker = redis
To specify the Redis server for RedisMatchMaker, use options in
[matchmaker_redis] of each project.
[matchmaker_redis] of each project. ::
[matchmaker_redis]
host = 127.0.0.1