]> Repos - portaudio/commitdiff
fixed doxygen markup for a few line breaks in the tutorial
authorrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 24 Jul 2013 15:37:15 +0000 (15:37 +0000)
committerrbencina <rbencina@0f58301d-fd10-0410-b4af-bbb618454e57>
Wed, 24 Jul 2013 15:37:15 +0000 (15:37 +0000)
doc/src/tutorial/compile_windows.dox

index f88968048737d28659fb0b2e487bf75def593d7d..e235b1cb2ab130ea983ce96f7d35eb783504a078 100644 (file)
@@ -39,11 +39,11 @@ Since the preprocessor definitions are different for each configuration and plat
 \r
 9) Also in the preprocessor definitions you need to explicitly define the audio APIs you wish to use. For Windows the available API definitions are:\r
 \r
-PA_USE_ASIO[[BR]]\r
-PA_USE_DS (DirectSound)[[BR]]\r
-PA_USE_WMME (MME)[[BR]]\r
-PA_USE_WASAPI[[BR]]\r
-PA_USE_WDMKS[[BR]]\r
+PA_USE_ASIO<br>\r
+PA_USE_DS (DirectSound)<br>\r
+PA_USE_WMME (MME)<br>\r
+PA_USE_WASAPI<br>\r
+PA_USE_WDMKS<br>\r
 PA_USE_SKELETON\r
 \r
 For each of these, the value of 0 indicates that support for this API should not be included. The value 1 indicates that support for this API should be included.\r