mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
add missing }
This commit is contained in:
parent
fbaff36531
commit
fe1d017252
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ module attach(from, to, overlap, norot=false)
|
||||||
// Description:
|
// Description:
|
||||||
// Sets the `$tags` variable as specified for all its children. This makes it easy to set the tags
|
// Sets the `$tags` variable as specified for all its children. This makes it easy to set the tags
|
||||||
// on multiple items without having to repeat the tag setting for each one. Note that if you want
|
// on multiple items without having to repeat the tag setting for each one. Note that if you want
|
||||||
// to apply tags to non-tag-aware objects you need to use {{force_tags()} instead.
|
// to apply tags to non-tag-aware objects you need to use {{force_tags()}} instead.
|
||||||
// .
|
// .
|
||||||
// For a more step-by-step explanation of attachments, see the [[Attachments Tutorial|Tutorial-Attachments]].
|
// For a more step-by-step explanation of attachments, see the [[Attachments Tutorial|Tutorial-Attachments]].
|
||||||
// Arguments:
|
// Arguments:
|
||||||
|
|
Loading…
Reference in a new issue