Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Sun, 28 Feb 2016 00:58:04 UTC Commit: f69c72f4861eba9e81ed8fdc3d0d07b0a5e3b8b6 https://github.com/geany/geany/commit/f69c72f4861eba9e81ed8fdc3d0d07b0a5e3b8...
Log Message: ----------- Improve HTML rendition of some annotations
Modified Paths: -------------- doc/Doxyfile.in
Modified: doc/Doxyfile.in 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -252,9 +252,9 @@ 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 (transfer: \1) \endhtmlonly" -ALIASES += "elementtype{1}=\noop \xmlonly <simplesect kind="geany:element-type">\1</simplesect>\endxmlonly \htmlonly (element-type: \1) \endhtmlonly" -ALIASES += "scope{1}=\noop \xmlonly <simplesect kind="geany:scope">\1</simplesect>\endxmlonly \htmlonly (scope: \1) \endhtmlonly" +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 += "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 += "cb=\noop \xmlonly <simplesect kind="geany:scope">notified</simplesect>\endxmlonly"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).