mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
55177569a9
Fix function and enumeration type processing in mxmldoc. Add function type test file. Add stub for new XML schema validation program.
2 lines
77 B
C++
2 lines
77 B
C++
typedef int (*foo_func_t)(void *foo, int bar); /**** Foo function type ****/
|