zeromq / czmq

High-level C binding for ØMQ
czmq.zeromq.org
Mozilla Public License 2.0
1.16k stars 523 forks source link

fixup invalid XML entities in document #2275

Open flier opened 7 months ago

flier commented 7 months ago

Problem: Invalid XML entities in document

Solution: use XML entity or warp document in <![CDATA[]>

sphaero commented 4 months ago

I'm not sure if we want this since this makes the generated api docs unreadable from source.

Can you elaborate what the problem is?