classref: Remove stray spaces in method signatures

This commit is contained in:
Rémi Verschelde
2017-10-21 14:03:27 +02:00
parent 4ce8307e42
commit f0bd3cc2c1
403 changed files with 18060 additions and 18060 deletions

View File

@@ -19,11 +19,11 @@ A synchronization Semaphore.
Member Functions
----------------
+------------------------+------------------------------------------------+
| :ref:`int<class_int>` | :ref:`post<class_Semaphore_post>` **(** **)** |
+------------------------+------------------------------------------------+
| :ref:`int<class_int>` | :ref:`wait<class_Semaphore_wait>` **(** **)** |
+------------------------+------------------------------------------------+
+------------------------+-----------------------------------------------+
| :ref:`int<class_int>` | :ref:`post<class_Semaphore_post>` **(** **)** |
+------------------------+-----------------------------------------------+
| :ref:`int<class_int>` | :ref:`wait<class_Semaphore_wait>` **(** **)** |
+------------------------+-----------------------------------------------+
Description
-----------
@@ -35,13 +35,13 @@ Member Function Description
.. _class_Semaphore_post:
- :ref:`int<class_int>` **post** **(** **)**
- :ref:`int<class_int>` **post** **(** **)**
Lowers the :ref:`Semaphore<class_semaphore>`, allowing one more thread in.
.. _class_Semaphore_wait:
- :ref:`int<class_int>` **wait** **(** **)**
- :ref:`int<class_int>` **wait** **(** **)**
Tries to wait for the :ref:`Semaphore<class_semaphore>`, if its value is zero, blocks until non-zero.