Showing 640 of 640 total issues
exported method IndividualIndexLetter.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualIndexLetter) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewIndividualName should have comment or be unexported Open
Open
func NewIndividualName(individual *gedcom.IndividualNode, visibility LivingVisibility, unknownHTML string) *IndividualName {
- Exclude checks
exported method IndividualNameAndSex.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualNameAndSex) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported type PlaceEvent should have comment or be unexported Open
Open
type PlaceEvent struct {
- Exclude checks
exported method PlaceListPage.WriteHTMLTo should have comment or be unexported Open
Open
func (c *PlaceListPage) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewPlacePage should have comment or be unexported Open
Open
func NewPlacePage(document *gedcom.Document, placeKey string, googleAnalyticsID string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *PlacePage {
- Exclude checks
exported method PlusSVG.WriteHTMLTo should have comment or be unexported Open
Open
func (c *PlusSVG) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method Publisher.Publish should have comment or be unexported Open
Open
func (publisher *Publisher) Publish(fileWriter core.FileWriter, parallel int) (err error) {
- Exclude checks
exported function NewPublishHeader should have comment or be unexported Open
Open
func NewPublishHeader(document *gedcom.Document, extraTab string, selectedTab string, options *PublishShowOptions, indexLetters []rune, placesMap map[string]*place) *PublishHeader {
- Exclude checks
exported function NewDateRangeWithString should have comment or be unexported Open
Open
func NewDateRangeWithString(s string) (dr DateRange) {
- Exclude checks
comment on exported method DateRange.StartDate should be of the form "StartDate ..." Open
Open
// Start is the lower boundary of the date range.
- Exclude checks
exported method FamilyNode.SetWifePointer should have comment or be unexported Open
Open
func (node *FamilyNode) SetWifePointer(pointer string) *FamilyNode {
- Exclude checks
exported function RemoveDuplicateNamesFilter should have comment or be unexported Open
Open
func RemoveDuplicateNamesFilter() FilterFunction {
- Exclude checks
exported type FilterFlags should have comment or be unexported Open
Open
type FilterFlags struct {
- Exclude checks
exported method Column.WriteHTMLTo should have comment or be unexported Open
Open
func (c *Column) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method GoogleAnalytics.WriteHTMLTo should have comment or be unexported Open
Open
func (c *GoogleAnalytics) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported method TableHead.WriteHTMLTo should have comment or be unexported Open
Open
func (c *TableHead) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks
exported function NewTableRow should have comment or be unexported Open
Open
func NewTableRow(cells ...Component) *TableRow {
- Exclude checks
exported method IndividualDates.IsBlank should have comment or be unexported Open
Open
func (c *IndividualDates) IsBlank() bool {
- Exclude checks
exported method IndividualNameAndDatesLink.WriteHTMLTo should have comment or be unexported Open
Open
func (c *IndividualNameAndDatesLink) WriteHTMLTo(w io.Writer) (int64, error) {
- Exclude checks