mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 23:20:19 +00:00
1 line
3.9 KiB
JSON
1 line
3.9 KiB
JSON
[{"user_id": 13919, "stars": [], "topic_id": 11592, "date_created": 1299627956.206912, "message": "I've looked at how nodejs and jQuery and they both look to be using their own custom solutions. Just curious what your favourite JavaScript API docs is and what tools are used to make them?", "group_id": 160, "id": 300534}, {"user_id": 15929, "stars": [], "topic_id": 11592, "date_created": 1299632571.881211, "message": "http://code.google.com/p/jsdoc-toolkit/", "group_id": 160, "id": 300846}, {"user_id": 1101, "stars": [{"date_created": 1300727777.5208189, "user_id": 16810}, {"date_created": 1306351374.7902861, "user_id": 1003}], "topic_id": 11592, "date_created": 1299650267.0555911, "message": "I personally love http://jashkenas.github.com/docco/", "group_id": 160, "id": 302249}, {"user_id": 1709, "stars": [], "topic_id": 11592, "date_created": 1299679402.923456, "message": "awesome - I was wondering how backbone.js did their annotated source code: http://documentcloud.github.com/backbone/docs/backbone.html", "group_id": 160, "id": 304527}, {"user_id": 15929, "stars": [], "topic_id": 11592, "date_created": 1299689322.1473091, "message": "i'm still a huge fan of labor of love like CodeIgniter's", "group_id": 160, "id": 306698}, {"user_id": 3795, "stars": [], "topic_id": 11592, "date_created": 1299714874.5694621, "message": "+1 for docco, we even wrote a Ruby port", "group_id": 160, "id": 309416}, {"user_id": 13919, "stars": [], "topic_id": 11592, "date_created": 1299774021.305259, "message": "Thanks for all the adivce. Docco looks like just what I was looking for. Thx!", "group_id": 160, "id": 314626}, {"user_id": 7381, "stars": [], "topic_id": 11592, "date_created": 1299887910.344378, "message": "dox seems to be like a docco which understands JavaDoc-style annotations: https://github.com/visionmedia/dox", "group_id": 160, "id": 328946}, {"user_id": 7381, "stars": [], "topic_id": 11592, "date_created": 1299888049.3678341, "message": "Google have a rather thorough guidelines for writing Closure-flavoured JSDoc style documentation, alas they don't seem to have released a documentation tool which makes use of it (assuming they have one): http://code.google.com/closure/compiler/docs/js-for-compiler.html", "group_id": 160, "id": 328956}, {"user_id": 7381, "stars": [], "topic_id": 11592, "date_created": 1299887827.7899089, "message": "Issues with the above: JSDoc gets lost in certain types of JavaScript (building up objects which will act as APIs in Function scopes is one), docco only documents end-line comments out of the box and its style of docs aren't always suited for someone who just wants to use your stuff. Personally, I've ended up hand-cranking with Sphinx and its JavaScript domain.", "group_id": 160, "id": 328937}, {"user_id": 3, "stars": [], "topic_id": 11592, "date_created": 1300235835.8543701, "message": "@cyu do you have an example or link explaining sphinx + js?", "group_id": 160, "id": 361435}, {"user_id": 3, "stars": [], "topic_id": 11592, "date_created": 1300235855.4379139, "message": "I just found out sphinx can be used with languages other than python and am intrigued", "group_id": 160, "id": 361440}, {"user_id": 21387, "stars": [], "topic_id": 11592, "date_created": 1300282386.0686779, "message": "@defunkt i personally didn't like much sphinx for documenting javascript. its functionality works perfectly for python, but looks a bit overwhelming for js. i wrote http://mandoojs.com/docs with sphinx, and i'm about to work in a simpler solution based on http://bonsaiden.github.com/JavaScript-Garden/ -- which I REALLY loved.", "group_id": 160, "id": 365561}, {"user_id": 21387, "stars": [], "topic_id": 11592, "date_created": 1300282417.8013771, "message": "BTW, anyone wanna go with me on this? :) will be working at nights. (GMT)", "group_id": 160, "id": 365568}, {"user_id": 1709, "stars": [], "topic_id": 11592, "date_created": 1300287009.9409649, "message": "@defunkt - didn't hear Sphinx from me", "group_id": 160, "id": 366502}] |