diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-03-25 19:12:44 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-03-29 23:22:07 -0400 |
commit | 8cab89a94b28a51b8dcbbe4b681df3c633a41aec (patch) | |
tree | e86d269dbadffd99a9885593e9a8ea7419fce54e /src/libstore/derived-path.hh | |
parent | 10dc2e2e7cc28276c989b72a3a98c4b5542211e4 (diff) |
Convert a bunch of comments in headers to Doxygen documentation
The internal API docs now contain more useful information.
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
Diffstat (limited to 'src/libstore/derived-path.hh')
-rw-r--r-- | src/libstore/derived-path.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/derived-path.hh b/src/libstore/derived-path.hh index 9e0cce377..72dbcc128 100644 --- a/src/libstore/derived-path.hh +++ b/src/libstore/derived-path.hh @@ -105,7 +105,7 @@ using _BuiltPathRaw = std::variant< >; /** - * A built path. Similar to a `DerivedPath`, but enriched with the corresponding + * A built path. Similar to a DerivedPath, but enriched with the corresponding * output path(s). */ struct BuiltPath : _BuiltPathRaw { |