https://bugs.freedesktop.org/show_bug.cgi?id=74013

          Priority: medium
            Bug ID: 74013
          Assignee: [email protected]
           Summary: Doxygen script is including directories that don't
                    exist
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: UNCONFIRMED
           Version: 4.0.3.1 rc
         Component: Libreoffice
           Product: LibreOffice

When I run make docs, I get the following at the start:

cleaning up
generating doxygen docs
Calling /doxygen /home/chris/repos/LibreOffice/core/solenv/inc/doxygen.cfg with
Input:      accessibility/source accessibility/inc include/accessibility 
Output:     /home/chris/repos/LibreOffice/core/docs/accessibility
Include:     /home/chris/repos/LibreOffice/core/include    
Version:    master
Tagfile:   
/home/chris/repos/LibreOffice/core/docs/accessibility/accessibility.tags
Ref-Tags:   
Title:      LibreOffice Module accessibility
Warning: Tag `SYMBOL_CACHE_SIZE' at line 349 of file
/home/chris/repos/LibreOffice/core/solenv/inc/doxygen.cfg has become obsolete.
To avoid this warning please remove this line from your configuration file or
upgrade it using "doxygen -u"
Warning: tag INPUT: input source `include/accessibility' does not exist
Warning: source include/accessibility is not a readable file or directory...
skipping.

Lots more errors also. 

---

The first warning is to remove SYMBOL_CACHE_SIZE as this was removed with
Doxygen 1.8.4 (and we don't use it anyway). Probably just run doxygen -u on the
config file (already submitted a patch here:
https://gerrit.libreoffice.org/#/c/7610/

The second warning appears to be caused because mkdocs.sh has the following
line:

DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT/inc include/$PROJECT "`

This won't work for modules like accessibility that don't have an
include/PROJECT directory yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to