File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Sources/swift-doc/Supporting Types/Components Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
46
#76 by @victor-pavlychko .
47
47
- Fixed default location of sources reference in README
48
48
#92 by @heckj
49
- - Fixed indentation of code examples.
49
+ - Fixed indentation of code examples in HTML output .
50
50
#114 by @samsymons
51
+ - Fixed icons for symbols in HTML output.
52
+ #115 by @samsymons
51
53
52
54
## [ 1.0.0-beta.2] - 2020-04-08
53
55
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ struct Members: Component {
93
93
<h2> \#( section. title) </h2>
94
94
95
95
\#( section. members. map { member -> HypertextLiteral . HTML in
96
- let descriptor = String ( describing: type ( of: symbol . api) ) . lowercased ( )
96
+ let descriptor = String ( describing: type ( of: member . api) ) . lowercased ( )
97
97
98
98
return #"""
99
99
<div role="article" class=" \#( descriptor) " id= \#( member. id. description. lowercased ( ) . replacingOccurrences ( of: " " , with: " - " ) ) >
You can’t perform that action at this time.
0 commit comments