mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
all: Fix comments for exported functions and packages
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
24e7d0c174
commit
610cedaa61
@@ -146,7 +146,7 @@ func (p *pageState) Eq(other any) bool {
|
||||
return p == pp
|
||||
}
|
||||
|
||||
// GetIdentify is for internal use.
|
||||
// GetIdentity is for internal use.
|
||||
func (p *pageState) GetIdentity() identity.Identity {
|
||||
return identity.NewPathIdentity(files.ComponentFolderContent, filepath.FromSlash(p.Pathc()))
|
||||
}
|
||||
|
@@ -57,7 +57,7 @@ func (c *PageCollections) AllPages() page.Pages {
|
||||
return c.allPages.get()
|
||||
}
|
||||
|
||||
// AllPages returns all regular pages for all languages.
|
||||
// AllRegularPages returns all regular pages for all languages.
|
||||
func (c *PageCollections) AllRegularPages() page.Pages {
|
||||
return c.allRegularPages.get()
|
||||
}
|
||||
|
Reference in New Issue
Block a user