8000 [release-branch.go1.3] doc: add release note for 'godoc -analysis' · golang/go@2ae4c99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ae4c99

Browse files
committed
[release-branch.go1.3] doc: add release note for 'godoc -analysis'
««« CL 88560044 / d011c0dcae9c doc: add release note for 'godoc -analysis' Contains a link to /lib/godoc/analysis/help.html which is not yet live. LGTM=r R=r, adg CC=golang-codereviews https://golang.org/cl/88560044 »»» TBR=rsc R=golang-codereviews CC=golang-codereviews https://golang.org/cl/104150043
1 parent 2a3daa8 commit 2ae4c99

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

doc/go1.3.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,23 @@ <h3 id="gc_flag">Command-line flag parsing</h3>
295295
(The same change was made to the compilers and linkers in <a href="/doc/go1.1#gc_flag">Go 1.1</a>.)
296296
</p>
297297

298+
<h3 id="godoc">Changes to godoc</h3>
299+
<p>
300+
When invoked with the <code>-analysis</code> flag,
301+
<a href="http://godoc.org/code.google.com/p/go.tools/cmd/godoc">godoc</a>
302+
now performs sophisticated <a href="/lib/godoc/analysis/help.html">static
303+
analysis</a> of the code it indexes.
304+
The results of analysis are presented in both the source view and the
305+
package documentation view, and include the call graph of each package
306+
and the relationships between
307+
definitions and references,
308+
types and their methods,
309+
interfaces and their implementations,
310+
send and receive operations on channels,
311+
functions and their callers, and
312+
call sites and their callees.
313+
</p>
314+
298315
<h3 id="misc">Miscellany</h3>
299316

300317
<p>
@@ -309,7 +326,6 @@ <h3 id="misc">Miscellany</h3>
309326
moved and renamed; it now lives in <code>misc/makerelease</code>, still in the main repository.
310327
</p>
311328

312-
313329
<h2 id="performance">Performance</h2>
314330

315331
<p>

0 commit comments

Comments
 (0)