| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
doc.id should be used instead of doc.name, otherwise links are wrongly
generated
|
|
|
|
|
|
|
|
There were two places where we were removing old comments from google docs:
* gdocs.js fetching script
* docs/src/reader.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So you can use links without section when they link within the section.
|
|
|
|
|
|
And couple of missing semi-colons...
|
|
|
|
|
|
Guess we don't want to stop doc generating process because of non-existing link, so just log warning and continue...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|