Skip to content
Snippets Groups Projects
  1. Mar 02, 2020
  2. Jan 03, 2020
  3. Dec 10, 2019
  4. 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
  5. Feb 27, 2019
  6. Jan 21, 2019
  7. Jan 06, 2019
  8. Jul 13, 2018
  9. Mar 01, 2018
  10. Jan 02, 2018
  11. Aug 17, 2017
  12. Jul 12, 2017
  13. Jul 06, 2017
  14. Jun 30, 2017
  15. Jun 29, 2017
Loading