Procházet zdrojové kódy

Help/create_test_sourcelist: format arguments in the signature docs

Ben Boeckel před 2 roky
rodič
revize
464bc12bb7
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      Help/command/create_test_sourcelist.rst

+ 4 - 4
Help/command/create_test_sourcelist.rst

@@ -5,10 +5,10 @@ Create a test driver and source list for building test programs.
 
 
 .. code-block:: cmake
 .. code-block:: cmake
 
 
-  create_test_sourcelist(sourceListName driverName
-                         test1 test2 test3
-                         EXTRA_INCLUDE include.h
-                         FUNCTION function)
+  create_test_sourcelist(<sourceListName> <driverName>
+                         <tests> ...
+                         [EXTRA_INCLUDE <include>]
+                         [FUNCTION <function>])
 
 
 A test driver is a program that links together many small tests into a single
 A test driver is a program that links together many small tests into a single
 executable.  This is useful when building static executables with large
 executable.  This is useful when building static executables with large