|
@@ -238,7 +238,10 @@ TAB_SIZE = 4
|
|
|
# "Side Effects:". You can put \n's in the value part of an alias to insert
|
|
# "Side Effects:". You can put \n's in the value part of an alias to insert
|
|
|
# newlines.
|
|
# newlines.
|
|
|
|
|
|
|
|
-ALIASES =
|
|
|
|
|
|
|
+ALIASES = "script=\if script" \
|
|
|
|
|
+ endscript=\endif \
|
|
|
|
|
+ "native=\if native" \
|
|
|
|
|
+ endnative=\endif
|
|
|
|
|
|
|
|
# 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"
|
|
@@ -639,7 +642,7 @@ GENERATE_DEPRECATEDLIST= YES
|
|
|
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
|
|
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
|
|
|
# ... \endcond blocks.
|
|
# ... \endcond blocks.
|
|
|
|
|
|
|
|
-ENABLED_SECTIONS =
|
|
|
|
|
|
|
+ENABLED_SECTIONS = native
|
|
|
|
|
|
|
|
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
|
|
# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
|
|
|
# initial value of a variable or macro / define can have for it to appear in the
|
|
# initial value of a variable or macro / define can have for it to appear in the
|