tobie / pdoc

JavaScript inline documentation parser

This URL has Read+Write access

Comments for tobie's pdoc   feed

andriytyurnikov commented on tobie/pdoc Wed Sep 09 01:24:55 -0700 2009
Comment in 60ece59:

If your gem isn't showing up, double-check that your 'RubyGem' checkbox is checked on your repo, it's really easy to forget this step.

smith commented on tobie/pdoc Sun Aug 23 07:44:45 -0700 2009
Comment in 2e4c755:

Last I checked, RDiscount had some problems running on Windows. Can BlueCloth still be used as an alternative?

kangax commented on tobie/pdoc Fri Jun 12 13:12:35 -0700 2009
Comment on templates/html/helpers.rb L79 in bf8dc36:

What about underscore? If it's allowed, then it makes sense to replace a-zA-Z0-9_ with \w.

samleb commented on tobie/pdoc Wed Jun 03 15:43:20 -0700 2009
Comment in 2c02a96:

This would cause really weird bugs if two classes A and B happen to verify A.object_id = -(B.object_id).

jcoglan commented on tobie/pdoc Fri May 08 19:50:04 -0700 2009
Comment in a430b56:

It is, but adding the causes a bunch of errors that I didn't have time to fix. This might conflict with the convention for naming utility methods, will have to investigate further. I added this to let me document an underscored method, and $ is pretty uncommon in method names.

kangax commented on tobie/pdoc Fri May 08 06:40:33 -0700 2009
Comment on lib/pdoc/parser/treetop_files/ebnf_javascript.treetop L29 in a430b56:

"$" is allowed as a first character too.

savetheclocktower commented on tobie/pdoc Tue Nov 25 12:17:40 -0800 2008
Comment in 3e1daa1:

Hmm, looks like this commit breaks rendering for “utility” functions. If you change your Rakefile to point to the prototype.js fixture you’ll see what I mean. Know what could be causing this?

savetheclocktower commented on tobie/pdoc Mon Nov 24 16:21:46 -0800 2008
Comment in 3e1daa1:

You are awesome.