- type only once, as the first parameter, and creating a variable of this type
- named after the function but with @c pfn prefix and initialized with the
- function @e name from the wxDynamicLibrary
- @e dynlib.
-
- @param type
- the type of the function
-
- @param name
- the name of the function to load, not a string (without quotes,
- it is quoted automatically by the macro)
-
- @param dynlib
- the library to load the function from
+ type only once, as the first parameter, and creating a variable of this
+ type named after the function but with @c pfn prefix and initialized with
+ the function @a name from the wxDynamicLibrary @a dynlib.
+
+ @param type
+ The type of the function.
+ @param name
+ The name of the function to load, not a string (without quotes, it is
+ quoted automatically by the macro).
+ @param dynlib
+ The library to load the function from.
+
+ @header{wx/dynlib.h}