Skip to content

Commit 11d636e

Browse files
committed
Apply suggestion
Signed-off-by: Ricardo González Moreno <[email protected]>
1 parent 5654ad9 commit 11d636e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

resources/Custom.stg

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ $definitions; separator="\n"$
88

99
module(ctx, parent, module, definition_list) ::= <<
1010

11+
// In case of define C++ namespaces here (like `namespace $module.name$ {`, you should add property
12+
// `Context.using_explicitly_modules_custom_property` to the related TemplateGroup. Example:
13+
// tmanager.addGroup("Custom.stg").enable_custom_property(Context.using_explicitly_modules_custom_property);
14+
1115
$definition_list$
1216

1317
>>

0 commit comments

Comments
 (0)