我有两个同名但位于两个不同目录中的文件。
graphic_test ---semLib.c
|
|
-- vxWorksApi---semLib.c
我想用 Doxygen 构建一个 Html。这是文件 semLib.c 的标题
/**
* @file semLib.c
*/
我收到了这条信息
Multiple markers at this line
- the name `semLib.c' supplied as the second argument in the \file statement matches the following input files: /home/linuxdev/
Linux_Development_Workspace/graphic_tests/graphic_test/semLib.c /home/linuxdev/Linux_Development_Workspace/graphic_tests/vxWorksApi/semLib.c
- Line breakpoint: semLib.c [line: 2]
我怎样才能避免这种情况?