aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/multi_level_namespace_test_with_allowlist/golden.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/multi_level_namespace_test_with_allowlist/golden.md')
-rw-r--r--test/testdata/multi_level_namespace_test_with_allowlist/golden.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/test/testdata/multi_level_namespace_test_with_allowlist/golden.md b/test/testdata/multi_level_namespace_test_with_allowlist/golden.md
new file mode 100644
index 0000000..f35b10d
--- /dev/null
+++ b/test/testdata/multi_level_namespace_test_with_allowlist/golden.md
@@ -0,0 +1,54 @@
+<!-- Generated with Stardoc: http://skydoc.bazel.build -->
+
+A test that verifies documenting a multi-leveled namespace of functions with allowlist symbols.
+The allowlist symbols should cause everything in my_namespace to to be documented, but only a
+specific symbol in other_namespace to be documented.
+
+<a id="my_namespace.math.min"></a>
+
+## my_namespace.math.min
+
+<pre>
+my_namespace.math.min(<a href="#my_namespace.math.min-integers">integers</a>)
+</pre>
+
+Returns the minimum of given elements.
+
+**PARAMETERS**
+
+
+| Name | Description | Default Value |
+| :------------- | :------------- | :------------- |
+| <a id="my_namespace.math.min-integers"></a>integers | <p align="center"> - </p> | none |
+
+
+<a id="my_namespace.min"></a>
+
+## my_namespace.min
+
+<pre>
+my_namespace.min(<a href="#my_namespace.min-integers">integers</a>)
+</pre>
+
+Returns the minimum of given elements.
+
+**PARAMETERS**
+
+
+| Name | Description | Default Value |
+| :------------- | :------------- | :------------- |
+| <a id="my_namespace.min-integers"></a>integers | <p align="center"> - </p> | none |
+
+
+<a id="other_namespace.foo.nothing"></a>
+
+## other_namespace.foo.nothing
+
+<pre>
+other_namespace.foo.nothing()
+</pre>
+
+This function does nothing.
+
+
+