From d56fc083b79ebb7209736adec72f541e8cbf8fd1 Mon Sep 17 00:00:00 2001 From: baldurk Date: Fri, 15 Dec 2017 14:16:33 +0000 Subject: [PATCH] Fix typo in in_application_api restructuredText, missing colon on param --- docs/in_application_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/in_application_api.rst b/docs/in_application_api.rst index 433bce8cd..d9f912418 100644 --- a/docs/in_application_api.rst +++ b/docs/in_application_api.rst @@ -303,7 +303,7 @@ The path follows the template set in :cpp:func:`SetLogFilePathTemplate` so it ma This function will determine the closest matching replay UI executable for the current RenderDoc module and launch it. - :param uint32_t connectTargetControl should be set to 1 if the UI should immediately connect to the application. + :param uint32_t connectTargetControl: should be set to 1 if the UI should immediately connect to the application. :param const char* cmdline: is an optional UTF-8 null-terminated string to be appended to the command line, e.g. a capture filename. If this parameter is NULL, the command line will be unmodified. :return: If the UI was successfully launched, this function will return the PID of the new process. Otherwise it will return ``0``.