Skip to content

Commit

Permalink
Revert "fix: move notification to the top of template"
Browse files Browse the repository at this point in the history
This reverts commit 3c324fb.

#491 (comment)

ref:
- #487
- #481
  • Loading branch information
yumetodo committed Dec 9, 2017
1 parent 3c324fb commit db7b0b1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions editors_doc/class_template_page.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))

# page_title (ページのタイトルです)
* header_name[meta header]
* class[meta id-type]
Expand Down Expand Up @@ -32,6 +30,8 @@ namespace std {
## 概要
(ここには、クラスの概要を記述します。必須事項です。)
(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))
(必要な項目を省略する場合には、「(執筆中)」と書いておいてください。)
## メンバ関数
Expand Down
4 changes: 2 additions & 2 deletions editors_doc/function_template_page.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))

# page_title (ページのタイトルです)
* header_name[meta header]
* function[meta id-type]
Expand Down Expand Up @@ -31,6 +29,8 @@ void definition(); // 関数・変数・定数の宣言を記述します。
## 概要
(ここには、関数・変数・定数の概要を記述します。必須事項です。)

(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))

(必要な項目を省略する場合には、「(執筆中)」と書いておいてください。)


Expand Down
4 changes: 2 additions & 2 deletions editors_doc/header_template_page.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))

# page_title (ページのタイトルです)
* header_name[meta header]
* cpp17[meta cpp]
Expand All @@ -20,6 +18,8 @@

(ここには、このヘッダファイル(ライブラリ)の概要を記述します。必須事項です。)

(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))

(必要な項目を省略する場合には、「(執筆中)」と書いておいてください。)

| 名前 | 説明 | 対応バージョン |
Expand Down
4 changes: 2 additions & 2 deletions editors_doc/lang_template_page.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))

# page_title (ページのタイトルです)
* cpp17[meta cpp]

Expand All @@ -19,6 +17,8 @@
## 概要
(ここには、言語機能の概要を記載します。)

(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))

(必要な項目を省略する場合には、「(執筆中)」と書いておいてください。)


Expand Down
4 changes: 2 additions & 2 deletions editors_doc/type-type_template_page.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))

# page_title (ページタイトルです)
* header_name[meta header]
* type-alias[meta id-type]
Expand Down Expand Up @@ -31,6 +29,8 @@ typedef origin_type new_type;
## 概要
(ここには、型の概要を記述します。必須事項です。)

(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md)))

(必要な項目を省略する場合には、「(執筆中)」と書いておいてください。)

これは、メンバ型等の、型の別名定義を解説するページの雛形です。
Expand Down

0 comments on commit db7b0b1

Please sign in to comment.