Skip to content

Commit a8d9c90

Browse files
committed
クラスの雛形ページ : 検索エンジン用にページの別名を追加登録するメタ情報を記載 #1545
ほかのページ種別でも使用できる
1 parent 9cec653 commit a8d9c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

start_editing/class_template_page.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<!-- `cpp26removed[meta cpp]` : C++26で削除された機能 -->
3838
<!-- `future[meta cpp]` : 将来のC++で検討されている機能 -->
3939
<!-- `archive[meta cpp]` : 廃案になったが記録として残す価値のあるC++機能 -->
40+
<!-- `[meta alias]`は、検索エンジン用にページの別名を追加登録するためのメタ情報。カンマ区切りで複数登録できる。名前空間は各ページで指定されたものに準じる。例としてbasic_stringページには以下のように登録されている。 `* string,u8string,u16string,u32string,wstring[meta alias]` -->
4041

4142
```cpp
4243
namespace std {

0 commit comments

Comments
 (0)