[LLVMbugs] [Bug 11122] New: doxygen CREATE_SUBDIRS should be YES

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Oct 12 11:17:19 PDT 2011


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: unassignedbugs at nondot.org
        ReportedBy: contact at philipashmore.com
                CC: llvmbugs at 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.



More information about the llvm-bugs mailing list