Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Dmitri Naumov's avatar
    9d920d1e
    Remove explicit file name if doxygen's \file cmd. · 9d920d1e
    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
    Remove explicit file name if doxygen's \file cmd.
    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%'
Code owners
Assign users and groups as approvers for specific file changes. Learn more.