Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Revert comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Lesiak committed Apr 25, 2023
1 parent be46c46 commit 063aa8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/antler/project/location.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ namespace antler::project::location {
/// @param l Location to evaluate.
/// @return true if l looks like a github repository.
[[nodiscard]] bool is_github_repo(std::string_view l);
/// @param github_url Full github URL with pointing to specific project
/// @return strips out `https://github.com/` from full URL
/// @param l Location to evaluate.
/// @return true if l looks like an archive from github.
[[nodiscard]] bool is_github_archive(std::string_view l);
/// @param l Location to evaluate.
/// @return true if l looks like a local file.
Expand Down

0 comments on commit 063aa8c

Please sign in to comment.