[Lldb-commits] Hi All!

Vassil Vassilev vasil.georgiev.vasilev at cern.ch
Sat Jul 9 04:20:08 PDT 2011


Hi Peter,
   Sorry for the delayed answer I didn't have much time. I spent a great 
deal of time on cling's error recovery.
   You are right make doxygen is much easier than setting flags just to 
get the doxygen.cfg.

   I am attaching the new patches. Please let me know if I misunderstood 
something or something needs to be fixed.
Cheers,
Vassil

On 06/30/2011 01:50 AM, Peter Collingbourne wrote:
> 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,

-------------- next part --------------
A non-text attachment was scrubbed...
Name: lldb-doxygen-enabled.diff
Type: text/x-patch
Size: 90995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110709/da66608a/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-autoconf-lldb.diff
Type: text/x-patch
Size: 1503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20110709/da66608a/attachment-0001.bin>


More information about the lldb-commits mailing list