同じ名前の 2 つのファイルがありますが、2 つの異なるディレクトリにあります。
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]
どうすればこれを回避できますか?