unplugged-system/external/stardoc/test/testdata/local_repository_test/golden.md

27 lines
524 B
Markdown
Raw Normal View History

<!-- Generated with Stardoc: http://skydoc.bazel.build -->
A test that verifies documenting functions in an input file under a local_repository.
<a id="min"></a>
## min
<pre>
min(<a href="#min-integers">integers</a>)
</pre>
Returns the minimum of given elements.
**PARAMETERS**
| Name | Description | Default Value |
| :------------- | :------------- | :------------- |
| <a id="min-integers"></a>integers | A list of integers. Must not be empty. | none |
**RETURNS**
The minimum integer in the given list.