1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:20:13 -06:00
go/lib/godoc
Robert Griesemer d731dc8e72 Addressing issue brought up by dsymonds:
- When providing alternative spellings to a query, do not
  prefix it with a package qualifier as the suggestion may
  not have any results. Correctly filtering is quite a bit
  of work, and clicking the alternative spelling will always
  also show the qualified hits if they exist (but also others).
  Seems good enough for now.
- Give user feedback when the query syntax was wrong.
- Package names in search results are now links to the respective
  package documentation.
- Experimented with excluding main packages and test files
  from index with inconclusive results. Code is present and
  can be enabled by changing a flag in the source. This needs
  some more work.

R=rsc
CC=r, dsymonds
http://go/go-review/1026033
2009-11-08 23:34:08 -08:00
..
dirlist.html - properly align package synopses 2009-11-08 16:47:32 -08:00
godoc.html - properly align package synopses 2009-11-08 16:47:32 -08:00
package.html - properly align package synopses 2009-11-08 16:47:32 -08:00
package.txt - properly align package synopses 2009-11-08 16:47:32 -08:00
parseerror.html - added missing formatters in templates 2009-10-28 16:19:09 -07:00
parseerror.txt move godoc to src/cmd/godoc 2009-06-16 09:14:06 -07:00
search.html Addressing issue brought up by dsymonds: 2009-11-08 23:34:08 -08:00