mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Educational notes are small pieces of documentation which explain a concept relevant to some diagnostic message. If -enable-descriptive-diagnostics is passed, they will be printed after a diagnostic message if available. Educational notes can be found at /usr/share/doc/diagnostics in a toolchain, and are associated with specific compiler diagnostics in EducationalNotes.def.
4 lines
153 B
CMake
4 lines
153 B
CMake
swift_install_in_component(DIRECTORY diagnostics
|
|
DESTINATION "share/doc/swift"
|
|
COMPONENT compiler)
|