We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2938be6 commit 06b00adCopy full SHA for 06b00ad
src/test/rustdoc/strip-block-doc-comments-stars.docblock.html
@@ -0,0 +1,2 @@
1
+<div class="docblock"><p>a</p>
2
+</div>
src/test/rustdoc/strip-block-doc-comments-stars.rs
@@ -0,0 +1,11 @@
+#![crate_name = "foo"]
+
3
+// The goal of this test is to answer that it won't be generated as a list because
4
+// block doc comments can have their lines starting with a star.
5
6
+// @has foo/fn.foo.html
7
+// @snapshot docblock - '//*[@class="rustdoc-toggle top-doc"]//*[@class="docblock"]'
8
+/**
9
+ * a
10
+ */
11
+pub fn foo() {}
0 commit comments