| <!-- Generated with Stardoc: http://skydoc.bazel.build --> |
| |
| A test that verifies support for .scl files. |
| |
| <a id="my_function"></a> |
| |
| ## my_function |
| |
| <pre> |
| load("@stardoc//test:testdata/scl_test/input.scl", "my_function") |
| |
| my_function(<a href="#my_function-x">x</a>, <a href="#my_function-y">y</a>, <a href="#my_function-z">z</a>, <a href="#my_function-kwargs">**kwargs</a>) |
| </pre> |
| |
| Dummy function |
| |
| Adds three values. |
| |
| |
| **PARAMETERS** |
| |
| |
| | Name | Description | Default Value | |
| | :------------- | :------------- | :------------- | |
| | <a id="my_function-x"></a>x | <p align="center"> - </p> | none | |
| | <a id="my_function-y"></a>y | <p align="center"> - </p> | none | |
| | <a id="my_function-z"></a>z | <p align="center"> - </p> | `"foo"` | |
| | <a id="my_function-kwargs"></a>kwargs | <p align="center"> - </p> | none | |
| |
| **RETURNS** |
| |
| x + y + z |
| |
| |