Skip to content
Snippets Groups Projects
  1. Dec 03, 2020
  2. Jun 08, 2020
  3. Jan 03, 2020
  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. Mar 04, 2019
  6. Feb 27, 2019
  7. Jan 06, 2019
  8. Jan 02, 2018
  9. May 02, 2017
  10. Jan 09, 2017
  11. Jun 21, 2016
  12. Jun 14, 2016
  13. May 17, 2016
  14. Jan 21, 2016
  15. Jan 13, 2016
  16. Sep 21, 2015
  17. Jul 17, 2015
  18. Jun 18, 2015
  19. Mar 04, 2015
  20. Jan 22, 2015
  21. Jan 21, 2015
  22. Jan 20, 2015
  23. Sep 02, 2014
  24. Sep 01, 2014
Loading