[Gardening] De-RST DependencyAnalysis

This commit is contained in:
Robert Widmann
2020-05-02 01:43:23 -07:00
parent 4b555bb553
commit fa69229d1b
6 changed files with 27 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ enum class RequestFlags {
/// (e.g. \c TypeCheckSourceFileRequest) will require it.
///
/// For further discussion on incremental dependencies
/// see DependencyAnalysis.rst.
/// see DependencyAnalysis.md.
DependencySource = 1 << 3,
/// This request introduces the sink component of a source-sink
/// incremental dependency pair and is a consumer of the current
@@ -58,7 +58,7 @@ enum class RequestFlags {
/// (e.g. \c DirectLookupRequest) will require it.
///
/// For further discussion on incremental dependencies
/// see DependencyAnalysis.rst.
/// see DependencyAnalysis.md.
DependencySink = 1 << 4,
};