From: rtel Date: Sat, 1 Sep 2018 02:42:34 +0000 (+0000) Subject: Two minor updates in the comments to fix html formatting that was preventing doxygen... X-Git-Tag: V10.1.1~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=53ff5ed17ac3e3fa48155e5f7a91db9d021abc5f;p=freertos Two minor updates in the comments to fix html formatting that was preventing doxygen creating documents correctly. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2573 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/FreeRTOS/Source/include/stream_buffer.h b/FreeRTOS/Source/include/stream_buffer.h index 61c4e9226..f1ee4776f 100644 --- a/FreeRTOS/Source/include/stream_buffer.h +++ b/FreeRTOS/Source/include/stream_buffer.h @@ -221,7 +221,7 @@ size_t xStreamBufferSend( StreamBufferHandle_t xStreamBuffer, const void *pvTxData, size_t xDataLengthBytes, TickType_t xTicksToWait ); -
+
* * Sends bytes to a stream buffer. The bytes are copied into the stream buffer. * @@ -318,7 +318,7 @@ size_t xStreamBufferSendFromISR( StreamBufferHandle_t xStreamBuffer, const void *pvTxData, size_t xDataLengthBytes, BaseType_t *pxHigherPriorityTaskWoken ); -
+
* * Interrupt safe version of the API function that sends a stream of bytes to * the stream buffer.