You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internalprotocolFoo{}publicprotocol Bar
publicstructFooBar:Foo,Bar{}
I do not want the documentation of FooBar to reference Foo unless --min-acl is set accordingly. Currently, Jazzy just copies (?) the declaration line (but does not link Foo since no documentation is created for that protocol).
The text was updated successfully, but these errors were encountered:
Say I have a setup similar to this:
I do not want the documentation of
FooBar
to referenceFoo
unless--min-acl
is set accordingly. Currently, Jazzy just copies (?) the declaration line (but does not linkFoo
since no documentation is created for that protocol).The text was updated successfully, but these errors were encountered: