Revision ff15d0990a58a14bd5ee5f77e9729a23de2ea350 authored by Dmitry Yu. Naumov on 11 May 2021, 10:12:36 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 10:12:36 UTC
Add doxygen documentition for line source terms.

See merge request ogs/ogs!3618
2 parent s e4b016b + a8315a5
Raw File
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top