diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-24 15:54:12 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-05-24 15:54:12 -0700 |
| commit | 81fe73d02061866c2188fc8d9e13f9990a20d64d (patch) | |
| tree | 935ebe35cccf3a94816553e7db311ed2cfad8fc8 /toolsrc/include/SourceParagraph.h | |
| parent | a5eb44f1a62315f673b8f2f48c1d3895dcceabda (diff) | |
| download | vcpkg-81fe73d02061866c2188fc8d9e13f9990a20d64d.tar.gz vcpkg-81fe73d02061866c2188fc8d9e13f9990a20d64d.zip | |
[vcpkg] Add comments
Diffstat (limited to 'toolsrc/include/SourceParagraph.h')
| -rw-r--r-- | toolsrc/include/SourceParagraph.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolsrc/include/SourceParagraph.h b/toolsrc/include/SourceParagraph.h index 8d51b45d4..19f558170 100644 --- a/toolsrc/include/SourceParagraph.h +++ b/toolsrc/include/SourceParagraph.h @@ -15,6 +15,9 @@ namespace vcpkg const std::string& to_string(const Dependency& dep); + /// <summary> + /// Port metadata (CONTROL file) + /// </summary> struct SourceParagraph { SourceParagraph(); |
