Revision 0e706c7e6a045294a84b210251d074ef6bd0d66d authored by Dmitry Yu. Naumov on 28 April 2021, 15:18:30 UTC, committed by Dmitry Yu. Naumov on 28 April 2021, 15:18:30 UTC
[doc] Fix placement of ogs_file_XXX for doxygen.

See merge request ogs/ogs!3594
2 parent s e1594e8 + fe839cc
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