You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Doxygen produces multiple ambiguous file warnings when building the documentation using make doc at the bundle level. For example:
/cfs/cFS/osal/src/os/posix/inc/os-impl-binsem.h:22: warning: the name `os-impl-binsem.h' supplied as the second argument in the \file statement matches the following input files:
/cfs/cFS/osal/src/os/posix/inc/os-impl-binsem.h
/cfs/cFS/osal/src/os/rtems/inc/os-impl-binsem.h
/cfs/cFS/osal/src/os/vxworks/inc/os-impl-binsem.h
Please use a more specific name by including a (larger) part of the path!
Describe the bug
Doxygen produces multiple ambiguous file warnings when building the documentation using
make doc
at the bundle level. For example:See more warnings in this log
warnings.log
To Reproduce
Checkout cFS bundle with submodules.
Copy the
sample_defs
from cFE into the cfs root directory as well as the Makefile thenexamine
cFS/build/doc/warnings.log
Expected behavior
No warnings about multiple files
Code snips
This code
can be replaced with
System observed on:
Ubuntu running on Docker
Additional context
None
Reporter Info
Gerardo E. Cruz-Ortiz
The text was updated successfully, but these errors were encountered: