1
0
mirror of https://github.com/golang/go synced 2024-10-05 08:21:22 -06:00
go/src/cmd/godoc
Robert Griesemer 9b07abab78 godoc: tiny bug fix - use correct filename when comparing files against the index whitelist
This bug prevented files such as READMEs etc. from being included in the index.
For instance, now author names recorded in the AUTHORS file can be found with
a godoc query.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4005047
2011-01-27 14:11:58 -08:00
..
codewalk.go log: new interface 2010-10-12 12:59:18 -07:00
dirtrees.go go/ast: use token.Pos instead of token.Position; adjust all dependent code 2010-12-06 14:23:18 -08:00
doc.go godoc: enable fulltext index by default 2011-01-19 14:33:05 -08:00
format.go godoc: show line numbers for non-go files (bug fix) 2011-01-20 10:43:55 -08:00
godoc.go godoc: full text index for whitelisted non-Go files 2011-01-26 21:49:30 -08:00
index.go godoc: tiny bug fix - use correct filename when comparing files against the index whitelist 2011-01-27 14:11:58 -08:00
main.go godoc: enable fulltext index by default 2011-01-19 14:33:05 -08:00
Makefile godoc: support for regular expression full text search 2011-01-10 15:34:29 -08:00
mapping.go godoc: better support for directory trees for user-defined 2010-09-14 11:16:36 -07:00
snippet.go godoc: don't double HTML-escape search result snippets 2011-01-13 12:44:04 -08:00
spec.go go/scanner: Make Init take a *token.File instead of a *token.FileSet. 2011-01-13 17:20:26 -08:00
utils.go godoc: full text index for whitelisted non-Go files 2011-01-26 21:49:30 -08:00