I have a directory tree. Each directory is located Images of the same name, and file help.c
In file help.c is ref to image.

Help1.c

/** \page Page_file1  Test Nand  one pulse  Spice RC
 `  ![wiring diagram](SchematPrzebieg.png)`
*/

Help2.c

/** \page Page_file2  Test And 
` ![wiring diagram](SchematPrzebieg.png) `
*/

Of course, the images are different. Unfortunately, I see two different sides of the same picture
I now it is old topic. I tried to find a solution, I failed.

I try add relative directories to root, does not help

` ![wiring diagram](dirMain/dir1/SchematPrzebieg.png) `

All image are insert to one directory.
what I have to do ?
AG