http://llvm.org/bugs/show_bug.cgi?id=11122

           Summary: doxygen CREATE_SUBDIRS should be YES
           Product: Documentation
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Doxygen
        AssignedTo: unassignedb...@nondot.org
        ReportedBy: cont...@philipashmore.com
                CC: llvmbugs@cs.uiuc.edu


Created an attachment (id=7446)
 --> (http://llvm.org/bugs/attachment.cgi?id=7446)
CREATE_SUBDIRS=YES for llvm

Steps to reproduce
1. mkdir am-build
2. cd am-build
3. ../llvm/configure --enable-doxygen
4. cd docs
5. doxygen doxygen.cfg

Result: doxygen generates 25613 files under docs/doxygen/html.

1. (from am-build) cd tools/clang/docs
2. doxygen doxygen.cfg
Result: doxygen generates 17137 files under tools/clang/docs/doxygen/html.

The LLVM doxygen run should also generate a TAG file that's reused by the clang
doxygen run.

Then there's integration with the libstdc++.tag if you have one.

Take a look at http://sourceforge.net/projects/v3c/
It creates doxygen documentation tag chains for related projects with automake.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
LLVMbugs@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to