Skip to content

Commit

Permalink
Fix documentation syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xb8 committed May 7, 2023
1 parent e745f7c commit d6cb9e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/tag_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class TagParser : public QObject {

/*!
* \brief Sort tags respecting specified tag weights.
* \param tags Tag list to sort
* \return Sorted list of tags.
*/
void sortTags(QStringList::Iterator begin, QStringList::Iterator end) const;
Expand Down Expand Up @@ -238,8 +237,8 @@ class TagParser : public QObject {

/*!
* \brief Parse hex color string
* \param input Input string.
* \param color_name[out] Parsed input color string (optional).
* \param[in] input Input string.
* \param[out] color_name Parsed input color string (optional).
*/
static QColor parse_color(const QString& input, QString* color_name = nullptr);

Expand Down

0 comments on commit d6cb9e2

Please sign in to comment.