<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* Fix that autolinking wouldn't recognize numbers in namespaces/method names.
+
 * Improve support for &quot;methodized&quot; methods (methods available on both the instance and the class). Introduce `generic_signature` attribute for Documentation::InstanceMethod that shows the alternative signature for the static version of the method. (savetheclocktower)
 
 * Add `utilities`, `namespaces`, and `klasses` attributes to `Documentation::Section` nodes. (savetheclocktower)</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -75,7 +75,7 @@ module PDoc
           end
 
           def auto_link_content(content)
-            content.gsub(/\[\[([a-zA-Z$\.#]+)(?:\s+([^\]]+))?\]\]/) do |m|
+            content.gsub(/\[\[([a-zA-Z0-9$\.#]+)(?:\s+([^\]]+))?\]\]/) do |m|
               if doc_instance = root.find_by_name($1)
                 $2 ? link_to($2, path_to(doc_instance)) : auto_link(doc_instance, false)
               else</diff>
      <filename>templates/html/helpers.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1ca2eed4627c978165fa32605b48995559441b19</id>
    </parent>
  </parents>
  <author>
    <name>Thomas Fuchs</name>
    <email>thomas@fesch.at</email>
  </author>
  <url>http://github.com/tobie/pdoc/commit/bf8dc36576a5eb2f9ec11aa8aa4db838f393e19b</url>
  <id>bf8dc36576a5eb2f9ec11aa8aa4db838f393e19b</id>
  <committed-date>2009-06-12T07:58:11-07:00</committed-date>
  <authored-date>2009-06-12T07:54:24-07:00</authored-date>
  <message>Fix that autolinking wouldn't recognize numbers in namespaces/method names

Signed-off-by: Thomas Fuchs &lt;thomas@fesch.at&gt;</message>
  <tree>e3c518547185af036be714a0392703d8317cd834</tree>
  <committer>
    <name>Thomas Fuchs</name>
    <email>thomas@fesch.at</email>
  </committer>
</commit>
