in module_builder.module_builder_info:

'views' => array(
      'url' => 'http://drupalcode.org/project/views.git/blob_plain/refs/heads/%branch:/docs/%file',
      // Probably should follow master as that may go away
      'branch' => 'master',
      'group' => 'views',      
      'hook_files' => array(
        'docs.php' => '%module.module',
        // other files here: view.inc, views.default.inc
      ),

but there is no master branch for views.
http://drupalcode.org/project/views.git/blob/HEAD:/README.txt

Comments

joachim’s picture

Status: Active » Postponed

blob_plain links are broken at the moment anyway

joachim’s picture

Status: Postponed » Active
joachim’s picture

Status: Active » Closed (won't fix)

Sorry, I'm no longer maintaining the 6.x branch. If you can provide a patch though, I'll commit it.