> @@ -247,7 +247,18 @@ ALIASES = "signal=- @ref " \ > "endsignalproto=@endcode " \ > "signaldesc=" \ > "signals=@b Signals: " \ > - "endsignals= " > + "endsignals= " \ > + "addtogir=@internal" > + > +ALIASES += "transfer{1}=\a \xmlonly <simplesect > kind=\"geany:transfer\">\1</simplesect>\endxmlonly \htmlonly (transfer: \1) > \endhtmlonly" > +ALIASES += "elementtype{1}=\a \xmlonly <simplesect > kind=\"geany:element-type\">\1</simplesect>\endxmlonly \htmlonly > (element-type: \1) \endhtmlonly" > +ALIASES += "scope{1}=\a \xmlonly <simplesect > kind=\"geany:scope\">\1</simplesect>\endxmlonly \htmlonly (scope: \1) > \endhtmlonly"
right. will drop it for now --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/890/files#r52671324