diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-09 15:26:47 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-09 15:26:47 +0200 |
commit | 38737079b6c1096c2517e249198b8bc0bedf4156 (patch) | |
tree | ec1f00f0f7a621e2c71f9f898204ef8950eb05b1 /doc/code/classes/GitHost.html | |
parent | 2f019b2b4ca7ab646427b81ebaf3ff96cda211f4 (diff) | |
download | gitlab-ce-38737079b6c1096c2517e249198b8bc0bedf4156.tar.gz |
ignore docs by git
Diffstat (limited to 'doc/code/classes/GitHost.html')
-rw-r--r-- | doc/code/classes/GitHost.html | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/doc/code/classes/GitHost.html b/doc/code/classes/GitHost.html deleted file mode 100644 index 52ea8b32d4f..00000000000 --- a/doc/code/classes/GitHost.html +++ /dev/null @@ -1,125 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head> - <title>GitHost</title> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <link rel="stylesheet" href="../css/reset.css" type="text/css" media="screen" /> -<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" /> -<link rel="stylesheet" href="../css/github.css" type="text/css" media="screen" /> -<script src="../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script> -<script src="../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script> -<script src="../js/main.js" type="text/javascript" charset="utf-8"></script> -<script src="../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script> - -</head> - -<body> - <div class="banner"> - - <h1> - <span class="type">Module</span> - GitHost - - </h1> - <ul class="files"> - - <li><a href="../files/app/roles/git_host_rb.html">app/roles/git_host.rb</a></li> - - </ul> - </div> - <div id="bodyContent"> - <div id="content"> - - - - - - - - - - - - - - - <!-- Method ref --> - <div class="sectiontitle">Methods</div> - <dl class="methods"> - - <dt>G</dt> - <dd> - <ul> - - - <li> - <a href="#method-i-git_host">git_host</a> - </li> - - </ul> - </dd> - - </dl> - - - - - - - - - - - - - - - - - - - <!-- Methods --> - - <div class="sectiontitle">Instance Public methods</div> - - <div class="method"> - <div class="title method-title" id="method-i-git_host"> - - <b>git_host</b>() - - <a href="../classes/GitHost.html#method-i-git_host" name="method-i-git_host" class="permalink">Link</a> - </div> - - - <div class="description"> - - </div> - - - - - - - <div class="sourcecode"> - - <p class="source-link"> - Source: - <a href="javascript:toggleSource('method-i-git_host_source')" id="l_method-i-git_host_source">show</a> - - </p> - <div id="method-i-git_host_source" class="dyn-source"> - <pre><span class="ruby-comment"># File app/roles/git_host.rb, line 2</span> -<span class="ruby-keyword">def</span> <span class="ruby-keyword ruby-title">git_host</span> - <span class="ruby-constant">Gitlab</span><span class="ruby-operator">::</span><span class="ruby-constant">Gitolite</span>.<span class="ruby-identifier">new</span> -<span class="ruby-keyword">end</span></pre> - </div> - </div> - - </div> - </div> - - </div> - </body> -</html>
\ No newline at end of file |