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