Skip to content
Snippets Groups Projects
  1. Jul 21, 2023
  2. Jul 12, 2023
    • Dmitri Naumov's avatar
      [doc] Use \file in headers. Replace @ with \. · 5b297a54
      Dmitri Naumov authored
      This unifies the doxygen headers. If the (doxygen) header is not
      starting with \file, the following documentation is attributed to a
      different entity resulting is multiple copyright blocks and the like in
      the doxygen's html files.
      5b297a54
  3. Jan 03, 2023
  4. Jan 09, 2022
  5. Apr 04, 2021
  6. Jan 01, 2021
  7. Apr 10, 2020
  8. Jan 03, 2020
  9. 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
  10. Jan 06, 2019
  11. Mar 06, 2018
  12. Jan 02, 2018
  13. Aug 08, 2017
  14. Jun 29, 2017
  15. May 22, 2017
  16. Feb 03, 2017
  17. Jan 09, 2017
  18. Oct 05, 2016
  19. Jun 14, 2016
  20. Jun 10, 2016
  21. Jun 08, 2016
  22. Apr 06, 2016
  23. Feb 02, 2016
  24. Jan 17, 2016
  25. Jan 13, 2016
  26. Oct 24, 2015
  27. Sep 07, 2015
  28. Jun 03, 2015
  29. Jan 20, 2015
Loading