aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/reader.js
AgeCommit message (Collapse)Author
2011-08-18fix(docs): fix qfs.read() encoding issueDiPeng
- must use binary reading when using read function in q-fs module otherwise some unicode character may be garbled. Closes #497
2011-07-20refactor(gen-docs): use q, qq, q-fs (node modules) to write gen-docsDi Peng
- re-write gendocs.js, reader.js and writer.js - all calls are asynchronous
2011-06-07Remove removing old comments from gdocsVojta Jina
There were two places where we were removing old comments from google docs: * gdocs.js fetching script * docs/src/reader.js
2011-06-06ignore non .ngdoc filesIgor Minar
2011-06-06temporary hack to strip all the extra chars from google docsIgor Minar
2011-06-06Move documentation under individual headingsMisko Hevery
2011-06-06process only tutorial filesIgor Minar
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-10complete rewrite of documentation generationMisko Hevery
- romeved mustache.js - unified templates - improved testability of the code