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