Hi, 

[snip]

> >
> >     Writing id5216184-bb.html for refentry(id5216184-bb)
> >     Writing id5216262-bb.html for refentry(id5216262-bb)
> > -- No template matches purpose in emphasis.
> >     Writing struct.boost.string_algo.is_equal.html for
> > refentry(struct.boost.string_algo.is_equal) --      No template matches purpose
> > in emphasis.
> 
> It's very odd that a brief description (<purpose> in BoostBook) would be 
> wrapped in an <emphasis> element... is all of this in the sandbox, or 
> someplace else I can take a look at it?
>

I will put it into sandbox as soon as I resolve some build problems. I have ported
the lib to use newest version of regex and I still have some problems with it.
If you want to look to generated docs you can find them in

http://lenin.felcer.sk/~droba/boost-book

[snip]
 
> > 4. Link to files in the reference index are invalid. Links are always
> > pointing to $BOOST/boost/<header name>.hpp, but my files are located in
> > $BOOST/boost/string_algo/<header_name>.hpp so the link is invalid.
> 
> Shouldn't you specify your header names as "string_algo/header name.hpp" 
> anyway, because that's what users are expected to #include?
>

Well, I would love to, but I don't know how. In the jamfile I have this:

doxygen string_algo.doxygen :   
        ../../../boost/string_algo/classification.hpp
        ../../../boost/string_algo/case_conv.hpp 
        ../../../boost/string_algo/find.hpp 
        ../../../boost/string_algo/trim.hpp
        ../../../boost/string_algo/predicate.hpp
        ../../../boost/string_algo/split.hpp
        ../../../boost/string_algo/erase.hpp
        ../../../boost/string_algo/replace.hpp
        ../../../boost/string_algo/replace2.hpp
        ../../../boost/string_algo/find2.hpp
        ../../../boost/string_algo/format2.hpp
        ../../../boost/string_algo/predicate2.hpp
        ../../../boost/string_algo/split2.hpp
        ../../../boost/string_algo/trim2.hpp
        ../../../boost/string_algo/iterator_range.hpp         
        ../../../boost/string_algo/sequence_traits.hpp
        ../../../boost/string_algo/container_traits.hpp
        ../../../boost/string_algo/compare.hpp
        ../../../boost/string_algo/regex.hpp
        ../../../boost/string_algo/regex2.hpp
                                                        ;
                
boostbook string_algo : string_algo.doxygen ;

I don't know where to specify the include location.


> > 5. Last point is just a wish. I have stated it before too, and I don't know
> > what is the status of it. I would like to modify doxygen parameters during
> > the build somehow. Currently the build process only generates the same
> > doxygen file, and it is hard to do something with it. I need to specify
> > some additional flags to doxygen config. Namely macro expasion is quite
> > essential. What I do now, it to let bjam generate default file, then I
> > modify it an rerun th doxygen manualy. Next time bjam uses xml generated
> > from my config.
> >
> >     I think it would be enough to add possibility to append a file to doxygen
> > config with custom settings.
> 
> Okay, this will be part of the Doxygen-fixing over the weekend. Thanks for the 
> feedback!
 
Great, this would help a lot.

Regards,

Pavol


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Boost-docs mailing list
[EMAIL PROTECTED]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to