xref: /aosp_15_r20/external/stardoc/test/testdata/local_repository_test/golden.md (revision b2fa42943c124aa9c7163734493fc7a7559681cf)
1<!-- Generated with Stardoc: http://skydoc.bazel.build -->
2
3A test that verifies documenting functions in an input file under a local_repository.
4
5<a id="min"></a>
6
7## min
8
9<pre>
10min(<a href="#min-integers">integers</a>)
11</pre>
12
13Returns the minimum of given elements.
14
15**PARAMETERS**
16
17
18| Name  | Description | Default Value |
19| :------------- | :------------- | :------------- |
20| <a id="min-integers"></a>integers |  A list of integers. Must not be empty.   |  none |
21
22**RETURNS**
23
24The minimum integer in the given list.
25
26
27