Last active
February 26, 2017 00:18
-
-
Save norio-nomura/a439b2fcf7197fe301fa to your computer and use it in GitHub Desktop.
Xcode 7が認識するQuickHelpのキーワード
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// not start with - makes Description slice | |
/// - Parameter parameterName: is slice label | |
/// - Throws: is slice label | |
/// - Returns: is slice label | |
/// - Attention: is section label | |
/// - Author: is section label | |
/// - Authors: is section label | |
/// - Bug: is section label | |
/// - Complexity: is section label | |
/// - Copyright: is section label | |
/// - Date: is section label | |
/// - Experiment: is section label | |
/// - Important: is section label | |
/// - Invariant: is section label | |
/// - Note: is section label | |
/// - Postcondition: is section label | |
/// - Precondition: is section label | |
/// - Remark: is section label | |
/// - Requires: is section label | |
/// - Since: is section label | |
/// - TODO: is section label | |
/// - Version: is section label | |
/// - Warning: is section label | |
/** | |
Inside multiline comments, Parameters allows child elements. | |
- Parameters: | |
- parameterName1: is slice label | |
- parameterName2: is slice label | |
*/ |
複数行コメントの末尾は */
かと思います。
ありがとうございます。複数行コメントの末尾を */
に修正しました。
- SeeAlso:
は認識されなくなったぽい
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
複数行コメントだと
- Parameters:
も使える事を追記した。https://twitter.com/cockscomb/status/638945406848622593