We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7737f commit 17baa60Copy full SHA for 17baa60
README.md
@@ -173,6 +173,11 @@ and then you can insert it via `{@macro template_name}`, like
173
/// More comments
174
```
175
176
+Template definitions are currently unscoped -- if dartdoc reads a file containing a template, it can be used in anything
177
+dartdoc is currently documenting. This can lead to inconsistent behavior between runs on different
178
+packages, especially if different command lines are used for dartdoc. It is recommended to use collision-resistant
179
+naming for any macros by including the package name and/or library it is defined in within the name.
180
+
181
### Auto including dependencies
182
183
If `--auto-include-dependencies` flag is provided, dartdoc tries to automatically add
0 commit comments