File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -1823,6 +1823,23 @@ function quux () {
1823
1823
*/
1824
1824
function quux () {
1825
1825
1826
+ }
1827
+ // Message: Missing JSDoc @example description.
1828
+
1829
+ /**
1830
+ * @constructor
1831
+ */
1832
+ function quux () {
1833
+
1834
+ }
1835
+ // Message: Missing JSDoc @example declaration.
1836
+
1837
+ /**
1838
+ * @constructor
1839
+ * @example
1840
+ */
1841
+ function quux () {
1842
+
1826
1843
}
1827
1844
// Message: Missing JSDoc @example description.
1828
1845
````
@@ -1855,6 +1872,30 @@ function quux () {
1855
1872
*/
1856
1873
function quux () {
1857
1874
1875
+ }
1876
+
1877
+ /**
1878
+ * @constructor
1879
+ */
1880
+ function quux () {
1881
+
1882
+ }
1883
+ // Settings: {"jsdoc":{"avoidExampleOnConstructors":true}}
1884
+
1885
+ /**
1886
+ * @constructor
1887
+ * @example
1888
+ */
1889
+ function quux () {
1890
+
1891
+ }
1892
+ // Settings: {"jsdoc":{"avoidExampleOnConstructors":true}}
1893
+
1894
+ /**
1895
+ * @inheritdoc
1896
+ */
1897
+ function quux () {
1898
+
1858
1899
}
1859
1900
````
1860
1901
You can’t perform that action at this time.
0 commit comments