Skip to content

Commit

Permalink
Updated/aligned comment headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Oct 6, 2016
1 parent d16f723 commit fd77951
Show file tree
Hide file tree
Showing 41 changed files with 82 additions and 41 deletions.
3 changes: 2 additions & 1 deletion R.swift/Generators/AggregatedStructGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 05-10-16.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/ColorStructGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Tom Lokhorst on 2016-03-13.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/FontStructGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/ImageStructGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/NibStructGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/ResourceFileStructGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/ReuseIdentifierGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/SegueGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/StoryboardGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/StringsStructGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Nolan Warner on 2016/02/23.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Generators/ValidatedStructGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 05-10-16.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/AssetFolder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 09-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/ColorPalette.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Tom Lokhorst on 2016-03-13.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/Font.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 09-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/Image.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 09-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/Locale.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Tom Lokhorst on 2016-04-24.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/LocalizableStrings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Tom Lokhorst on 2016-04-24.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/Nib.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 09-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/ResourceFile.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 09-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/Resources.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 08-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/ReusableContainer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/Storyboard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 09-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/StringParam.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Tom Lokhorst on 2016-04-18.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//
// Parts of the content of this file are loosly based on StringsFileParser.swift from SwiftGen/GenumKit.
// We don't feel this is a "substantial portion of the Software" so are not including their MIT license,
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/Unifiable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Tom Lokhorst on 2016-04-30.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/ResourceTypes/Xcodeproj.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 09-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/AccessLevel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 09-01-16.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/CodeGenerators/SwiftCodeConverible.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 14-01-16.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/CodeGenerators/TypePrinter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 14-01-16.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/Function.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/Let.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 05-01-16.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/Module.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 11-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/Struct.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/Type.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/TypeVar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 22-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/SwiftTypes/Typealias.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 10-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Util/ErrorOutput.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 11-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Util/SwiftIdentifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 11-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/Util/TypeSequenceProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 16-12-15.
// Copyright © 2015 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
3 changes: 2 additions & 1 deletion R.swift/version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// R.swift
//
// Created by Mathijs Kadijk on 09-05-16.
// Copyright © 2016 Mathijs Kadijk. All rights reserved.
// From: https://github.com/mac-cain13/R.swift
// License: MIT License
//

import Foundation
Expand Down
Loading

0 comments on commit fd77951

Please sign in to comment.