From 9557a47616d65fc21f24e192459f0a066e8c4df9 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lapersonne Date: Thu, 21 Nov 2024 13:04:12 +0100 Subject: [PATCH] docs: clean comments (#279) Signed-off-by: Pierre-Yves Lapersonne --- .../OUDSTheme+BorderSemanticTokens.swift | 2 +- .../OUDSTheme+ColorSemanticTokens.swift | 2 +- .../OUDSTheme+DimensionSemanticTokens.swift | 2 +- .../OUDSTheme+ElevationCompositeSemanticTokens.swift | 2 +- .../OUDSTheme+ElevationSemanticTokens.swift | 2 +- .../OUDSTheme+GridSemanticTokens.swift | 2 +- .../OUDSTheme+OpacitySemanticTokens.swift | 2 +- .../OUDSTheme+SizeSemanticTokens.swift | 2 +- .../OUDSTheme+SpaceSemanticTokens.swift | 2 +- .../OUDSTheme+TypographyCompositeSemanticTokens.swift | 4 +--- .../OUDSTheme+TypographySemanticTokens.swift | 2 +- .../Inverse/Sources/InverseTheme+ColorSemanticTokens.swift | 5 +++-- .../Sources/Declarations/OrangeBrandColorRawTokens.swift | 5 +++-- .../Declarations/OrangeBrandTypographyRawTokens.swift | 5 +++-- .../Orange/Sources/OrangeTheme+SemanticColorTokens.swift | 4 +++- .../TypeAliases/OrangeBrandTypographyRawTokens+Aliases.swift | 2 +- .../Sources/Values/OrangeBrandColorRawTokens+Values.swift | 5 +++++ .../Values/OrangeBrandTypographyRawTokens+Values.swift | 4 +++- .../RawTokens/Sources/Declarations/BorderRawTokens.swift | 2 +- .../RawTokens/Sources/Declarations/ColorRawTokens.swift | 2 +- .../RawTokens/Sources/Declarations/DimensionRawTokens.swift | 2 +- .../RawTokens/Sources/Declarations/ElevationRawTokens.swift | 2 +- .../RawTokens/Sources/Declarations/GridRawTokens.swift | 2 +- .../RawTokens/Sources/Declarations/OpacityRawTokens.swift | 2 +- .../RawTokens/Sources/Declarations/TypographyRawTokens.swift | 2 +- .../RawTokens/Sources/Values/GridRawTokens+Values.swift | 2 +- .../Sources/Values/TypographyRawTokens+Values.swift | 2 +- 27 files changed, 41 insertions(+), 31 deletions(-) diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+BorderSemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+BorderSemanticTokens.swift index 5c7bcc861a..58fa54b569 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+BorderSemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+BorderSemanticTokens.swift @@ -16,7 +16,7 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File generated by with the tokenator] +// [File generated by the tokenator since at least 21/11/2024] extension OUDSTheme: BorderSemanticTokens { @objc open var borderRadiusDefault: BorderRadiusSemanticToken { BorderRawTokens.borderRadius0 } diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ColorSemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ColorSemanticTokens.swift index 5f46cdcdb7..83098f39c5 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ColorSemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ColorSemanticTokens.swift @@ -16,7 +16,7 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+DimensionSemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+DimensionSemanticTokens.swift index f588d2c675..1762dac7e8 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+DimensionSemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+DimensionSemanticTokens.swift @@ -16,7 +16,7 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ElevationCompositeSemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ElevationCompositeSemanticTokens.swift index 0c6732619e..a9e846c1aa 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ElevationCompositeSemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ElevationCompositeSemanticTokens.swift @@ -15,7 +15,7 @@ import Foundation import OUDSTokensRaw import OUDSTokensSemantic -// [File not generated with the tokenator] +// [File not generated by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ElevationSemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ElevationSemanticTokens.swift index 6c477384e8..b605252da4 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ElevationSemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+ElevationSemanticTokens.swift @@ -16,7 +16,7 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File generated by with the tokenator] +// [File generated by the tokenator since at least 21/11/2024] // swiftlint:disable identifier_name diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+GridSemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+GridSemanticTokens.swift index 9f39837dd1..cc09490cf1 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+GridSemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+GridSemanticTokens.swift @@ -16,7 +16,7 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+OpacitySemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+OpacitySemanticTokens.swift index 064f14a206..81ad07132a 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+OpacitySemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+OpacitySemanticTokens.swift @@ -16,7 +16,7 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File generated by with the tokenator] +// [File generated by the tokenator since at least 21/11/2024] extension OUDSTheme: OpacitySemanticTokens { @objc open var opacityMedium: OpacitySemanticToken { OpacityRawTokens.opacity500 } diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+SizeSemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+SizeSemanticTokens.swift index 2c8610325b..14330e86be 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+SizeSemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+SizeSemanticTokens.swift @@ -16,7 +16,7 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+SpaceSemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+SpaceSemanticTokens.swift index 5cb1658c0c..cacd64e134 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+SpaceSemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+SpaceSemanticTokens.swift @@ -16,7 +16,7 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+TypographyCompositeSemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+TypographyCompositeSemanticTokens.swift index 0fcce8c85c..c44364430f 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+TypographyCompositeSemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+TypographyCompositeSemanticTokens.swift @@ -15,8 +15,7 @@ import Foundation import OUDSTokensRaw import OUDSTokensSemantic -// ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator with Figma able to output composites and tokenatoer able to manage them] +// [File not generated by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml @@ -26,7 +25,6 @@ import OUDSTokensSemantic /// These values can be overriden inside `OUDSTheme` subclasses (in extensions or not, in the same module or not) thanks to the `@objc open` combination. /// The aim of this extensions is to make relationships between all composite semantic tokens for typography and associated composite raw tokens. /// `OUDSTheme` can be seen as a kind of "abstract class" in _object oriented paradigm_. -/// extension OUDSTheme: TypographyCompositeSemanticTokens { // MARK: - Semantic tokens - Typography - Composites - Display diff --git a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+TypographySemanticTokens.swift b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+TypographySemanticTokens.swift index ca1e314388..5336dbe792 100644 --- a/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+TypographySemanticTokens.swift +++ b/OUDS/Core/OUDS/Sources/OUDSTheme/OUDSTheme+SemanticTokens/OUDSTheme+TypographySemanticTokens.swift @@ -16,7 +16,7 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml diff --git a/OUDS/Core/Themes/Inverse/Sources/InverseTheme+ColorSemanticTokens.swift b/OUDS/Core/Themes/Inverse/Sources/InverseTheme+ColorSemanticTokens.swift index 03f9f4728e..18d6e8bf89 100644 --- a/OUDS/Core/Themes/Inverse/Sources/InverseTheme+ColorSemanticTokens.swift +++ b/OUDS/Core/Themes/Inverse/Sources/InverseTheme+ColorSemanticTokens.swift @@ -17,8 +17,9 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] -// WARNING: Not synchronized anymore with the Figjam +// [File to generate by the tokenator] +// WARNING: Not synchronized anymore with the Figjam / Figma by developers team +// Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml // swiftlint:disable line_length // swiftlint:disable file_length diff --git a/OUDS/Core/Themes/Orange/Sources/Declarations/OrangeBrandColorRawTokens.swift b/OUDS/Core/Themes/Orange/Sources/Declarations/OrangeBrandColorRawTokens.swift index e244caf0e3..021af79881 100644 --- a/OUDS/Core/Themes/Orange/Sources/Declarations/OrangeBrandColorRawTokens.swift +++ b/OUDS/Core/Themes/Orange/Sources/Declarations/OrangeBrandColorRawTokens.swift @@ -11,11 +11,12 @@ // Software description: A SwiftUI components library with code examples for Orange Unified Design System // -/// This enum helps to add new raw tokens for this theme. +/// This enum helps to add new **color raw tokens** exclusive to this theme. /// Such tokens are packed in a _Swift enum_ so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else /// (i.e. publicly accessible from everywhere). More optimized than _struct_. public enum OrangeBrandColorRawTokens { // ଘ( ・ω・)_/゚・:*:・。☆ - // Note: So as to help the Figma-JSON-to-Swift parser the values have been added in the Values folder + // Note: So as to help the tokenator, the values have been added in the Values folder + // This trick helps also to write documentation for these tokens as the tokenator cannot generate documentation } diff --git a/OUDS/Core/Themes/Orange/Sources/Declarations/OrangeBrandTypographyRawTokens.swift b/OUDS/Core/Themes/Orange/Sources/Declarations/OrangeBrandTypographyRawTokens.swift index 0a78da547a..b8251efa3f 100644 --- a/OUDS/Core/Themes/Orange/Sources/Declarations/OrangeBrandTypographyRawTokens.swift +++ b/OUDS/Core/Themes/Orange/Sources/Declarations/OrangeBrandTypographyRawTokens.swift @@ -11,11 +11,12 @@ // Software description: A SwiftUI components library with code examples for Orange Unified Design System // -/// This enum helps to add new raw tokens for this theme. +/// This enum helps to add new **typography raw tokens** exclusive to this theme. /// Such tokens are packed in a _Swift enum_ so as to gather them in one object with the suitable namespace and avoid to have just constants in nothing else /// (i.e. publicly accessible from everywhere). More optimized than _struct_. public enum OrangeBrandTypographyRawTokens { // ଘ( ・ω・)_/゚・:*:・。☆ - // Note: So as to help the Figma-JSON-to-Swift parser the values have been added in the Values folder + // Note: So as to help the tokenator, the values have been added in the Values folder + // This trick helps also to write documentation for these tokens as the tokenator cannot generate documentation } diff --git a/OUDS/Core/Themes/Orange/Sources/OrangeTheme+SemanticColorTokens.swift b/OUDS/Core/Themes/Orange/Sources/OrangeTheme+SemanticColorTokens.swift index 296270dd7a..cdce4e1e99 100644 --- a/OUDS/Core/Themes/Orange/Sources/OrangeTheme+SemanticColorTokens.swift +++ b/OUDS/Core/Themes/Orange/Sources/OrangeTheme+SemanticColorTokens.swift @@ -15,7 +15,9 @@ import OUDSTokensRaw import OUDSTokensSemantic // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] +// WARNING: Not synchronized anymore with the Figjam / Figma by developers team +// Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml // swiftlint:disable line_length diff --git a/OUDS/Core/Themes/Orange/Sources/TypeAliases/OrangeBrandTypographyRawTokens+Aliases.swift b/OUDS/Core/Themes/Orange/Sources/TypeAliases/OrangeBrandTypographyRawTokens+Aliases.swift index 098cb5effd..99fd135ea9 100644 --- a/OUDS/Core/Themes/Orange/Sources/TypeAliases/OrangeBrandTypographyRawTokens+Aliases.swift +++ b/OUDS/Core/Themes/Orange/Sources/TypeAliases/OrangeBrandTypographyRawTokens+Aliases.swift @@ -13,5 +13,5 @@ import OUDSTokensRaw -/// An `OrangeBrandTypographyRawToken` is just a `TypographyFontFamilyRawToken` type +/// An `OrangeBrandTypographyRawToken` is just a TypographyFontFamilyRawToken` type public typealias OrangeBrandTypographyRawToken = TypographyFontFamilyRawToken diff --git a/OUDS/Core/Themes/Orange/Sources/Values/OrangeBrandColorRawTokens+Values.swift b/OUDS/Core/Themes/Orange/Sources/Values/OrangeBrandColorRawTokens+Values.swift index 0a660447d7..e6a67ec3a8 100644 --- a/OUDS/Core/Themes/Orange/Sources/Values/OrangeBrandColorRawTokens+Values.swift +++ b/OUDS/Core/Themes/Orange/Sources/Values/OrangeBrandColorRawTokens+Values.swift @@ -13,6 +13,11 @@ import OUDSTokensRaw +// ଘ( ・ω・)_/゚・:*:・。☆ +// [File to generate by the tokenator] +// WARNING: Not synchronized anymore with the Figjam / Figma by developers team +// Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml + // swiftlint:disable missing_docs extension OrangeBrandColorRawTokens { diff --git a/OUDS/Core/Themes/Orange/Sources/Values/OrangeBrandTypographyRawTokens+Values.swift b/OUDS/Core/Themes/Orange/Sources/Values/OrangeBrandTypographyRawTokens+Values.swift index 031546163a..7ea0707b59 100644 --- a/OUDS/Core/Themes/Orange/Sources/Values/OrangeBrandTypographyRawTokens+Values.swift +++ b/OUDS/Core/Themes/Orange/Sources/Values/OrangeBrandTypographyRawTokens+Values.swift @@ -12,7 +12,9 @@ // // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] +// WARNING: Not synchronized anymore with the Figjam / Figma by developers team +// Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml // swiftlint:disable missing_docs diff --git a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/BorderRawTokens.swift b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/BorderRawTokens.swift index c8a01e971d..a0683be16c 100644 --- a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/BorderRawTokens.swift +++ b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/BorderRawTokens.swift @@ -21,6 +21,6 @@ public enum BorderRawTokens { // ଘ( ・ω・)_/゚・:*:・。☆ - // Note: So as to help the Figma-JSON-to-Swift parser the values have been added in the Values folder + // Note: So as to help the tokenator, the values have been added in the Values folder // This trick helps also to write documentation for these tokens as the tokenator cannot generate documentation } diff --git a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/ColorRawTokens.swift b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/ColorRawTokens.swift index 8f1afc4a04..35206c88e6 100644 --- a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/ColorRawTokens.swift +++ b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/ColorRawTokens.swift @@ -22,7 +22,7 @@ public enum ColorRawTokens { // ଘ( ・ω・)_/゚・:*:・。☆ - // Note: So as to help the Figma-JSON-to-Swift parser the values have been added in the Values folder + // Note: So as to help the tokenator, the values have been added in the Values folder // This trick helps also to write documentation for these tokens as the tokenator cannot generate documentation /// Applies to a color in its hexadecimal representation the given `opacity` diff --git a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/DimensionRawTokens.swift b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/DimensionRawTokens.swift index eac314a2a2..83879506c5 100644 --- a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/DimensionRawTokens.swift +++ b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/DimensionRawTokens.swift @@ -21,6 +21,6 @@ public enum DimensionRawTokens { // ଘ( ・ω・)_/゚・:*:・。☆ - // Note: So as to help the Figma-JSON-to-Swift parser the values have been added in the Values folder + // Note: So as to help the tokenator, the values have been added in the Values folder // This trick helps also to write documentation for these tokens as the tokenator cannot generate documentation } diff --git a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/ElevationRawTokens.swift b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/ElevationRawTokens.swift index 43c27d6c2a..dc16cc0adb 100644 --- a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/ElevationRawTokens.swift +++ b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/ElevationRawTokens.swift @@ -22,6 +22,6 @@ public enum ElevationRawTokens { // ଘ( ・ω・)_/゚・:*:・。☆ - // Note: So as to help the Figma-JSON-to-Swift parser the values have been added in the Values folder + // Note: So as to help the tokenator, the values have been added in the Values folder // This trick helps also to write documentation for these tokens as the tokenator cannot generate documentation } diff --git a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/GridRawTokens.swift b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/GridRawTokens.swift index 5663383a04..bc1547b731 100644 --- a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/GridRawTokens.swift +++ b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/GridRawTokens.swift @@ -21,6 +21,6 @@ public enum GridRawTokens { // ଘ( ・ω・)_/゚・:*:・。☆ - // Note: So as to help the Figma-JSON-to-Swift parser the values have been added in the Values folder + // Note: So as to help the tokenator, the values have been added in the Values folder // This trick helps also to write documentation for these tokens as the tokenator cannot generate documentation } diff --git a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/OpacityRawTokens.swift b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/OpacityRawTokens.swift index 7e879a75d2..5713fc2e6f 100644 --- a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/OpacityRawTokens.swift +++ b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/OpacityRawTokens.swift @@ -21,6 +21,6 @@ public enum OpacityRawTokens { // ଘ( ・ω・)_/゚・:*:・。☆ - // Note: So as to help the Figma-JSON-to-Swift parser the values have been added in the Values folder + // Note: So as to help the tokenator, the values have been added in the Values folder // This trick helps also to write documentation for these tokens as the tokenator cannot generate documentation } diff --git a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/TypographyRawTokens.swift b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/TypographyRawTokens.swift index edf8f87c17..7a36e380d6 100644 --- a/OUDS/Core/Tokens/RawTokens/Sources/Declarations/TypographyRawTokens.swift +++ b/OUDS/Core/Tokens/RawTokens/Sources/Declarations/TypographyRawTokens.swift @@ -22,6 +22,6 @@ public enum TypographyRawTokens { // ଘ( ・ω・)_/゚・:*:・。☆ - // Note: So as to help the Figma-JSON-to-Swift parser the values have been added in the Values folder + // Note: So as to help the tokenator, the values have been added in the Values folder // This trick helps also to write documentation for these tokens as the tokenator cannot generate documentation } diff --git a/OUDS/Core/Tokens/RawTokens/Sources/Values/GridRawTokens+Values.swift b/OUDS/Core/Tokens/RawTokens/Sources/Values/GridRawTokens+Values.swift index 874f3aa4eb..d504e588b2 100644 --- a/OUDS/Core/Tokens/RawTokens/Sources/Values/GridRawTokens+Values.swift +++ b/OUDS/Core/Tokens/RawTokens/Sources/Values/GridRawTokens+Values.swift @@ -12,7 +12,7 @@ // // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // Create an issue for update https://github.com/Orange-OpenSource/ouds-ios/issues/new?template=token_update.yml diff --git a/OUDS/Core/Tokens/RawTokens/Sources/Values/TypographyRawTokens+Values.swift b/OUDS/Core/Tokens/RawTokens/Sources/Values/TypographyRawTokens+Values.swift index 5c9d7a8e52..07f622de48 100644 --- a/OUDS/Core/Tokens/RawTokens/Sources/Values/TypographyRawTokens+Values.swift +++ b/OUDS/Core/Tokens/RawTokens/Sources/Values/TypographyRawTokens+Values.swift @@ -12,7 +12,7 @@ // // ଘ( ・ω・)_/゚・:*:・。☆ -// [File to generate with the tokenator] +// [File to generate by the tokenator] // WARNING: Not synchronized anymore with the Figjam / Figma by developers team // swiftlint:disable missing_docs