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. May 10, 2021
  3. Apr 04, 2021
  4. Jan 01, 2021
  5. Oct 13, 2020
  6. Apr 10, 2020
  7. Mar 23, 2020
  8. Mar 16, 2020
  9. Mar 10, 2020
  10. Feb 21, 2020
  11. Jan 20, 2020
  12. Jan 03, 2020
  13. Nov 06, 2019
  14. Nov 03, 2019
  15. 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
  16. Jun 25, 2019
  17. Mar 11, 2019
  18. Feb 27, 2019
  19. Jan 06, 2019
  20. Nov 27, 2018
  21. Nov 23, 2018
  22. Mar 27, 2018
  23. Jan 17, 2018
  24. Jan 02, 2018
  25. Dec 04, 2017
  26. May 30, 2017
  27. May 02, 2017
  28. Mar 03, 2017
  29. Feb 24, 2017
  30. Jan 09, 2017
  31. Dec 01, 2016
Loading