Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Jan 02, 2024
  2. Jan 03, 2023
  3. Jan 09, 2022
  4. Feb 12, 2021
  5. Feb 03, 2021
  6. Jan 01, 2021
  7. Apr 14, 2020
  8. Apr 10, 2020
  9. Jan 03, 2020
  10. 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
  11. Apr 17, 2019
  12. Feb 27, 2019
  13. Jan 06, 2019
  14. Jul 11, 2018
Loading