Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. May 17, 2021
  2. Apr 06, 2021
  3. Apr 04, 2021
  4. Mar 02, 2021
  5. Feb 09, 2021
  6. Jan 29, 2021
  7. Jan 11, 2021
  8. Jan 04, 2021
  9. Jan 01, 2021
  10. Dec 30, 2020
  11. Dec 16, 2020
  12. Jul 16, 2020
  13. Jun 11, 2020
  14. Jun 08, 2020
  15. Jun 05, 2020
  16. May 04, 2020
  17. Apr 27, 2020
  18. Apr 20, 2020
  19. Apr 17, 2020
  20. Apr 14, 2020
  21. Apr 10, 2020
  22. Mar 20, 2020
  23. Jan 21, 2020
  24. Jan 13, 2020
  25. Jan 03, 2020
  26. Nov 19, 2019
  27. Sep 12, 2019
  28. 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
  29. Aug 23, 2019
Loading