Skip to content
Snippets Groups Projects
  1. Jan 02, 2024
  2. Nov 03, 2023
  3. Oct 09, 2023
  4. 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
  5. Jan 03, 2023
  6. Jan 09, 2022
  7. Oct 10, 2021
  8. Jan 01, 2021
  9. Jan 03, 2020
  10. Oct 02, 2019
  11. Sep 26, 2019
  12. Sep 24, 2019
  13. Sep 23, 2019
  14. 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
  15. Feb 27, 2019
  16. Jan 06, 2019
  17. Mar 06, 2018
  18. Jan 18, 2018
  19. Jan 02, 2018
  20. Dec 04, 2017
  21. Nov 23, 2017
  22. Aug 29, 2017
  23. Jun 09, 2017
  24. Feb 17, 2017
  25. Feb 13, 2017
Loading