Skip to content

Commit

Permalink
Use \l instead of \a for fssync docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Apr 18, 2024
1 parent 829fc9e commit 151fce5
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/ndb/NDBDbus.cc
Original file line number Diff line number Diff line change
Expand Up @@ -719,13 +719,13 @@ void NDBDbus::pfmRescanBooksFull() {
/*!
* \brief Begins a filesystem sync to add/remove content from onboard storage
*
* This is a more targeted option to add new content compared to \a pfmRescanBooks
* and \a pfmRescanBooksFull. It is what the browser uses when downloading
* This is a more targeted option to add new content compared to \l pfmRescanBooks
* and \l pfmRescanBooksFull. It is what the browser uses when downloading
* ebook files.
*
* Emits \a fssGotNumFilesToProcess signal to specify the number of files
* to be added, \a fssParseProgress to specify the current progress, and the
* \a fssFinished signal is emitted when complete.
* Emits \l fssGotNumFilesToProcess signal to specify the number of files
* to be added, \l fssParseProgress to specify the current progress, and the
* \l fssFinished signal is emitted when complete.
*
* \since 0.3.0
*/
Expand All @@ -737,13 +737,13 @@ void NDBDbus::n3fssSyncOnboard() {
/*!
* \brief Begins a filesystem sync to add/remove content from sd storage
*
* This is a more targeted option to add new content compared to \a pfmRescanBooks
* and \a pfmRescanBooksFull. It is what the browser uses when downloading
* This is a more targeted option to add new content compared to \l pfmRescanBooks
* and \l pfmRescanBooksFull. It is what the browser uses when downloading
* ebook files.
*
* Emits \a fssGotNumFilesToProcess signal to specify the number of files
* to be added, \a fssParseProgress to specify the current progress, and the
* \a fssFinished signal is emitted when complete.
* Emits \l fssGotNumFilesToProcess signal to specify the number of files
* to be added, \l fssParseProgress to specify the current progress, and the
* \l fssFinished signal is emitted when complete.
*
* \since 0.3.0
*/
Expand All @@ -755,13 +755,13 @@ void NDBDbus::n3fssSyncSD() {
/*!
* \brief Begins a filesystem sync to add/remove content from onboard and sd storage
*
* This is a more targeted option to add new content compared to \a pfmRescanBooks
* and \a pfmRescanBooksFull. It is what the browser uses when downloading
* This is a more targeted option to add new content compared to \l pfmRescanBooks
* and \l pfmRescanBooksFull. It is what the browser uses when downloading
* ebook files.
*
* Emits \a fssGotNumFilesToProcess signal to specify the number of files
* to be added, \a fssParseProgress to specify the current progress, and the
* \a fssFinished signal is emitted when complete.
* Emits \l fssGotNumFilesToProcess signal to specify the number of files
* to be added, \l fssParseProgress to specify the current progress, and the
* \l fssFinished signal is emitted when complete.
*
* \since 0.3.0
*/
Expand Down

0 comments on commit 151fce5

Please sign in to comment.