Skip to content

Commit

Permalink
Fix invalid section titles for endpoints and pollers
Browse files Browse the repository at this point in the history
  • Loading branch information
nchampsavoir committed Mar 29, 2016
1 parent 73007b0 commit f14eaca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/mal_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Résultat :

L'URI créée

### Création d'un end-point
### Création d'un poller

Déclaration :

Expand All @@ -271,7 +271,7 @@ Résultat :
La référence du poller physique créé (non typée pour éviter la dépendance avec les concepts physiques du transport, par exemple zpoller ZMQ).
### Création d'un poller
### Création d'un end-point
Déclaration :
Expand Down Expand Up @@ -958,4 +958,4 @@ Une constante est définie pour chaque étape d'interaction :
#define MAL_IP_STAGE_PUBSUB_DEREGISTER_ACK 8
#define MAL_IP_STAGE_PUBSUB_PUBLISH_DEREGISTER 9
#define MAL_IP_STAGE_PUBSUB_PUBLISH_DEREGISTER_ACK 10
```
```

0 comments on commit f14eaca

Please sign in to comment.