Enums and UDT are not recognized by VBdocman. VBdocman depens on IDE's object model which totaly ignores them.
You can do this. Create the topic HTML page for enum or UDT manually and include in resulting CHM file:
- Create that HTML file.
- Place it in the output folder.
- In your comments (anywhere where appropriate, even in parameter description) place a link to this file. Use normal HTML syntax directly in comments <a href=...>. To use more general method working in all output formats like RTF, see VBdocman Help: "Using VBdocman-Tips&Tricks-Adding links directly in comments". You can also place this link to "See also" section using syntax:
@see "my_enum_file.htm My enumeration


