Skip to content

Commit

Permalink
Improve brondoc, improve documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabordemooij committed Jan 2, 2021
1 parent c7d4820 commit e0c7700
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/brondoc.ctr
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ handleiding elk: { :taal :hoofdstukken
🠶tijd: tijd,
🠶taalregister: taalregister,
🠶taal: taal,
🠶titeltaal: taal hoofdletters,
🠶titeltaal: taal kopieer hoofdletters,
🠶hoofdstuk: onderdelen eerste html,
🠶voorbeeld: (onderdelen positie: 2) html,
🠶resultaat: (onderdelen positie: 3) html,
Expand All @@ -165,7 +165,7 @@ handleiding elk: { :taal :hoofdstukken
🠶taal: taal,
🠶link: onderdelen laatste.

Bestand nieuw: bestandslocatie, schrijf: document.
✎ schrijf: bestandslocatie, stop.
Bestand nieuw: bestandslocatie, schrijf: document.
}.
}.
4 changes: 2 additions & 2 deletions system.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ ctr_object* ctr_clock_copy( ctr_object* myself, ctr_argument* argumentList ) {
* [ Moment ] = [ Moment ]
*
* @example
* ☞ m ≔ Moment new year: 2070, month: 11.
* ☞ m ≔ Moment new year: 2070, month: 11, day: 1.
* ☞ n ≔ m copy.
* ✎ write: (m = n), stop.
* ✎ write: (m ≠ n), stop.
Expand Down Expand Up @@ -1165,7 +1165,7 @@ ctr_object* ctr_clock_equals( ctr_object* myself, ctr_argument* argumentList ) {
* [ Moment ] ≠ [ Moment ]
*
* @example
* ☞ m ≔ Moment new year: 2070, month: 11.
* ☞ m ≔ Moment new year: 2070, month: 11, day: 1
* ☞ n ≔ m copy.
* ✎ write: (m = n), stop.
* ✎ write: (m ≠ n), stop.
Expand Down

0 comments on commit e0c7700

Please sign in to comment.