add all menu options to doc string

svn: r15049
This commit is contained in:
Raphael Ackermann 2010-04-06 20:00:50 +00:00
parent 3e7f5993e3
commit a62463597e

View File

@ -83,20 +83,26 @@ class DetDescendantReport(Report):
gen - Maximum number of generations to include. gen - Maximum number of generations to include.
pagebgg - Whether to include page breaks between generations. pagebgg - Whether to include page breaks between generations.
firstName - Whether to use first names instead of pronouns. fulldates - Whether to use full dates instead of just year.
fulldate - Whether to use full dates instead of just year. listc - Whether to list children.
listchildren - Whether to list children. incnotes - Whether to include notes.
inc_mates - Whether to include information about spouses usecall - Whether to use the call name as the first name.
inc_notes - Whether to include notes. repplace - Whether to replace missing Places with ___________.
inc_attrs - Whether to include attributes repdate - Whether to replace missing Dates with ___________.
blankPlace - Whether to replace missing Places with ___________. computeage - Whether to compute age.
blankDate - Whether to replace missing Dates with ___________. omitda - Whether to omit duplicate ancestors (e.g. when distant cousins marry).
calcageflag - Whether to compute age.
dubperson - Whether to omit duplicate ancestors (e.g. when distant cousins mary).
verbose - Whether to use complete sentences. verbose - Whether to use complete sentences.
numbering - The descendency numbering system to be utilized. numbering - The descendancy numbering system to be utilized.
childref - Whether to add descendant references in child list. desref - Whether to add descendant references in child list.
addimages - Whether to include images. incphotos - Whether to include images.
incnames - Whether to include other names.
incevents - Whether to include events.
incaddresses - Whether to include addresses.
incsrcnotes - Whether to include source notes in the Endnotes section. Only works if Include sources is selected.
incmates - Whether to include information about spouses
incattrs - Whether to include attributes
incpaths - Whether to include the path of descendancy from the start-person to each descendant.
incssign - Whether to include a sign ('+') before the descendant number in the child-list to indicate a child has succession.
pid - The Gramps ID of the center person for the report. pid - The Gramps ID of the center person for the report.
""" """
Report.__init__(self, database, options_class) Report.__init__(self, database, options_class)