Skip to content

Commit e1f52ad

Browse files
Olli-Pekka Puolitaivaladbridge
authored andcommitted
Fix documentation
1 parent e6ea6aa commit e1f52ad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/test/examples/examples_lib.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,11 @@ def compile_repos(config, toolchains, targets, profile, verbose, examples, jobs=
367367
Args:
368368
config - the json object imported from the file.
369369
toolchains - List of toolchains to compile for.
370-
results - results of the compilation stage.
370+
targets - list of target names
371+
profile - build profile path or name if in default place
372+
verbose - enabling verbose
373+
examples - List of examples to be build
374+
jobs - Number of compile jobs
371375
372376
"""
373377
results = {}

0 commit comments

Comments
 (0)