aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/reader.js
AgeCommit message (Collapse)Author
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc): make output less noisyMisko Hevery
2011-10-18fix(gen-docs): require files without touching PATHVojta Jina
So that it works on latest revision of node... New version of Node (v0.5.x) does not support require.paths.push().
2011-08-03fix(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