Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-11-18 04:50:00 +0300
committerRyan Dahl <ry@tinyclouds.org>2010-11-18 04:50:00 +0300
commit9f1b27bf76dca5cba0e84c796baf6d2615ca4608 (patch)
tree236d16449343c263c72318d0025889b9f181520e /TODO
parent8d27393aa20afe9e0cba211e08957183587540e4 (diff)
Add doc TODOs
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index fe665f63b76..64c8d960ae6 100644
--- a/TODO
+++ b/TODO
@@ -24,3 +24,10 @@
Perhaps by assigning cb.opts.encoding and calling
EventEmitter.optHandlers.encoding() if it exists.
+- DOCS
+ - Fix examples using leading comma style. EG
+ http://nodejs.org/docs/v0.3.1/api/fs.html#fs.stat
+ - Remove jquery
+ - anchor links next to each function, for easy linking.
+ EG <a href="#fs.stat">#</a>
+