Mark proxy classes as @api private

This commit is contained in:
Marc Siegel 2013-07-29 00:13:50 -04:00
parent d36dfa8b21
commit 9dcddc83c2
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
require "docile/fallback_context_proxy"
module Docile
# @api private
#
# Operates in the same manner as {FallbackContextProxy}, but replacing
# the primary `receiver` object with the result of each proxied method.
#

View File

@ -1,6 +1,8 @@
require 'set'
module Docile
# @api private
#
# A proxy object with a primary receiver as well as a secondary
# fallback receiver.
#