Skip to content

Commit 9860154

Browse files
authored
Adapts skeleton meta-text description. (#64)
Changes skeleton meta-text description wording from instructions to description. This should make it clearer for people that the italics descriptions should be kept in every topic.
1 parent e657d2f commit 9860154

18 files changed

+51
-5
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Compile-time programming: requires-clause
22

3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
5+
36
This topic is currently under construction and will soon be filled with information :)

compile-time-programming/requires-expressions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Module name: Requires Expressions
22

3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
5+
36
## Overview
47

58
<table>

functions/calling-functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# C++ functions: calling functions
22

3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
5+
36
This topic is currently under construction and will soon be filled with information :)

functions/defaulted-parameters.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Functions: default argument
2-
_Skeleton instructions are typeset in italic text._
2+
3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
35

46
## Overview
57

functions/member-functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# C++ functions: member functions
22

3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
5+
36
This topic is currently under construction and will soon be filled with information :)

functions/user-defined-literals.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Functions: user-defined literals
22

3-
_Skeleton instructions are typeset in italic text._
3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
45

56
## Overview
67

meta-error-handling/static_assert.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Meta-error handling: `static_assert`
2-
_Skeleton instructions are typeset in italic text._
2+
3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
35

46
## Overview
57

object-model/constant-objects.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# C++ object model: constant objects
22

3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
5+
36
This topic is currently under construction and will soon be filled with information :)

object-model/constructors.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# C++ object model: constructor
22

3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
5+
36
This topic is currently under construction and will soon be filled with information :)

object-model/copy-semantics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# C++ object model: copy semantics
22

3-
_Skeleton instructions are typeset in italic text._
3+
_Skeleton descriptions are typeset in italic text,_
4+
_so please don't remove these descriptions when editing the topic._
45

56
## Overview
67

0 commit comments

Comments
 (0)