diff options
author | 2011-06-12 01:23:34 +0100 | |
---|---|---|
committer | 2011-06-12 01:23:34 +0100 | |
commit | 971c850475575fbb92fb33998323dacc721b7eb8 (patch) | |
tree | 1830683755a043bf6334f0815a03da22fe9f2fe7 /ruby | |
parent | 975226c57f5b909b40e1103d7ad03b3ee0a99d7f (diff) | |
download | paludis-971c850475575fbb92fb33998323dacc721b7eb8.tar.gz paludis-971c850475575fbb92fb33998323dacc721b7eb8.tar.xz |
Remove unused docs
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/repository.cc | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/ruby/repository.cc b/ruby/repository.cc index 78a10442c..db87c3ca5 100644 --- a/ruby/repository.cc +++ b/ruby/repository.cc @@ -272,54 +272,6 @@ namespace } /* - * Document-method: installable_interface - * - * call-seq: - * installable_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: installed_interface - * - * call-seq: - * installed_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: mask_interface - * - * call-seq: - * mask_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: news_interface - * - * call-seq: - * news_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: uninstallable_interface - * - * call-seq: - * uninstallable_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: use_interface - * - * call-seq: - * use_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* * Document-method: environment_variable_interface * * call-seq: @@ -327,30 +279,6 @@ namespace * * Returns self if the repository supports the interface, otherwise Nil. */ - /* - * Document-method: provides_interface - * - * call-seq: - * provides_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: virtuals_interface - * - * call-seq: - * virtuals_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ - /* - * Document-method: e_interface - * - * call-seq: - * e_interface -> self or Nil - * - * Returns self if the repository supports the interface, otherwise Nil. - */ template <typename T_, typename R_, NamedValue<T_, R_ *> (RepositoryCapabilities::* f_)> struct Interface { |