mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-27 13:03:37 +01:00
Replace use of <b>arg</b> in API docs with *arg*.
--HG-- extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
This commit is contained in:
@@ -28,8 +28,8 @@ const Library = Module("library", {
|
||||
|
||||
// FIXME: Prathyush do we really want to remove duplicates? If so, why not tracks too? --djk
|
||||
/**
|
||||
* Returns an array of all the album names for <b>artist</b> in the
|
||||
* main library.
|
||||
* Returns an array of all the album names for *artist* in the main
|
||||
* library.
|
||||
*
|
||||
* @param {string} artist The artist's name.
|
||||
* @returns {string[]}
|
||||
@@ -41,8 +41,8 @@ const Library = Module("library", {
|
||||
},
|
||||
|
||||
/**
|
||||
* Returns an array of all the track names for <b>artist</b> and
|
||||
* <b>album</b> in the main library.
|
||||
* Returns an array of all the track names for *artist* and *album* in the
|
||||
* main library.
|
||||
*
|
||||
* @param {string} artist The artist's name.
|
||||
* @param {string} album The album's name.
|
||||
|
||||
Reference in New Issue
Block a user