aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/provider_basic_test/golden.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/provider_basic_test/golden.md')
-rwxr-xr-xtest/testdata/provider_basic_test/golden.md57
1 files changed, 57 insertions, 0 deletions
diff --git a/test/testdata/provider_basic_test/golden.md b/test/testdata/provider_basic_test/golden.md
new file mode 100755
index 0000000..2154f34
--- /dev/null
+++ b/test/testdata/provider_basic_test/golden.md
@@ -0,0 +1,57 @@
+<!-- Generated with Stardoc: http://skydoc.bazel.build -->
+
+<a name="#MyFooInfo"></a>
+
+## MyFooInfo
+
+<pre>
+MyFooInfo(<a href="#MyFooInfo-bar">bar</a>, <a href="#MyFooInfo-baz">baz</a>)
+</pre>
+
+Stores information about a foo.
+
+**FIELDS**
+
+
+| Name | Description |
+| :-------------: | :-------------: |
+| bar | (Undocumented) |
+| baz | (Undocumented) |
+
+
+<a name="#MyPoorlyDocumentedInfo"></a>
+
+## MyPoorlyDocumentedInfo
+
+<pre>
+MyPoorlyDocumentedInfo()
+</pre>
+
+
+
+**FIELDS**
+
+
+
+<a name="#MyVeryDocumentedInfo"></a>
+
+## MyVeryDocumentedInfo
+
+<pre>
+MyVeryDocumentedInfo(<a href="#MyVeryDocumentedInfo-favorite_food">favorite_food</a>, <a href="#MyVeryDocumentedInfo-favorite_color">favorite_color</a>)
+</pre>
+
+
+A provider with some really neat documentation.
+Look on my works, ye mighty, and despair!
+
+
+**FIELDS**
+
+
+| Name | Description |
+| :-------------: | :-------------: |
+| favorite_food | A string representing my favorite food |
+| favorite_color | A string representing my favorite color |
+
+