mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Gardening] De-RST DependencyAnalysis
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user