mirror of
https://github.com/nlohmann/json.git
synced 2026-04-04 15:18:54 +00:00
improved documentation
This commit is contained in:
@@ -15,4 +15,12 @@ pre.fragment {
|
||||
|
||||
td.paramname {
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
||||
.ok_green {
|
||||
background-color: #89C35C;
|
||||
}
|
||||
|
||||
.nok_throws {
|
||||
background-color: #ffa500;
|
||||
}
|
||||
|
||||
@@ -13,3 +13,15 @@
|
||||
#top, .footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
td.paramname {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.ok_green {
|
||||
background-color: #89C35C;
|
||||
}
|
||||
|
||||
.nok_throws {
|
||||
background-color: #ffa500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user