Re: [Boost-docs] [quickbook] Processing names with more than oneunderscore ( _ )

Subject: Re: [Boost-docs] [quickbook] Processing names with more than oneunderscore ( _ )
From: Barend Gehrels (barend_at_[hidden])
Date: 2011-02-26 14:30:50


Hi Paul,

Thanks for your answer

> "The free function make_envelope calculates the envelope (also known
> as axis aligned bounding box, aabb, or minimum bounding rectangle,
> mbr) of a geometry. This version with the make_ prefix returns the
> envelope, and ..."
>
> generates me underscored text from make_ to make_, "The free function
> make_envelope calculates the envelope (also known as axis aligned
> bounding box, aabb, or minimum bounding rectangle, mbr) of a geometry.
> This version with the make _prefix returns the envelope, and ..."
>
> is this solved by this? Or how could I avoid this? Actually I've a lot
> of similar problems, the _ behaviour is not too convenient for me (but
> for the rest: I like quickbook)
>
> Can you get round this (and make the display better) by using
> ... the `make_prefix`returns ...
>
>

Looked for solutions.
-> Indeed renaming it as make_prefix (either ticked or not) does help.
But make_prefix is not one word, the prefix is make_
-> Of course I can omit the last _ and that helps either. But strictly
the prefix is make_
-> Escaping like \_ does not help (according to the docs it seems that
it should work)
-> Escaping like '''make_''' let quickbook crash
-> Using unicode helps, I inserted \u005f (and, because this one
specificly was in a Doxygen macro, I used \\u005f)

So this sufficient, and can apply this by the _inserter postfix as well.

Regards, Barend



This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:41 UTC