Details
Description
Let's just find a comment block adjusted to 'proc' and interpert it as an html command description, like this:
// returns <code>a % b</code> proc mod [val a] [val b] { minus $a [mult $b [div $a $b]] }
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Take a look at com.xored.q7.ecl.model.ProcDecl class, it's doc() method is used by editor to show documentation