Larry Evans <[EMAIL PROTECTED]> writes:

> Good point, but a better (IMHO) method is to document the "type"
> of report-info with comments somewhere in the file.  Something like:
>
> ;;Types:
> ;  (<report-id>
> ;    (gnc:make-report
> ;      report-name ; name of report ('name arg to gnc:define-report).
> ;    )
> ;  )
> ;  (<report-info>
> ;    (list
> ;      report-id ; <report-id>
> ;      row-span  ; rows occupied by subreport, report-id.
> ;      col-span  ; columns occupied by subreport, report-id.
> ;      callback  ; either #f or callback to set options for report-id.
> ;    )
> ;  )

Something like this would be good.  Feel free to submit a patch like
this.

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       [EMAIL PROTECTED]                        PGP key available
_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to