Skip to content
Snippets Groups Projects
Commit 9d920d1e authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Remove explicit file name if doxygen's \file cmd.

If only file name is specified it causes a warning
about the name not to be specific enough if there is
another file with the same name, e.g.:

the name `IdealGasLaw.h' supplied as the second argument
in the \file statement matches the following input
files: ogs/MaterialLib/Fluid/Density/IdealGasLaw.h
ogs/MaterialLib/MPL/Properties/IdealGasLaw.h
Please use a more specific name by including a (larger)
part of the path!

From now on only \file w/o a name or a full path will
be allowed.

find -type f | xargs sed -i 's%\(\\file\).*%\1%'
parent 38d44ff1
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment