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 434dfd5 commit 13866e4Copy full SHA for 13866e4
pxr/base/tf/staticTokens.h
@@ -29,7 +29,11 @@
29
/// // Syntax when string name differs from symbol.
30
/// ((foo, "bar"))
31
///
32
-/// TF_DECLARE_PUBLIC_TOKENS(MfTokens, MF_TOKENS);
+/// // Include an export/import macro (e.g., MF_API) as the second argument
33
+/// // if you need the symbols to be exported. Othwerise, the two argument
34
+/// // version `TF_DECLARE_PUBLIC_TOKENS(MfTokens, MF_TOKENS);` is
35
+/// // sufficient.
36
+/// TF_DECLARE_PUBLIC_TOKENS(MfTokens, MF_API, MF_TOKENS);
37
/// \endcode
38
39
/// In cpp file:
0 commit comments