From db7b0b1f195d53e0b9760a7fc3dda80e192dfa51 Mon Sep 17 00:00:00 2001 From: yumetodo Date: Sat, 9 Dec 2017 18:49:31 +0900 Subject: [PATCH] Revert "fix: move notification to the top of template" This reverts commit 3c324fba8ab8bd816b33b561f0b8233c8b8484e6. https://github.com/cpprefjp/site/pull/491#discussion_r155917081 ref: - https://github.com/cpprefjp/site/issues/487 - https://github.com/cpprefjp/site/issues/481 --- editors_doc/class_template_page.md | 4 ++-- editors_doc/function_template_page.md | 4 ++-- editors_doc/header_template_page.md | 4 ++-- editors_doc/lang_template_page.md | 4 ++-- editors_doc/type-type_template_page.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/editors_doc/class_template_page.md b/editors_doc/class_template_page.md index 80a3b564e0..acc070de15 100644 --- a/editors_doc/class_template_page.md +++ b/editors_doc/class_template_page.md @@ -1,5 +1,3 @@ -(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) - # page_title (ページのタイトルです) * header_name[meta header] * class[meta id-type] @@ -32,6 +30,8 @@ namespace std { ## 概要 (ここには、クラスの概要を記述します。必須事項です。) +(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) + (必要な項目を省略する場合には、「(執筆中)」と書いておいてください。) ## メンバ関数 diff --git a/editors_doc/function_template_page.md b/editors_doc/function_template_page.md index 91cafab87f..1614cd8c8d 100644 --- a/editors_doc/function_template_page.md +++ b/editors_doc/function_template_page.md @@ -1,5 +1,3 @@ -(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) - # page_title (ページのタイトルです) * header_name[meta header] * function[meta id-type] @@ -31,6 +29,8 @@ void definition(); // 関数・変数・定数の宣言を記述します。 ## 概要 (ここには、関数・変数・定数の概要を記述します。必須事項です。) +(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) + (必要な項目を省略する場合には、「(執筆中)」と書いておいてください。) diff --git a/editors_doc/header_template_page.md b/editors_doc/header_template_page.md index 248e1ee33d..713a8608f6 100644 --- a/editors_doc/header_template_page.md +++ b/editors_doc/header_template_page.md @@ -1,5 +1,3 @@ -(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) - # page_title (ページのタイトルです) * header_name[meta header] * cpp17[meta cpp] @@ -20,6 +18,8 @@ (ここには、このヘッダファイル(ライブラリ)の概要を記述します。必須事項です。) +(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) + (必要な項目を省略する場合には、「(執筆中)」と書いておいてください。) | 名前 | 説明 | 対応バージョン | diff --git a/editors_doc/lang_template_page.md b/editors_doc/lang_template_page.md index d87f26ec4b..aa2b255d1b 100644 --- a/editors_doc/lang_template_page.md +++ b/editors_doc/lang_template_page.md @@ -1,5 +1,3 @@ -(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) - # page_title (ページのタイトルです) * cpp17[meta cpp] @@ -19,6 +17,8 @@ ## 概要 (ここには、言語機能の概要を記載します。) +(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) + (必要な項目を省略する場合には、「(執筆中)」と書いておいてください。) diff --git a/editors_doc/type-type_template_page.md b/editors_doc/type-type_template_page.md index cd3591ff3d..5f363f87fe 100644 --- a/editors_doc/type-type_template_page.md +++ b/editors_doc/type-type_template_page.md @@ -1,5 +1,3 @@ -(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) - # page_title (ページタイトルです) * header_name[meta header] * type-alias[meta id-type] @@ -31,6 +29,8 @@ typedef origin_type new_type; ## 概要 (ここには、型の概要を記述します。必須事項です。) +(サンプルコードが必要な場合は`example`タグを付け、コンパイル・実行可能にすることを検討してください。(ref: [cppref特有の拡張構文](specialized.md))) + (必要な項目を省略する場合には、「(執筆中)」と書いておいてください。) これは、メンバ型等の、型の別名定義を解説するページの雛形です。