Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 28 Feb 2016 01:35:43 UTC Commit: 871c562589abd587f113a773ee334bc2d0fbf47d https://github.com/geany/geany/commit/871c562589abd587f113a773ee334bc2d0fbf4...
Log Message: ----------- Further improve annotations rendition in HTML output
Modified Paths: -------------- doc/Doxyfile.in
Modified: doc/Doxyfile.in 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -252,12 +252,12 @@ ALIASES = "signal=- @ref " \
# Apparently Doxygen doesn't seem to like <type>only without a previous command, so create a no-op ALIASES += "noop=\if FALSE \endif" -ALIASES += "transfer{1}=\noop \xmlonly <simplesect kind="geany:transfer">\1</simplesect>\endxmlonly \htmlonly <em>(transfer: \1)</em> \endhtmlonly" -ALIASES += "elementtype{1}=\noop \xmlonly <simplesect kind="geany:element-type">\1</simplesect>\endxmlonly \htmlonly <em>(element-type: \1)</em> \endhtmlonly" +ALIASES += "transfer{1}=\noop \xmlonly <simplesect kind="geany:transfer">\1</simplesect>\endxmlonly \htmlonly <em title="Ownership transfer to the caller: \1">(transfer: \1)</em> \endhtmlonly" +ALIASES += "elementtype{1}=\noop \xmlonly <simplesect kind="geany:element-type">\1</simplesect>\endxmlonly \htmlonly <em title="Type of the elements in the container: \1">(element-type: \1)</em> \endhtmlonly" ALIASES += "scope{1}=\noop \xmlonly <simplesect kind="geany:scope">\1</simplesect>\endxmlonly \htmlonly <em>(scope: \1)</em> \endhtmlonly" ALIASES += "girskip=\noop \xmlonly <simplesect kind="geany:skip"></simplesect>\endxmlonly" ALIASES += "nullable=\noop \xmlonly <simplesect kind="geany:nullable"></simplesect>\endxmlonly" -ALIASES += "out=\noop \xmlonly <simplesect kind="geany:out"></simplesect>\endxmlonly \htmlonly <em>(output parameter)</em> \endhtmlonly" +ALIASES += "out=\noop \xmlonly <simplesect kind="geany:out"></simplesect>\endxmlonly \htmlonly <em title="Output parameter">(out)</em> \endhtmlonly" ALIASES += "optional=\noop \xmlonly <simplesect kind="geany:optional"></simplesect>\endxmlonly" ALIASES += "cb=\noop \xmlonly <simplesect kind="geany:scope">notified</simplesect>\endxmlonly" ALIASES += "cbdata=\noop \xmlonly <simplesect kind="geany:closure"></simplesect>\endxmlonly"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).