Skip to content
Snippets Groups Projects
Forked from ogs / ogs
13331 commits behind the upstream repository.
Dmitri Naumov's avatar
Dmitri Naumov authored
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%'
9d920d1e
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.