Skip to content

Commit

Permalink
[docs] Update docs for Cephei 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jul 31, 2021
1 parent d93427a commit e1aeb45
Show file tree
Hide file tree
Showing 68 changed files with 6,776 additions and 7,806 deletions.
3 changes: 0 additions & 3 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
clean: true
output: docs
theme: fullwidth
objc: true
sdk: iphonesimulator
module: Cephei
Expand All @@ -11,7 +9,6 @@ author_url: https://hbang.github.io/
github_url: https://github.com/hbang/libcephei
root_url: https://hbang.github.io/libcephei/
dash_url: https://hbang.github.io/libcephei/docsets/Cephei.xml
readme: README.md
documentation: info/*.md
exclude: "*/include/*"
hide_documentation_coverage: true
Expand Down
10 changes: 4 additions & 6 deletions HBPreferences.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@ typedef void (^HBPreferencesValueChangeCallback)(NSString *key, id<NSCopying> _N
/// private let preferences = HBPreferences(identifier: "ws.hbang.common.demo")
///
/// // Example using registration method
/// private(set) var isEnabled: Bool = false
/// private(set) var canDoThing: Bool = false
/// private(set) var canDoThing: ObjCBool = false
///
/// // Example using custom getter and setter
/// var anotherSetting: Int {
/// get { preferences["AnotherSetting"] as! Int }
/// get { preferences["AnotherSetting"] as? Int ?? -1 }
/// set { preferences["AnotherSetting"] = newValue }
/// }
///
Expand All @@ -86,11 +85,10 @@ typedef void (^HBPreferencesValueChangeCallback)(NSString *key, id<NSCopying> _N
/// "AnotherSetting": 1
/// ])
///
/// preferences.register(&isEnabled, default: true, forKey: "Enabled")
/// preferences.register(&canDoThing, default: false, forKey: "Enabled")
/// preferences.register(&canDoThing, default: false, forKey: "DoThing")
///
/// // Example using dictionary subscript methods
/// print("Am I enabled? \(preferences["Enabled"] as? Bool ?? false)")
/// print("Can I do thing? \(canDoThing)")
/// }
///
/// }
Expand Down
179 changes: 80 additions & 99 deletions docs/Categories/NSDictionary(HBAdditions).html

Large diffs are not rendered by default.

176 changes: 79 additions & 97 deletions docs/Categories/NSLayoutConstraint(CompactConstraint).html

Large diffs are not rendered by default.

178 changes: 80 additions & 98 deletions docs/Categories/NSString(HBAdditions).html

Large diffs are not rendered by default.

178 changes: 80 additions & 98 deletions docs/Categories/PSListController(HBTintAdditions).html

Large diffs are not rendered by default.

186 changes: 84 additions & 102 deletions docs/Categories/UIColor(HBAdditions).html

Large diffs are not rendered by default.

176 changes: 79 additions & 97 deletions docs/Categories/UIView(CompactConstraint).html

Large diffs are not rendered by default.

245 changes: 127 additions & 118 deletions docs/Cephei — General.html

Large diffs are not rendered by default.

176 changes: 79 additions & 97 deletions docs/Cephei — Types and Constants.html

Large diffs are not rendered by default.

283 changes: 144 additions & 139 deletions docs/CepheiPrefs — Cells.html

Large diffs are not rendered by default.

178 changes: 80 additions & 98 deletions docs/CepheiPrefs — Deprecated.html

Large diffs are not rendered by default.

193 changes: 88 additions & 105 deletions docs/CepheiPrefs — General.html

Large diffs are not rendered by default.

383 changes: 283 additions & 100 deletions docs/CepheiPrefs — List Controllers.html

Large diffs are not rendered by default.

178 changes: 80 additions & 98 deletions docs/CepheiUI — General.html

Large diffs are not rendered by default.

213 changes: 96 additions & 117 deletions docs/Classes/HBAboutListController.html

Large diffs are not rendered by default.

199 changes: 90 additions & 109 deletions docs/Classes/HBAppearanceSettings.html

Large diffs are not rendered by default.

180 changes: 81 additions & 99 deletions docs/Classes/HBDiscreteSliderTableCell.html

Large diffs are not rendered by default.

190 changes: 86 additions & 104 deletions docs/Classes/HBLinkTableCell.html

Large diffs are not rendered by default.

919 changes: 319 additions & 600 deletions docs/Classes/HBListController.html

Large diffs are not rendered by default.

469 changes: 303 additions & 166 deletions docs/Classes/HBPreferences.html

Large diffs are not rendered by default.

176 changes: 79 additions & 97 deletions docs/Classes/HBRespringController.html

Large diffs are not rendered by default.

180 changes: 81 additions & 99 deletions docs/Classes/HBRootListController.html

Large diffs are not rendered by default.

190 changes: 86 additions & 104 deletions docs/Classes/HBStepperTableCell.html

Large diffs are not rendered by default.

409 changes: 202 additions & 207 deletions docs/Classes/HBSupportController.html

Large diffs are not rendered by default.

178 changes: 80 additions & 98 deletions docs/Enums/HBAppearanceSettingsLargeTitleStyle.html

Large diffs are not rendered by default.

168 changes: 76 additions & 92 deletions docs/cepheiprefs-annoying-warning.html

Large diffs are not rendered by default.

224 changes: 0 additions & 224 deletions docs/container-support.html

This file was deleted.

Loading

0 comments on commit e1aeb45

Please sign in to comment.