Revision e46ccb369367b1ea3b3a984d6ef841ac21bbeef9 authored by Lars Bilke on 16 September 2021, 11:04:13 UTC, committed by Lars Bilke on 16 September 2021, 11:04:13 UTC
Draft: [ci] Catch undocumented parameter in Doxygen output.

See merge request ogs/ogs!3784
2 parent s d8159b8 + 421e76f
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