Two minor docstring fixes (#7216)

* fix XmlElement ref in docstring

* make sure jsdoc picks up renderDownloadsBadge() docstring
This commit is contained in:
chris48s
2021-11-03 18:49:10 +00:00
committed by GitHub
parent eb07b60cf0
commit 32dd99c540
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
/**
* @module
*/
import { downloadCount } from './color-formatters.js'
import { metric } from './text-formatters.js'