https://gitlab.opengeosys.org/ogs/ogs.git
Revision 5b297a54dced43c4bbed28bdf60a9cec3149b705 authored by Dmitri Naumov on 12 July 2023, 13:49:09 UTC, committed by Dmitri Naumov on 12 July 2023, 18:48:11 UTC
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.
1 parent 1de404b
Raw File
Tip revision: 5b297a54dced43c4bbed28bdf60a9cec3149b705 authored by Dmitri Naumov on 12 July 2023, 13:49:09 UTC
[doc] Use \file in headers. Replace @ with \.
Tip revision: 5b297a5
.vale.ini
# Vale configuration file.
#
# For more information, see https://vale.sh/docs/topics/config
StylesPath = Documentation/.vale
Vocab = ogs
MinAlertLevel = suggestion
Packages = Hugo

[*.md]
BasedOnStyles = Vale, write-good, ogs
Vale.Spelling = None
write-good.ThereIs = suggestion
write-good.Passive = None
write-good.TooWordy = None
write-good.Weasel = None
write-good.E-Prime = None

TokenIgnores = \
(\{\{[%<][^>]+[%>]\}\}), \
(.*?\{\{[%<]?/.*[%>]\}\}), \
; (\\ref\s\S+(\s"\S*")?), \
; (\\subpage\s\S*), \
; (\\copydoc\s\S*), \
(\$+[^\n$]+\$+), \
(\$[^\n$]+\$), \
(\\\S*|\{\S*\}), \
(\w*\set\sal)
back to top