Next: Documenting tcl files Prev: Documenting bison files
d4c&b can document flex Start conditions, definitions, rules and ``C++'' elements in the user code section.
Auto comments are in ``C++'' style (`///' and `//').
See src/d4cab/libtcl/tcllex.l for an example of d4c&b output for a flex file.
Flex special considerations:
The official flex distribution does not support ``C++'' comments inside a start condition scope. You need to use the (slightly) modified version distributed with d4c&b.