efl/src
Xavi Artigas d20b8ad42a mono-docs: Allow HTML codes in documentation
Summary:
All comments from EO files are HTML-escaped (i.e. "<" is turned into "&lt;"), and this is good.
However all text added by the mono code generator is HTML-escaped too, and that is a pity.
Circumventing the escaping in the generator involves serious code changes so it is simpler to
allow "escaping" characters to avoid escaping...
"<" is turned into "&lt;"
but
"\<" is turned into "<"

If you are giving these strings from C, remember that the backslash needs to be escaped too!
For example: "\\<b\\>Hello\\</b\\>"

This is intended for use in the generators, NOT in the EO docs.

Test Plan: Everything works as before, but now HTML codes can be added from the generators.

Reviewers: lauromoura, vitor.sousa, felipealmeida

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9380
2019-07-23 21:53:01 +02:00
..
benchmarks autotools: REMOVAL! 2019-06-18 08:56:34 +02:00
bin mono-docs: Indicate when a class is BETA 2019-07-23 21:53:01 +02:00
bindings cxx: remove a compilation warning for g++ 7.x 2019-07-17 19:32:32 -03:00
edje_external here comes meson 2018-10-02 17:22:50 +02:00
examples evas_vg_json: Add image embedded example 2019-07-22 13:54:25 +09:00
generic replace hton and ntoh family functions with ones defined in eina 2019-02-01 14:25:35 +00:00
lib mono-docs: Allow HTML codes in documentation 2019-07-23 21:53:01 +02:00
modules evas_vg_load_svg: Support multiple gradient without <defs> part 2019-07-15 21:23:38 +09:00
scripts eolian: remove API to get freefunc of type 2019-07-08 16:06:42 +02:00
static_libs efl_canvas_vg image: changed image parameter type. 2019-07-22 17:31:06 +09:00
tests eolian: start to express ownership transfere 2019-07-23 18:09:36 +02:00
wayland_protocol meson: fix build files size explosion 2018-10-15 22:02:17 +02:00