Hi Erik, > list of formatting handlers: > - foo(x,y): <one line description> foo performs ... and takes an argument > x that controls ... and argument y that ... > <one line example of a typical use> foo(amount,2) results in > amount to be displayed fooed a level of 2 times > - bar(x): ...
Thanks, that was quite helpful. Please have a look at the final HTML at http://jsfiddle.net/dd98hLx5/2/ is something like that you had in mind? I've used texinfo's @defun, @defvar, et al to document the value expressions accordingly and with only minimal changes to test/DocTests.py I'm able to have the @smallexample's for each value expression run and tested, yay! Have a look at the changes proposed in https://github.com/ledger/ledger/pull/373 and feel free to comment. Cheers, Alexis -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
