Re: [Quickbook] No longer able to build the regex docs?
Daniel James <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <[email protected]> |
On 20 June 2011 19:28, Daniel James <[email protected]> wrote: > On 20 June 2011 18:07, John Maddock <[email protected]> wrote: >> I just updated to latest Quickbook Trunk and I'm no longer able to build the >> regex lib docs, they fail with: > > It's producing invalid xml for =\<= in syntax_perl.qbk, which causes > the post-processor to fail (it requires valid markup). OK, I just removed the support for escapes in simple markup. I never noticed before that if you use \<, \>, \& in quickbook it doesn't xml encode them. I guess that might be deliberate, but it doesn't feel right to me. But that isn't something that should be changed without a version switch (as this problem demonstrated).