Skip to content

Commit

Permalink
rabbitmq: fix documentation sections
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Feb 8, 2017
1 parent a28c4d6 commit 69acf0e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions modules/rabbitmq/README
Expand Up @@ -24,7 +24,12 @@ Razvan Crainea
1.3. Exported Parameters

1.3.1. server_id (string)
1.3.2. Exported Functions

1.4. Exported Functions

1.4.1. rabbitmq_publish(server_id, routing_key,
message [, [content_type [, headers,
headers_vals]]])

List of Examples

Expand Down Expand Up @@ -104,9 +109,9 @@ modparam("rabbitmq", "server_id","[ID2] uri = amqp://127.0.0.1;
heartbeat = 5")
...

1.3.2. Exported Functions
1.4. Exported Functions

1.3.2.1. rabbitmq_publish(server_id, routing_key, message [,
1.4.1. rabbitmq_publish(server_id, routing_key, message [,
[content_type [, headers, headers_vals]]])

Sends a publish message to a RabbitMQ server.
Expand Down
2 changes: 1 addition & 1 deletion modules/rabbitmq/doc/rabbitmq_admin.xml
Expand Up @@ -143,6 +143,7 @@ heartbeat = 5")
</programlisting>
</example>
</section>
</section>


<section>
Expand Down Expand Up @@ -229,6 +230,5 @@ heartbeat = 5")
</example>
</section>
</section>
</section>

</chapter>

0 comments on commit 69acf0e

Please sign in to comment.