Descriptiongodoc: make id attributes unique
Some browsers (e.g. IE9) ignore the case of 'id' attributes
which can lead to conflicts. Prefix non-generated 'id's with
"pkg-" to make them different from any generated attribute.
Also: Added missing entry for "Other packages" to top-level
index.
Fixes issue 3851.
Patch Set 1 #Patch Set 2 : diff -r d3dd48c73d6d https://code.google.com/p/go #Patch Set 3 : diff -r d3dd48c73d6d https://code.google.com/p/go #Patch Set 4 : diff -r d3dd48c73d6d https://code.google.com/p/go #Patch Set 5 : diff -r d3dd48c73d6d https://code.google.com/p/go #Patch Set 6 : diff -r d3dd48c73d6d https://code.google.com/p/go #Patch Set 7 : diff -r d3dd48c73d6d https://code.google.com/p/go #Patch Set 8 : diff -r b562c975ab22 https://code.google.com/p/go #MessagesTotal messages: 9
|