[Lldb-commits] Hi All!
Peter Collingbourne
peter at pcc.me.uk
Wed Jun 29 16:50:00 PDT 2011
Hi Vassil,
On Fri, Jun 10, 2011 at 04:49:32PM +0200, Vassil Vassilev wrote:
> Hi,
> Can I say Hi to lldb community with the attached patch.
> I saw that lldb didn't have doxygen documentation on the website and
> decided to see what I could do. Recently I did that for cling so I've
> made few changes to adapt it for lldb. It is customization of clang's
> approach of generating documentation. Be careful it's slow and space
> consuming ;)
Thanks for the patch.
I don't think we can accept it yet, because it will only work for a
website-style build (i.e. if BUILD_FOR_WEBSITE is set) because there
is no way to build the doxygen.cfg otherwise. Ideally we would like
"make doxygen" in the docs directory to work for a standard build.
For LLVM and clang this is done by having LLVM's configure script
run an AC_CONFIG_FILES pass over the doxygen.cfg.in file (yes, this
isn't ideal for a large number of projects, but I don't think we're
at that point yet). You can see the necessary changes I made in
clang r131282 and LLVM r131279.
Thanks,
--
Peter
More information about the lldb-commits
mailing list