
Joachim Faulhaber wrote:
2010/2/22 Steven Watanabe <watanabesj@gmail.com>
I have the same problem in my reference section. E.g.
http://www.herold-faulhaber.de/boost_itl/doc/libs/itl/doc/html/boost/itl/int...
If someone knew a trick for a better formatting result, I'd be very interested.
Indenting source code itself usually helps: template < typename DomainT, typename CodomainT, class Traits = itl::partial_absorber, ITL_COMPARE Compare = ITL_COMPARE_INSTANCE(std::less, DomainT), ITL_COMBINE Combine = ITL_COMBINE_INSTANCE(itl::inplace_plus, CodomainT), ITL_SECTION Section = ITL_SECTION_INSTANCE(itl::inplace_et, CodomainT), template<class, ITL_COMPARE> class Interval = itl::interval, ITL_ALLOC Alloc = std::allocator > class interval_map : public boost::itl::interval_base_map < boost::itl::interval_map < DomainT, CodomainT, Traits, Compare, Combine, Section, Interval, Alloc >, DomainT, CodomainT, Traits, Compare, Combine, Section, Interval, Alloc > { ... }; Best regards, -- Mateusz Loskot http://mateusz.loskot.net