C++: Mention in the QLDoc that you cannot instantiate templates in the signature string.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-06-26 13:54:28 +01:00
parent 9a2c7d34af
commit d38ce61e03

View File

@@ -22,8 +22,8 @@
* 5. The `signature` column optionally restricts the named member. If
* `signature` is blank then no such filtering is done. The format of the
* signature is a comma-separated list of types enclosed in parentheses. The
* types can be short names or fully qualified names (mixing these two options
* is not allowed within a single signature).
* types must be stripped of template names. That is, write `const vector &`
* instead of `const vector<T> &`.
* 6. The `ext` column specifies additional API-graph-like edges. Currently
* there is only one valid value: "".
* 7. The `input` column specifies how data enters the element selected by the