Skip to content

Commit

Permalink
quash @copydoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tra committed Mar 26, 2024
1 parent a57df98 commit 8f52f4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/assets/AssetManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,15 @@ class AssetManager {
template <typename T>
static void ReviewPriorities(AssetCache<T> &cache);

/** @copydoc */
/** @copydoc AssetManager::ReviewPriorities */
template <>
void ReviewPriorities(AssetCache<nlohmann::json> &cache);

/** @copydoc */
/** @copydoc AssetManager::ReviewPriorities */
template <>
void ReviewPriorities(AssetCache<OggFile> &cache);

/** @copydoc */
/** @copydoc AssetManager::ReviewPriorities */
template <>
void ReviewPriorities(AssetCache<HullConfigRecord> &cache);
};

0 comments on commit 8f52f4d

Please sign in to comment.