In doc/Doxyfile.in:

> @@ -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"
> +ALIASES               += "skip=\a \xmlonly <simplesect kind=\"geany:skip\"></simplesect>\endxmlonly"
> +ALIASES               += "null=\a \xmlonly <simplesect kind=\"geany:nullable\"></simplesect>\endxmlonly"

I just find "nullable" more explicit and consistent with gtkdoc


Reply to this email directly or view it on GitHub.