Skip to content

Commit

Permalink
Fix docstring for tilespec_fullname
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Jan 7, 2024
1 parent ecc5951 commit 242dfb2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions client/tileset/tilespec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -804,11 +804,7 @@ const QVector<QString> *get_tileset_list(const struct option *poption)
}

/**
Gets full filename for tilespec file, based on input name.
Returned data is allocated, and freed by user as required.
Input name may be null, in which case uses default.
Falls back to default if can't find specified name;
dies if can't find default.
* Gets full filename for tilespec file, based on input name.
*/
static QString tilespec_fullname(QString tileset_name)
{
Expand Down

0 comments on commit 242dfb2

Please sign in to comment.