html/individual_index_header.go
exported method IndividualIndexHeader.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualIndexHeader) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewIndividualIndexHeader should have comment or be unexported Open
Open
func NewIndividualIndexHeader(document *gedcom.Document, selectedLetter rune, livingVisibility LivingVisibility, indexLetters []rune) *IndividualIndexHeader {
- Exclude checks
exported function GetIndexLetters should have comment or be unexported Open
Open
func GetIndexLetters(document *gedcom.Document, livingVisibility LivingVisibility) []rune {
- Exclude checks
exported type IndividualIndexHeader should have comment or be unexported Open
Open
type IndividualIndexHeader struct {
- Exclude checks