Skip to content
Snippets Groups Projects
  1. Sep 11, 2019
    • Dmitri Naumov's avatar
      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
  2. Jul 16, 2019
  3. Jan 06, 2019
  4. Jan 02, 2018
  5. May 02, 2017
  6. Jan 09, 2017
  7. Oct 11, 2016
  8. Jun 28, 2016
  9. Jun 10, 2016
  10. May 17, 2016
  11. Feb 11, 2016
Loading