search for: 164864

Displaying 1 result from an estimated 1 matches for "164864".

Did you mean: 16464
2012 Sep 29
0
[LLVMdev] doxygen tag files
...logies if this has popped up before. I intend to use LLVM with one of my projects and I noticed that currently the LLVM build process doesn't generate doxygen tag files. My projects all generate tag files and refer to the tag files of projects they use. I've modified a recent revision (164864) to 1. group html files into directories 2. generate a tag file 3. copy the files en-masse into $(DESTDIR)$(PROJ_docsdir)/doxygen, including llvm.tag 4. change the file attributes in-place See the attached patch that does this. The only problem I'm stuck with is how to get the sub-projects t...