http://www.perlmonks.org?node_id=632263


in reply to Re: Large-scale code documentation
in thread Large-scale code documentation

You can use Class::Contract and Params::Validate to create a syntax of "how stuff should work," from which you can write a lexer to create documentation for. Hardish work, but very rewarding when it works.

--
Tilly is my hero.