about summary refs log tree commit diff stats
path: root/cpp/041name
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-17 23:24:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-17 23:24:52 -0700
commit7284d503f67572dab678f68e5635c471a9d53480 (patch)
tree292b611d694da66c1a881ed11662cf9b0ee64610 /cpp/041name
parentb3cdcdd44f6b8db053e4814351fbf04fefb7d7cf (diff)
downloadmu-7284d503f67572dab678f68e5635c471a9d53480.tar.gz
1094 - demarcate sections in layers
We have tangled vs regular comments, but they highlight the same. So
we're still at 3 colors for comments. Anything more starts to seem
gratuitous.
Diffstat (limited to 'cpp/041name')
-rw-r--r--cpp/041name4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/041name b/cpp/041name
index c514ed3d..64a416af 100644
--- a/cpp/041name
+++ b/cpp/041name
@@ -134,7 +134,7 @@ recipe main [
 ]
 -name: assign x 1
 
-//: Support element names for containers in 'get' and 'get-address'.
+//:: Support element names for containers in 'get' and 'get-address'.
 
 //: update our running example container for the next test
 :(before "End Mu Types Initialization")
@@ -173,7 +173,7 @@ recipe main [
 +name: assign a 1
 +name: assign b 3
 
-//: Support variant names for exclusive containers in 'maybe-convert'.
+//:: Support variant names for exclusive containers in 'maybe-convert'.
 
 :(scenarios run)
 :(scenario "maybe_convert_named")