Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
Co-authored-by: John Ericson <[email protected]>
  • Loading branch information
edolstra and Ericson2314 authored Oct 20, 2023
1 parent 5be7705 commit df10dc6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/libutil/source-accessor.hh
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ struct SourceAccessor
PathFilter & filter = defaultPathFilter,
HashType ht = htSHA256);

/* Return a corresponding path in the root filesystem, if
possible. This is only possible for filesystems that are
materialized in the root filesystem. */
/**
* Return a corresponding path in the root filesystem, if
* possible. This is only possible for filesystems that are
* materialized in the root filesystem.
*/
virtual std::optional<CanonPath> getPhysicalPath(const CanonPath & path)
{ return std::nullopt; }

Expand Down

0 comments on commit df10dc6

Please sign in to comment.