Skip to content
Snippets Groups Projects
Commit c4be2c0a authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[Doc] added aliases and directories

parent bf84b865
No related branches found
No related tags found
No related merge requests found
...@@ -239,6 +239,11 @@ TAB_SIZE = 4 ...@@ -239,6 +239,11 @@ TAB_SIZE = 4
# newlines. # newlines.
ALIASES = "per{1} = \1<sup>-1</sup>" ALIASES = "per{1} = \1<sup>-1</sup>"
ALIASES += "ogs_file_param{1} = \xrefitem ogs_file_param \"Project File Parameter\" \"List of all Input File Parameters\" \ref ogs_file_param__\1 \"\1\""
ALIASES += "ogs_file_attr{1} = \xrefitem ogs_file_param \"Project File Parameter\" \"List of all Input File Parameters\" \ref ogs_file_attr__\1 \"\1\""
ALIASES += "ogs_file_special = \xrefitem ogs_file_param \"Project File Parameter\" \"List of all Input File Parameters\" special OGS input file parameter
ALIASES += "ogs_file_param_special{1} = \xrefitem ogs_file_param \"Project File Parameter\" \"List of all Input File Parameters\" \ref ogs_file_param__\1 \"\1\""
ALIASES += "ogs_file_attr_special{1} = \xrefitem ogs_file_param \"Project File Parameter\" \"List of all Input File Parameters\" \ref ogs_file_attr__\1 \"\1\""
# This tag can be used to specify a number of word-keyword mappings (TCL only). # This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class" # A mapping has the form "name=value". For example adding "class=itcl::class"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment