File tree Expand file tree Collapse file tree 5 files changed +32
-22
lines changed Expand file tree Collapse file tree 5 files changed +32
-22
lines changed Original file line number Diff line number Diff line change 9
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
- //
13
- // This file includes routines that extract metadata from executable and
14
- // dynamic library image files generated by the Swift compiler. The
15
- // concrete implementations vary greatly by platform.
16
- //
12
+ // /
13
+ // / \file
14
+ // /
15
+ // / This file includes routines that extract metadata from executable and
16
+ // / dynamic library image files generated by the Swift compiler. The concrete
17
+ // / implementations vary greatly by platform.
18
+ // /
17
19
// ===----------------------------------------------------------------------===//
18
20
19
21
#ifndef SWIFT_RUNTIME_IMAGE_INSPECTION_H
Original file line number Diff line number Diff line change 9
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
- //
13
- // This file includes routines that interact with ld*.so on ELF-based platforms
14
- // to extract runtime metadata embedded in dynamically linked ELF images
15
- // generated by the Swift compiler.
16
- //
12
+ // /
13
+ // / \file
14
+ // /
15
+ // / This file includes routines that interact with ld*.so on ELF-based platforms
16
+ // / to extract runtime metadata embedded in dynamically linked ELF images
17
+ // / generated by the Swift compiler.
18
+ // /
17
19
// ===----------------------------------------------------------------------===//
18
20
19
21
#if defined(__ELF__) || defined(__ANDROID__)
Original file line number Diff line number Diff line change 9
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
- //
13
- // ELF specific image inspection routines.
14
- //
12
+ // /
13
+ // / \file
14
+ // /
15
+ // / ELF specific image inspection routines.
16
+ // /
15
17
// ===----------------------------------------------------------------------===//
16
18
17
19
#ifndef SWIFT_RUNTIME_IMAGE_INSPECTION_ELF_H
Original file line number Diff line number Diff line change 9
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
- //
13
- // This file along with swift_sections.S is prepended to each shared library
14
- // on an ELF target which contains protocol and metadata sections.
15
- //
12
+ // /
13
+ // / \file
14
+ // /
15
+ // / This file along with swift_sections.S is prepended to each shared library on
16
+ // / an ELF target which contains protocol and metadata sections.
17
+ // /
16
18
// ===----------------------------------------------------------------------===//
17
19
18
20
#if defined(__ELF__) || defined(__ANDROID__)
Original file line number Diff line number Diff line change 9
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
- //
13
- // This file includes routines that interact with dyld on Mach-O-based platforms
14
- // to extract runtime metadata embedded in images generated by the Swift
15
- // compiler.
16
- //
12
+ // /
13
+ // / \file
14
+ // /
15
+ // / This file includes routines that interact with dyld on Mach-O-based
16
+ // / platforms to extract runtime metadata embedded in images generated by the
17
+ // / Swift compiler.
18
+ // /
17
19
// ===----------------------------------------------------------------------===//
18
20
19
21
#if defined(__APPLE__) && defined(__MACH__)
You can’t perform that action at this time.
0 commit comments