Skip to content

Commit

Permalink
Update to latest version of pdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed May 7, 2010
1 parent f372474 commit 694f36d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -74,7 +74,9 @@ module PrototypeHelper
:index_page => 'README.markdown',
:syntax_highlighter => syntax_highlighter,
:markdown_parser => :bluecloth,
:repository_url => "http://github.com/sstephenson/prototype/blob/#{current_head}/",
:src_code_href => proc { |file, line|
"http://github.com/sstephenson/prototype/blob/#{current_head}/#{file}#LID#{line}"
},
:pretty_urls => true,
:bust_cache => false,
:name => 'Prototype JavaScript Framework',
Expand Down

0 comments on commit 694f36d

Please sign in to comment.