Revision a5442d7d4278287d46bee41a7607029b4f08a84c authored by Lars Bilke on 02 March 2021, 21:01:01 UTC, committed by Lars Bilke on 02 March 2021, 21:01:01 UTC
Doxygen fixes

See merge request ogs/ogs!3474
2 parent s 96780f6 + d0b959f
Raw File
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top