[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Thu, 9 May 2024 17:18:26 -0400 (EDT) |
branch: master
commit ea64f7401bb02f120104f3b952fef369d6df6fb3
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu May 9 22:25:53 2024 +0200
* tp/Texinfo/ParserNonXS.pm (_split_delimiters)
(_next_bracketed_or_word_agg, _parse_def),
tp/Texinfo/XS/main/element_types.txt, tp/Texinfo/XS/parsetexi/def.c
(next_bracketed_or_word_agg) (split_delimiters, parse_def): rename
def_aggregate type as def_line_arg type.
---
ChangeLog | 8 +
tp/Texinfo/ParserNonXS.pm | 10 +-
tp/Texinfo/XS/main/element_types.c | 2 +-
tp/Texinfo/XS/main/element_types.h | 2 +-
tp/Texinfo/XS/main/element_types.txt | 2 +-
tp/Texinfo/XS/parsetexi/def.c | 8 +-
tp/t/results/conditionals/defcondx_Dbar.pl | 4 +-
tp/t/results/conditionals/defcondx_Ubar.pl | 2 +-
tp/t/results/converters_tests/complex_nestings.pl | 30 +-
.../conversion_with_undef_customization.pl | 10 +-
.../converters_tests/definition_commands.pl | 1110 ++++++++++----------
.../converters_tests/frenchspacing_and_code.pl | 40 +-
.../converters_tests/test_deftypefnnewline.pl | 172 +--
tp/t/results/coverage/def.pl | 78 +-
tp/t/results/def/adjacent_defline.pl | 14 +-
tp/t/results/def/all_commands.pl | 264 ++---
tp/t/results/def/all_commands_delimiters.pl | 758 ++++++-------
.../def/all_commands_delimiters_printindex.pl | 758 ++++++-------
tp/t/results/def/all_commands_printindex.pl | 264 ++---
tp/t/results/def/ampchar.pl | 14 +-
tp/t/results/def/bracketed_arg_no_space.pl | 6 +-
tp/t/results/def/code_in_def.pl | 10 +-
tp/t/results/def/comment_index_before_defline.pl | 8 +-
tp/t/results/def/def_defx_mismatch.pl | 16 +-
tp/t/results/def/def_groupings_args.pl | 12 +-
tp/t/results/def/defline_no_params.pl | 4 +-
tp/t/results/def/deftypeline.pl | 12 +-
tp/t/results/def/defx_after_comment.pl | 12 +-
tp/t/results/def/defx_after_comment_in_example.pl | 12 +-
tp/t/results/def/defx_after_empty_line.pl | 12 +-
.../def/defx_after_empty_line_in_example.pl | 12 +-
tp/t/results/def/defx_after_paragraph_end.pl | 12 +-
.../def/defx_after_preformatted_with_text.pl | 12 +-
tp/t/results/def/defx_after_text.pl | 12 +-
tp/t/results/def/defx_in_example.pl | 12 +-
tp/t/results/def/double_command.pl | 40 +-
tp/t/results/def/empty_def_arguments.pl | 12 +-
tp/t/results/def/empty_def_command.pl | 16 +-
tp/t/results/def/empty_deftype.pl | 60 +-
tp/t/results/def/empty_deftypeop_name.pl | 4 +-
tp/t/results/def/empty_main_def_arguments.pl | 2 +-
tp/t/results/def/end_of_line_end_file.pl | 6 +-
tp/t/results/def/end_of_line_protect_at_end.pl | 6 +-
tp/t/results/def/end_of_lines_protected.pl | 16 +-
.../def/end_of_lines_protected_in_footnote.pl | 18 +-
.../def/end_of_lines_protected_non_ascii.pl | 16 +-
tp/t/results/def/inter_item_commands_in_def.pl | 16 +-
.../def/inter_item_commands_in_def_in_example.pl | 16 +-
tp/t/results/def/leading_space_in_def_arg.pl | 4 +-
tp/t/results/def/multiple_defline.pl | 14 +-
tp/t/results/def/no_category_or_no_name.pl | 10 +-
tp/t/results/def/not_closed.pl | 20 +-
tp/t/results/def/omit_def_space.pl | 14 +-
tp/t/results/def/protected_brace.pl | 4 +-
tp/t/results/def/ref_in_def.pl | 16 +-
tp/t/results/def/space_in_def_for_index.pl | 4 +-
tp/t/results/def/text_block_before_defline.pl | 8 +-
tp/t/results/def/wrong_braces_simple.pl | 94 +-
tp/t/results/def/wrong_braces_with_end_of_lines.pl | 16 +-
.../deftypefnnewline_for_copying_after.pl | 16 +-
.../deftypefnnewline_for_copying_before.pl | 16 +-
tp/t/results/indices/empty_string_index_entry.pl | 4 +-
.../indices/printindex_index_entry_in_copying.pl | 12 +-
...ndex_index_entry_in_copying_no_insertcopying.pl | 12 +-
.../indices/same_index_entry_merged_indices.pl | 10 +-
tp/t/results/info_tests/colon_in_index_entry.pl | 10 +-
tp/t/results/info_tests/def_in_copying.pl | 24 +-
tp/t/results/info_tests/test_index.pl | 16 +-
.../translation_in_parser_in_translation.pl | 18 +-
.../results/invalid_nestings/block_not_matching.pl | 4 +-
.../invalid_nestings/def_in_style_command.pl | 6 +-
.../def_not_closed_in_menu_description.pl | 6 +-
tp/t/results/invalid_nestings/on_def_line.pl | 12 +-
.../invalid_nestings/section_on_def_line.pl | 4 +-
.../invalid_nestings/section_on_defx_line.pl | 12 +-
tp/t/results/languages/documentlanguage.pl | 18 +-
tp/t/results/languages/documentlanguage_option.pl | 18 +-
tp/t/results/languages/documentlanguage_unknown.pl | 18 +-
.../results/languages/multiple_documentlanguage.pl | 48 +-
tp/t/results/languages/multiple_in_preamble.pl | 48 +-
.../languages/multiple_in_preamble_before_node.pl | 32 +-
tp/t/results/languages/multiple_lang_chapters.pl | 48 +-
.../languages/multiple_lang_chapters_latex.pl | 48 +-
.../languages/multiple_lang_chapters_texi2html.pl | 48 +-
tp/t/results/languages/simple_documentlanguage.pl | 16 +-
tp/t/results/languages/unknown_region.pl | 16 +-
tp/t/results/latex_tests/brace_in_index.pl | 6 +-
tp/t/results/linemacro/api_doc_with_linemacro.pl | 42 +-
.../linemacro/block_begin_end_in_linemacro_call.pl | 4 +-
tp/t/results/linemacro/braces_after_text.pl | 4 +-
tp/t/results/linemacro/empty_last_argument.pl | 12 +-
.../results/linemacro/last_argument_with_braces.pl | 52 +-
tp/t/results/linemacro/nested_linemacro_calls.pl | 8 +-
.../linemacro/newline_and_continuation_in_brace.pl | 12 +-
tp/t/results/linemacro/protected_spaces_on_line.pl | 38 +-
.../linemacro/simple_nested_linemacro_calls.pl | 10 +-
.../linemacro/spaces_after_command_in_call.pl | 12 +-
...paces_after_macro_linemacro_commands_in_call.pl | 14 +-
.../spaces_after_unknown_command_in_call.pl | 12 +-
tp/t/results/linemacro/spaces_in_args.pl | 12 +-
tp/t/results/linemacro/spaces_in_call.pl | 8 +-
tp/t/results/linemacro/verb_in_linemacro_call.pl | 4 +-
tp/t/results/macro/macro_in_def_delimiters.pl | 34 +-
tp/t/results/menu/menu_in_deffn.pl | 6 +-
tp/t/results/preformatted/def_in_example.pl | 6 +-
105 files changed, 2495 insertions(+), 2487 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4ae2d79b87..4f6c7c47a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2024-05-09 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/ParserNonXS.pm (_split_delimiters)
+ (_next_bracketed_or_word_agg, _parse_def),
+ tp/Texinfo/XS/main/element_types.txt, tp/Texinfo/XS/parsetexi/def.c
+ (next_bracketed_or_word_agg) (split_delimiters, parse_def): rename
+ def_aggregate type as def_line_arg type.
+
2024-05-09 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/Convert/LaTeX.pm (%ignored_types, _convert),
diff --git a/tp/Texinfo/ParserNonXS.pm b/tp/Texinfo/ParserNonXS.pm
index 1cd42888ce..1c658a03ea 100644
--- a/tp/Texinfo/ParserNonXS.pm
+++ b/tp/Texinfo/ParserNonXS.pm
@@ -3129,7 +3129,7 @@ sub _split_delimiters
or defined $root->{'text'})) {
return $root;
} elsif (!defined $root->{'text'}) {
- my $new = {'type' => 'def_aggregate', 'parent' => $current,
+ my $new = {'type' => 'def_line_arg', 'parent' => $current,
'contents' => [$root]};
$root->{'parent'} = $current;
return $new;
@@ -3146,7 +3146,7 @@ sub _split_delimiters
}
while (1) {
if ($text =~ s/^([^$chars]+)//) {
- my $new = {'type' => 'def_aggregate', 'parent' => $root->{'parent'}};
+ my $new = {'type' => 'def_line_arg', 'parent' => $root->{'parent'}};
$new->{'contents'} = [{'text' => $1, 'parent' => $new}];
push @elements, $new;
$current_position = Texinfo::Common::relocate_source_marks(
@@ -3263,7 +3263,7 @@ sub _next_bracketed_or_word_agg($$)
}
my @gathered_contents
= splice(@{$current->{'contents'}}, $$index_ref - $num, $num);
- my $new = {'type' => 'def_aggregate', 'parent' => $current,
+ my $new = {'type' => 'def_line_arg', 'parent' => $current,
'contents' => \@gathered_contents};
foreach my $content (@gathered_contents) {
$content->{'parent'} = $new;
@@ -3380,7 +3380,7 @@ sub _parse_def($$$$)
if ($content->{'type'} and $content->{'type'} eq 'spaces') {
} elsif ($content->{'type'} and $content->{'type'} eq 'delimiter') {
$type = $set_type_not_arg;
- } elsif ($content->{'type'} and $content->{'type'} eq 'def_aggregate'
+ } elsif ($content->{'type'} and $content->{'type'} eq 'def_line_arg'
and $content->{'contents'}
and scalar(@{$content->{'contents'}}) == 1
and $content->{'contents'}->[0]->{'cmdname'}
@@ -8576,7 +8576,7 @@ argument text (which does not contain the braces) and
does not contain other
elements. It should not appear directly in the tree as the user defined
linemacro call is replaced by the linemacro body.
-=item def_aggregate
+=item def_line_arg
Contains several elements that together are a single unit on a @def* line.
diff --git a/tp/Texinfo/XS/main/element_types.c
b/tp/Texinfo/XS/main/element_types.c
index ab3e60c7ac..63a2943fe6 100644
--- a/tp/Texinfo/XS/main/element_types.c
+++ b/tp/Texinfo/XS/main/element_types.c
@@ -60,7 +60,7 @@ char *element_type_names[] = {
"balanced_braces",
"bracketed_arg",
"bracketed_linemacro_arg",
-"def_aggregate",
+"def_line_arg",
"def_category",
"untranslated_def_category",
"elided_rawpreformatted",
diff --git a/tp/Texinfo/XS/main/element_types.h
b/tp/Texinfo/XS/main/element_types.h
index 5d0271d15e..f4116932fd 100644
--- a/tp/Texinfo/XS/main/element_types.h
+++ b/tp/Texinfo/XS/main/element_types.h
@@ -63,7 +63,7 @@ ET_row,
ET_balanced_braces,
ET_bracketed_arg,
ET_bracketed_linemacro_arg,
-ET_def_aggregate,
+ET_def_line_arg,
ET_def_category,
ET_untranslated_def_category,
ET_elided_rawpreformatted,
diff --git a/tp/Texinfo/XS/main/element_types.txt
b/tp/Texinfo/XS/main/element_types.txt
index b0c72c636a..4d36bd00f8 100644
--- a/tp/Texinfo/XS/main/element_types.txt
+++ b/tp/Texinfo/XS/main/element_types.txt
@@ -83,7 +83,7 @@ row
balanced_braces
bracketed_arg
bracketed_linemacro_arg
-def_aggregate
+def_line_arg
def_category
untranslated_def_category
diff --git a/tp/Texinfo/XS/parsetexi/def.c b/tp/Texinfo/XS/parsetexi/def.c
index d44acf9219..9364977394 100644
--- a/tp/Texinfo/XS/parsetexi/def.c
+++ b/tp/Texinfo/XS/parsetexi/def.c
@@ -135,7 +135,7 @@ next_bracketed_or_word_agg (ELEMENT *current, int *i)
return e;
}
- new = new_element (ET_def_aggregate);
+ new = new_element (ET_def_line_arg);
for (j = 0; j < num; j++)
{
add_to_element_contents (new,
@@ -210,7 +210,7 @@ split_delimiters (ELEMENT *current, int starting_idx)
continue;
else if (e->text.end == 0)
{
- new = new_element (ET_def_aggregate);
+ new = new_element (ET_def_line_arg);
new->parent = e->parent;
add_to_element_contents (new, e);
current->contents.list[i] = new;
@@ -265,7 +265,7 @@ split_delimiters (ELEMENT *current, int starting_idx)
current_position, u8_len);
}
- new = new_element (ET_def_aggregate);
+ new = new_element (ET_def_line_arg);
add_to_element_contents (new, new_text);
insert_into_contents (current, new, i++);
@@ -494,7 +494,7 @@ parse_def (enum command_id command, ELEMENT *current)
type = set_type_not_arg;
continue;
}
- if (e->type == ET_def_aggregate && e->contents.number == 1
+ if (e->type == ET_def_line_arg && e->contents.number == 1
&& e->contents.list[0]->cmd && e->contents.list[0]->cmd != CM_code)
{
add_extra_string_dup (e, "def_role", "arg");
diff --git a/tp/t/results/conditionals/defcondx_Dbar.pl
b/tp/t/results/conditionals/defcondx_Dbar.pl
index 8883fbe4d4..660d2516ae 100644
--- a/tp/t/results/conditionals/defcondx_Dbar.pl
+++ b/tp/t/results/conditionals/defcondx_Dbar.pl
@@ -112,7 +112,7 @@ $result_trees{'defcondx_Dbar'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -193,7 +193,7 @@ $result_trees{'defcondx_Dbar'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/conditionals/defcondx_Ubar.pl
b/tp/t/results/conditionals/defcondx_Ubar.pl
index f32d786e8d..81bb703892 100644
--- a/tp/t/results/conditionals/defcondx_Ubar.pl
+++ b/tp/t/results/conditionals/defcondx_Ubar.pl
@@ -112,7 +112,7 @@ $result_trees{'defcondx_Ubar'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/converters_tests/complex_nestings.pl
b/tp/t/results/converters_tests/complex_nestings.pl
index 4adf7a42d1..b63f6184e8 100644
--- a/tp/t/results/converters_tests/complex_nestings.pl
+++ b/tp/t/results/converters_tests/complex_nestings.pl
@@ -178,7 +178,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -220,7 +220,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -251,7 +251,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -277,7 +277,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -325,7 +325,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -367,7 +367,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -385,7 +385,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -478,7 +478,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -496,7 +496,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -514,7 +514,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -532,7 +532,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -585,7 +585,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -627,7 +627,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -690,7 +690,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -732,7 +732,7 @@ $result_trees{'complex_nestings'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git
a/tp/t/results/converters_tests/conversion_with_undef_customization.pl
b/tp/t/results/converters_tests/conversion_with_undef_customization.pl
index 5698128dc0..13f8f2f9c3 100644
--- a/tp/t/results/converters_tests/conversion_with_undef_customization.pl
+++ b/tp/t/results/converters_tests/conversion_with_undef_customization.pl
@@ -419,7 +419,7 @@ $result_trees{'conversion_with_undef_customization'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -437,7 +437,7 @@ $result_trees{'conversion_with_undef_customization'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -455,7 +455,7 @@ $result_trees{'conversion_with_undef_customization'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -473,7 +473,7 @@ $result_trees{'conversion_with_undef_customization'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -505,7 +505,7 @@ $result_trees{'conversion_with_undef_customization'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/converters_tests/definition_commands.pl
b/tp/t/results/converters_tests/definition_commands.pl
index 87a7f7c030..72d08ec554 100644
--- a/tp/t/results/converters_tests/definition_commands.pl
+++ b/tp/t/results/converters_tests/definition_commands.pl
@@ -152,7 +152,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -170,7 +170,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -188,7 +188,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -206,7 +206,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -346,7 +346,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -364,7 +364,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -395,7 +395,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -426,7 +426,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -566,7 +566,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -584,7 +584,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -628,7 +628,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -672,7 +672,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -820,7 +820,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -841,7 +841,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -866,7 +866,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -891,7 +891,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -909,7 +909,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -934,7 +934,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -973,7 +973,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1021,7 +1021,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1042,7 +1042,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1067,7 +1067,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1098,7 +1098,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1109,7 +1109,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1127,7 +1127,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1158,7 +1158,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1169,7 +1169,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1193,7 +1193,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1218,7 +1218,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1272,7 +1272,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1293,7 +1293,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1318,7 +1318,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1349,7 +1349,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1360,7 +1360,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1378,7 +1378,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1409,7 +1409,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1420,7 +1420,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1444,7 +1444,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1469,7 +1469,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1523,7 +1523,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1544,7 +1544,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1569,7 +1569,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1600,7 +1600,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1611,7 +1611,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1629,7 +1629,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1660,7 +1660,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1671,7 +1671,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1695,7 +1695,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1720,7 +1720,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1774,7 +1774,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1795,7 +1795,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1820,7 +1820,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1851,7 +1851,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1862,7 +1862,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1880,7 +1880,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1911,7 +1911,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1922,7 +1922,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1946,7 +1946,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1971,7 +1971,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2025,7 +2025,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2046,7 +2046,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2071,7 +2071,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2102,7 +2102,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2113,7 +2113,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2131,7 +2131,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2162,7 +2162,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2173,7 +2173,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2197,7 +2197,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2222,7 +2222,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2276,7 +2276,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2297,7 +2297,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2322,7 +2322,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2366,7 +2366,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2377,7 +2377,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2395,7 +2395,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2439,7 +2439,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2450,7 +2450,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2487,7 +2487,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2512,7 +2512,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2566,7 +2566,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2587,7 +2587,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2612,7 +2612,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2656,7 +2656,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2667,7 +2667,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2685,7 +2685,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2729,7 +2729,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2740,7 +2740,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2777,7 +2777,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2802,7 +2802,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2856,7 +2856,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2877,7 +2877,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2902,7 +2902,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2946,7 +2946,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2957,7 +2957,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2975,7 +2975,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3019,7 +3019,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3030,7 +3030,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3067,7 +3067,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3092,7 +3092,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3146,7 +3146,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3167,7 +3167,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3192,7 +3192,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3236,7 +3236,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3247,7 +3247,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3265,7 +3265,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3309,7 +3309,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3320,7 +3320,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3357,7 +3357,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3382,7 +3382,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3436,7 +3436,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3457,7 +3457,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3482,7 +3482,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3526,7 +3526,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3537,7 +3537,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3555,7 +3555,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3599,7 +3599,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3610,7 +3610,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3647,7 +3647,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3672,7 +3672,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3726,7 +3726,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3747,7 +3747,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3772,7 +3772,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3816,7 +3816,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3827,7 +3827,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3845,7 +3845,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3889,7 +3889,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3900,7 +3900,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3937,7 +3937,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3962,7 +3962,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4016,7 +4016,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4037,7 +4037,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4062,7 +4062,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4106,7 +4106,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4117,7 +4117,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4135,7 +4135,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4179,7 +4179,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4190,7 +4190,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4227,7 +4227,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4252,7 +4252,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4306,7 +4306,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4327,7 +4327,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4352,7 +4352,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4396,7 +4396,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4407,7 +4407,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4425,7 +4425,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4469,7 +4469,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4480,7 +4480,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4517,7 +4517,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4542,7 +4542,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4596,7 +4596,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4617,7 +4617,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4642,7 +4642,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4686,7 +4686,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4697,7 +4697,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4715,7 +4715,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4759,7 +4759,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4770,7 +4770,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4807,7 +4807,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4832,7 +4832,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4948,7 +4948,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4969,7 +4969,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4987,7 +4987,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5005,7 +5005,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5053,7 +5053,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5074,7 +5074,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5105,7 +5105,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5123,7 +5123,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5177,7 +5177,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5198,7 +5198,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5229,7 +5229,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5247,7 +5247,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5301,7 +5301,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5322,7 +5322,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5353,7 +5353,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5371,7 +5371,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5425,7 +5425,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5446,7 +5446,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5477,7 +5477,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5495,7 +5495,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5549,7 +5549,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5570,7 +5570,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5601,7 +5601,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5619,7 +5619,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5673,7 +5673,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5694,7 +5694,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5738,7 +5738,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5756,7 +5756,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5810,7 +5810,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5831,7 +5831,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5875,7 +5875,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5893,7 +5893,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5947,7 +5947,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5968,7 +5968,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6012,7 +6012,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6030,7 +6030,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6084,7 +6084,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6105,7 +6105,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6149,7 +6149,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6167,7 +6167,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6221,7 +6221,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6242,7 +6242,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6286,7 +6286,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6304,7 +6304,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6358,7 +6358,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6379,7 +6379,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6423,7 +6423,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6441,7 +6441,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6495,7 +6495,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6516,7 +6516,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6560,7 +6560,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6578,7 +6578,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6632,7 +6632,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6653,7 +6653,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6697,7 +6697,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6715,7 +6715,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6769,7 +6769,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6790,7 +6790,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6834,7 +6834,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6852,7 +6852,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6960,7 +6960,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6991,7 +6991,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7042,7 +7042,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7103,7 +7103,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7174,7 +7174,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7234,7 +7234,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7305,7 +7305,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7365,7 +7365,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7441,7 +7441,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7472,7 +7472,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -7509,7 +7509,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -7533,7 +7533,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7579,7 +7579,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7610,7 +7610,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7837,7 +7837,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7858,7 +7858,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7903,7 +7903,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7934,7 +7934,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7965,7 +7965,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7996,7 +7996,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8040,7 +8040,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8084,7 +8084,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8141,7 +8141,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8185,7 +8185,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8230,7 +8230,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8261,7 +8261,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8292,7 +8292,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8323,7 +8323,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8367,7 +8367,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8411,7 +8411,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8468,7 +8468,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8512,7 +8512,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8557,7 +8557,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8588,7 +8588,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8619,7 +8619,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8650,7 +8650,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8694,7 +8694,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8738,7 +8738,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8795,7 +8795,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8839,7 +8839,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -8887,7 +8887,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8908,7 +8908,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8960,7 +8960,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8991,7 +8991,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9022,7 +9022,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9053,7 +9053,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9097,7 +9097,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9141,7 +9141,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9198,7 +9198,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9327,7 +9327,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9345,7 +9345,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9370,7 +9370,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9401,7 +9401,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9426,7 +9426,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9457,7 +9457,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9636,7 +9636,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9654,7 +9654,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9679,7 +9679,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9723,7 +9723,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9748,7 +9748,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9792,7 +9792,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9993,7 +9993,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10011,7 +10011,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10145,7 +10145,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10176,7 +10176,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10194,7 +10194,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10219,7 +10219,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -10233,7 +10233,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -10248,7 +10248,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -10262,7 +10262,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -10399,7 +10399,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10417,7 +10417,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10442,7 +10442,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10473,7 +10473,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10498,7 +10498,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10529,7 +10529,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10730,7 +10730,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10751,7 +10751,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10769,7 +10769,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10787,7 +10787,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10805,7 +10805,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10969,7 +10969,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10990,7 +10990,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11008,7 +11008,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11052,7 +11052,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11070,7 +11070,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -11210,7 +11210,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11228,7 +11228,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11246,7 +11246,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11277,7 +11277,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11308,7 +11308,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11339,7 +11339,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11364,7 +11364,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11395,7 +11395,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11433,7 +11433,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11471,7 +11471,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11516,7 +11516,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11554,7 +11554,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11698,7 +11698,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11716,7 +11716,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11741,7 +11741,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11772,7 +11772,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11804,7 +11804,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11835,7 +11835,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11867,7 +11867,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -11928,7 +11928,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11946,7 +11946,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11971,7 +11971,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12002,7 +12002,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -12026,7 +12026,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12051,7 +12051,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12082,7 +12082,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -12106,7 +12106,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12131,7 +12131,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -12198,7 +12198,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12216,7 +12216,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12241,7 +12241,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12272,7 +12272,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -12296,7 +12296,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12321,7 +12321,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12352,7 +12352,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -12376,7 +12376,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12401,7 +12401,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -12468,7 +12468,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12486,7 +12486,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12511,7 +12511,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12542,7 +12542,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -12566,7 +12566,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12591,7 +12591,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12622,7 +12622,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -12646,7 +12646,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12671,7 +12671,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -12738,7 +12738,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12756,7 +12756,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12781,7 +12781,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12812,7 +12812,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -12836,7 +12836,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12861,7 +12861,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12892,7 +12892,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -12916,7 +12916,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12941,7 +12941,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -13008,7 +13008,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13026,7 +13026,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13051,7 +13051,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13082,7 +13082,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -13106,7 +13106,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13131,7 +13131,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13162,7 +13162,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -13186,7 +13186,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13211,7 +13211,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -13278,7 +13278,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13296,7 +13296,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13321,7 +13321,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13352,7 +13352,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -13389,7 +13389,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13414,7 +13414,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13445,7 +13445,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -13482,7 +13482,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13507,7 +13507,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -13574,7 +13574,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13592,7 +13592,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13617,7 +13617,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13648,7 +13648,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -13685,7 +13685,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13710,7 +13710,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13741,7 +13741,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -13778,7 +13778,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13803,7 +13803,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -13870,7 +13870,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13888,7 +13888,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13913,7 +13913,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13944,7 +13944,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -13981,7 +13981,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14006,7 +14006,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14037,7 +14037,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -14074,7 +14074,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14099,7 +14099,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -14166,7 +14166,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14184,7 +14184,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14209,7 +14209,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14240,7 +14240,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -14277,7 +14277,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14302,7 +14302,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14333,7 +14333,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -14370,7 +14370,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14395,7 +14395,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -14462,7 +14462,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14480,7 +14480,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14505,7 +14505,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14536,7 +14536,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -14573,7 +14573,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14598,7 +14598,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14629,7 +14629,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -14666,7 +14666,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14691,7 +14691,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -14758,7 +14758,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14776,7 +14776,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14801,7 +14801,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14832,7 +14832,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -14869,7 +14869,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14894,7 +14894,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14925,7 +14925,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -14962,7 +14962,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -14987,7 +14987,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -15054,7 +15054,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15072,7 +15072,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15097,7 +15097,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15128,7 +15128,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -15165,7 +15165,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15190,7 +15190,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15221,7 +15221,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -15258,7 +15258,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15283,7 +15283,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -15350,7 +15350,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15368,7 +15368,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15393,7 +15393,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15424,7 +15424,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -15461,7 +15461,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15486,7 +15486,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15517,7 +15517,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -15554,7 +15554,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15579,7 +15579,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -15646,7 +15646,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15664,7 +15664,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15689,7 +15689,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15720,7 +15720,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -15757,7 +15757,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15782,7 +15782,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15813,7 +15813,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -15850,7 +15850,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -15875,7 +15875,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -16004,7 +16004,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16022,7 +16022,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16047,7 +16047,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16078,7 +16078,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16110,7 +16110,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16141,7 +16141,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16173,7 +16173,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -16234,7 +16234,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16252,7 +16252,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16290,7 +16290,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16321,7 +16321,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16353,7 +16353,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16384,7 +16384,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16416,7 +16416,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -16483,7 +16483,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16501,7 +16501,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16539,7 +16539,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16570,7 +16570,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16602,7 +16602,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16633,7 +16633,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16665,7 +16665,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -16732,7 +16732,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16750,7 +16750,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16788,7 +16788,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16819,7 +16819,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16851,7 +16851,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16882,7 +16882,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16914,7 +16914,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -16981,7 +16981,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -16999,7 +16999,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17037,7 +17037,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17068,7 +17068,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17100,7 +17100,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17131,7 +17131,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17163,7 +17163,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -17230,7 +17230,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17248,7 +17248,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17286,7 +17286,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17317,7 +17317,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17349,7 +17349,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17380,7 +17380,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17412,7 +17412,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -17479,7 +17479,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17497,7 +17497,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17548,7 +17548,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17579,7 +17579,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17611,7 +17611,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17642,7 +17642,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17674,7 +17674,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -17741,7 +17741,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17759,7 +17759,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17810,7 +17810,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17841,7 +17841,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17873,7 +17873,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17904,7 +17904,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -17936,7 +17936,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -18003,7 +18003,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18021,7 +18021,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18072,7 +18072,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18103,7 +18103,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18135,7 +18135,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18166,7 +18166,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18198,7 +18198,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -18265,7 +18265,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18283,7 +18283,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18334,7 +18334,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18365,7 +18365,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18397,7 +18397,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18428,7 +18428,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18460,7 +18460,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -18527,7 +18527,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18545,7 +18545,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18596,7 +18596,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18627,7 +18627,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18659,7 +18659,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18690,7 +18690,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18722,7 +18722,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -18789,7 +18789,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18807,7 +18807,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18858,7 +18858,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18889,7 +18889,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18921,7 +18921,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18952,7 +18952,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -18984,7 +18984,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -19051,7 +19051,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19069,7 +19069,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19120,7 +19120,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19151,7 +19151,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19183,7 +19183,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19214,7 +19214,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19246,7 +19246,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -19313,7 +19313,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19331,7 +19331,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19382,7 +19382,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19413,7 +19413,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19445,7 +19445,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19476,7 +19476,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19508,7 +19508,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -19575,7 +19575,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19593,7 +19593,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19644,7 +19644,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19675,7 +19675,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19707,7 +19707,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19738,7 +19738,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -19770,7 +19770,7 @@ $result_trees{'definition_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/converters_tests/frenchspacing_and_code.pl
b/tp/t/results/converters_tests/frenchspacing_and_code.pl
index 574414dd02..24c451e024 100644
--- a/tp/t/results/converters_tests/frenchspacing_and_code.pl
+++ b/tp/t/results/converters_tests/frenchspacing_and_code.pl
@@ -382,7 +382,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -400,7 +400,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -418,7 +418,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -449,7 +449,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -480,7 +480,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -702,7 +702,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -720,7 +720,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -738,7 +738,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -769,7 +769,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -800,7 +800,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1250,7 +1250,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1268,7 +1268,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1286,7 +1286,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1317,7 +1317,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1348,7 +1348,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1570,7 +1570,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1588,7 +1588,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1606,7 +1606,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1637,7 +1637,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1668,7 +1668,7 @@ $result_trees{'frenchspacing_and_code'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/converters_tests/test_deftypefnnewline.pl
b/tp/t/results/converters_tests/test_deftypefnnewline.pl
index f64c7892ef..7f3c5d16c3 100644
--- a/tp/t/results/converters_tests/test_deftypefnnewline.pl
+++ b/tp/t/results/converters_tests/test_deftypefnnewline.pl
@@ -229,7 +229,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -250,7 +250,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -268,7 +268,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -286,7 +286,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -388,7 +388,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -406,7 +406,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -424,7 +424,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -526,7 +526,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -544,7 +544,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -562,7 +562,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -580,7 +580,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -598,7 +598,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -623,7 +623,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -637,7 +637,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -652,7 +652,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -666,7 +666,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -757,7 +757,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -775,7 +775,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -793,7 +793,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -811,7 +811,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -836,7 +836,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -850,7 +850,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -865,7 +865,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -879,7 +879,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -970,7 +970,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -988,7 +988,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1006,7 +1006,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1024,7 +1024,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1049,7 +1049,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1063,7 +1063,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1078,7 +1078,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1092,7 +1092,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1183,7 +1183,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1201,7 +1201,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1219,7 +1219,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1237,7 +1237,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1255,7 +1255,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1280,7 +1280,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1294,7 +1294,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1309,7 +1309,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1323,7 +1323,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1414,7 +1414,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1432,7 +1432,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1579,7 +1579,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1600,7 +1600,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1618,7 +1618,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1636,7 +1636,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1738,7 +1738,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1756,7 +1756,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1774,7 +1774,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1876,7 +1876,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1894,7 +1894,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1912,7 +1912,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1930,7 +1930,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1948,7 +1948,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1973,7 +1973,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -1987,7 +1987,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2002,7 +2002,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2016,7 +2016,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2107,7 +2107,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2125,7 +2125,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2143,7 +2143,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2161,7 +2161,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2186,7 +2186,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2200,7 +2200,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2215,7 +2215,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2229,7 +2229,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2320,7 +2320,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2338,7 +2338,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2356,7 +2356,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2374,7 +2374,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2399,7 +2399,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -2413,7 +2413,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2428,7 +2428,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -2442,7 +2442,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2533,7 +2533,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2551,7 +2551,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2569,7 +2569,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2587,7 +2587,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2605,7 +2605,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2630,7 +2630,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -2644,7 +2644,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2659,7 +2659,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -2673,7 +2673,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2764,7 +2764,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2782,7 +2782,7 @@ $result_trees{'test_deftypefnnewline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/coverage/def.pl b/tp/t/results/coverage/def.pl
index e4a1c71970..ea8d16d500 100644
--- a/tp/t/results/coverage/def.pl
+++ b/tp/t/results/coverage/def.pl
@@ -51,7 +51,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -69,7 +69,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -170,7 +170,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -188,7 +188,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -206,7 +206,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -231,7 +231,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -249,7 +249,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -267,7 +267,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -285,7 +285,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -303,7 +303,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -321,7 +321,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -422,7 +422,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -453,7 +453,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -471,7 +471,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -489,7 +489,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -549,7 +549,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -610,7 +610,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -692,7 +692,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -779,7 +779,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -866,7 +866,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -897,7 +897,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -915,7 +915,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -960,7 +960,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1010,7 +1010,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1028,7 +1028,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1089,7 +1089,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1209,7 +1209,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1270,7 +1270,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1288,7 +1288,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1306,7 +1306,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1324,7 +1324,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1405,7 +1405,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1423,7 +1423,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1441,7 +1441,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1459,7 +1459,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1540,7 +1540,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1558,7 +1558,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1576,7 +1576,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1594,7 +1594,7 @@ $result_trees{'def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/adjacent_defline.pl
b/tp/t/results/def/adjacent_defline.pl
index 06554b119f..82a38d3c06 100644
--- a/tp/t/results/def/adjacent_defline.pl
+++ b/tp/t/results/def/adjacent_defline.pl
@@ -39,7 +39,7 @@ $result_trees{'adjacent_defline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -57,7 +57,7 @@ $result_trees{'adjacent_defline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -82,7 +82,7 @@ $result_trees{'adjacent_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -130,7 +130,7 @@ $result_trees{'adjacent_defline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -148,7 +148,7 @@ $result_trees{'adjacent_defline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -173,7 +173,7 @@ $result_trees{'adjacent_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -198,7 +198,7 @@ $result_trees{'adjacent_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/all_commands.pl b/tp/t/results/def/all_commands.pl
index 96938749dc..078c484403 100644
--- a/tp/t/results/def/all_commands.pl
+++ b/tp/t/results/def/all_commands.pl
@@ -25,7 +25,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -144,7 +144,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -162,7 +162,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -180,7 +180,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -281,7 +281,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -299,7 +299,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -400,7 +400,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -418,7 +418,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -436,7 +436,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -454,7 +454,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -555,7 +555,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -573,7 +573,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -591,7 +591,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -692,7 +692,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -710,7 +710,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -728,7 +728,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -746,7 +746,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -764,7 +764,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -789,7 +789,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -803,7 +803,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -818,7 +818,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -832,7 +832,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -922,7 +922,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -940,7 +940,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -958,7 +958,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -976,7 +976,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1001,7 +1001,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -1015,7 +1015,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1030,7 +1030,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -1044,7 +1044,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1134,7 +1134,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1152,7 +1152,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1170,7 +1170,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1271,7 +1271,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1289,7 +1289,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1307,7 +1307,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1408,7 +1408,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1426,7 +1426,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1444,7 +1444,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1462,7 +1462,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1563,7 +1563,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1581,7 +1581,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1599,7 +1599,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1617,7 +1617,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1642,7 +1642,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1656,7 +1656,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1671,7 +1671,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1685,7 +1685,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1775,7 +1775,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1793,7 +1793,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1811,7 +1811,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1829,7 +1829,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1847,7 +1847,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1872,7 +1872,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1886,7 +1886,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1901,7 +1901,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1915,7 +1915,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2005,7 +2005,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2023,7 +2023,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2041,7 +2041,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2059,7 +2059,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2084,7 +2084,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2098,7 +2098,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2113,7 +2113,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2127,7 +2127,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2217,7 +2217,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2235,7 +2235,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2253,7 +2253,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2278,7 +2278,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2292,7 +2292,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2307,7 +2307,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2321,7 +2321,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2411,7 +2411,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2429,7 +2429,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2447,7 +2447,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2556,7 +2556,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2577,7 +2577,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2595,7 +2595,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2704,7 +2704,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2725,7 +2725,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2743,7 +2743,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2852,7 +2852,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2873,7 +2873,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2891,7 +2891,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3000,7 +3000,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3021,7 +3021,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3130,7 +3130,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3151,7 +3151,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3169,7 +3169,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3187,7 +3187,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3296,7 +3296,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3317,7 +3317,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3426,7 +3426,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3447,7 +3447,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3465,7 +3465,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3483,7 +3483,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3592,7 +3592,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3613,7 +3613,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3631,7 +3631,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3740,7 +3740,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3761,7 +3761,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3779,7 +3779,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3804,7 +3804,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -3818,7 +3818,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -3833,7 +3833,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -3847,7 +3847,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -3945,7 +3945,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3966,7 +3966,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3984,7 +3984,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4002,7 +4002,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4027,7 +4027,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -4041,7 +4041,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4056,7 +4056,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -4070,7 +4070,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4168,7 +4168,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4189,7 +4189,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4207,7 +4207,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4225,7 +4225,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4250,7 +4250,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4264,7 +4264,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4279,7 +4279,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4293,7 +4293,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4391,7 +4391,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4412,7 +4412,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4430,7 +4430,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4448,7 +4448,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4466,7 +4466,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4491,7 +4491,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4505,7 +4505,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4520,7 +4520,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4534,7 +4534,7 @@ $result_trees{'all_commands'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/def/all_commands_delimiters.pl
b/tp/t/results/def/all_commands_delimiters.pl
index b5e0b66a3e..f4a3411064 100644
--- a/tp/t/results/def/all_commands_delimiters.pl
+++ b/tp/t/results/def/all_commands_delimiters.pl
@@ -25,7 +25,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -56,7 +56,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -87,7 +87,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -161,7 +161,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -179,7 +179,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -197,7 +197,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -229,7 +229,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -260,7 +260,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -298,7 +298,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -337,7 +337,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -361,7 +361,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -379,7 +379,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -411,7 +411,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -498,7 +498,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -516,7 +516,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -590,7 +590,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -608,7 +608,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -626,7 +626,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -658,7 +658,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -689,7 +689,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -727,7 +727,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -766,7 +766,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -790,7 +790,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -808,7 +808,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -840,7 +840,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -948,7 +948,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -966,7 +966,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -991,7 +991,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1022,7 +1022,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1047,7 +1047,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1078,7 +1078,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1193,7 +1193,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1211,7 +1211,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1236,7 +1236,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1267,7 +1267,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1292,7 +1292,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1323,7 +1323,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1362,7 +1362,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1380,7 +1380,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1398,7 +1398,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1457,7 +1457,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1495,7 +1495,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1534,7 +1534,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1558,7 +1558,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1576,7 +1576,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1608,7 +1608,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1619,7 +1619,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1630,7 +1630,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1648,7 +1648,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1756,7 +1756,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1774,7 +1774,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1882,7 +1882,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1900,7 +1900,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1918,7 +1918,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1956,7 +1956,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1967,7 +1967,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1985,7 +1985,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2003,7 +2003,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2041,7 +2041,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2052,7 +2052,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2070,7 +2070,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2095,7 +2095,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2113,7 +2113,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2131,7 +2131,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2149,7 +2149,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2167,7 +2167,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2275,7 +2275,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2293,7 +2293,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2325,7 +2325,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2343,7 +2343,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2361,7 +2361,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2393,7 +2393,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2424,7 +2424,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2462,7 +2462,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2501,7 +2501,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2525,7 +2525,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2543,7 +2543,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2575,7 +2575,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2683,7 +2683,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2701,7 +2701,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2719,7 +2719,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2751,7 +2751,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2769,7 +2769,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2787,7 +2787,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2819,7 +2819,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2850,7 +2850,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2888,7 +2888,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2927,7 +2927,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2951,7 +2951,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2969,7 +2969,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3001,7 +3001,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3109,7 +3109,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3127,7 +3127,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3159,7 +3159,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3177,7 +3177,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3195,7 +3195,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3227,7 +3227,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3258,7 +3258,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3296,7 +3296,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3335,7 +3335,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3359,7 +3359,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3377,7 +3377,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3409,7 +3409,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3517,7 +3517,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3548,7 +3548,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3566,7 +3566,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3598,7 +3598,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3616,7 +3616,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3634,7 +3634,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3666,7 +3666,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3697,7 +3697,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3735,7 +3735,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3774,7 +3774,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3798,7 +3798,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3816,7 +3816,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3848,7 +3848,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3873,7 +3873,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -3887,7 +3887,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -3902,7 +3902,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -3916,7 +3916,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -3992,7 +3992,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4010,7 +4010,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4028,7 +4028,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4060,7 +4060,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4078,7 +4078,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4096,7 +4096,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4128,7 +4128,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4159,7 +4159,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4197,7 +4197,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4236,7 +4236,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4260,7 +4260,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4278,7 +4278,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4310,7 +4310,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4335,7 +4335,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4349,7 +4349,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4364,7 +4364,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4378,7 +4378,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4454,7 +4454,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4472,7 +4472,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4503,7 +4503,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4521,7 +4521,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4553,7 +4553,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4571,7 +4571,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4589,7 +4589,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4621,7 +4621,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4652,7 +4652,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4690,7 +4690,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4729,7 +4729,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4753,7 +4753,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4771,7 +4771,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4803,7 +4803,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4828,7 +4828,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4842,7 +4842,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4857,7 +4857,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4871,7 +4871,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4947,7 +4947,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4965,7 +4965,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4996,7 +4996,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5014,7 +5014,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5032,7 +5032,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5050,7 +5050,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5075,7 +5075,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -5089,7 +5089,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -5104,7 +5104,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -5118,7 +5118,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -5194,7 +5194,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5246,7 +5246,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5285,7 +5285,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5303,7 +5303,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5447,7 +5447,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5499,7 +5499,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5538,7 +5538,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5556,7 +5556,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5700,7 +5700,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5718,7 +5718,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5749,7 +5749,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5767,7 +5767,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5785,7 +5785,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5803,7 +5803,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5828,7 +5828,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -5842,7 +5842,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -5857,7 +5857,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -5871,7 +5871,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -5947,7 +5947,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5965,7 +5965,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5996,7 +5996,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6014,7 +6014,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6032,7 +6032,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6050,7 +6050,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6075,7 +6075,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -6089,7 +6089,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -6104,7 +6104,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -6118,7 +6118,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -6194,7 +6194,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6246,7 +6246,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6285,7 +6285,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6303,7 +6303,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6447,7 +6447,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6499,7 +6499,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6538,7 +6538,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6556,7 +6556,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6700,7 +6700,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6718,7 +6718,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6749,7 +6749,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6767,7 +6767,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6785,7 +6785,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6803,7 +6803,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6828,7 +6828,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -6842,7 +6842,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -6857,7 +6857,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -6871,7 +6871,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -6947,7 +6947,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6965,7 +6965,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6996,7 +6996,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7014,7 +7014,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7032,7 +7032,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7050,7 +7050,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7075,7 +7075,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -7089,7 +7089,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -7104,7 +7104,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -7118,7 +7118,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -7194,7 +7194,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7246,7 +7246,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7285,7 +7285,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7303,7 +7303,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7447,7 +7447,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7499,7 +7499,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7538,7 +7538,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7556,7 +7556,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7700,7 +7700,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7718,7 +7718,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7749,7 +7749,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7767,7 +7767,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7785,7 +7785,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7803,7 +7803,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7828,7 +7828,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -7842,7 +7842,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -7857,7 +7857,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -7871,7 +7871,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -7947,7 +7947,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7965,7 +7965,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7996,7 +7996,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8014,7 +8014,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8032,7 +8032,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8050,7 +8050,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -8075,7 +8075,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -8089,7 +8089,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -8104,7 +8104,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -8118,7 +8118,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -8210,7 +8210,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8281,7 +8281,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8299,7 +8299,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -8324,7 +8324,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -8366,7 +8366,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -8477,7 +8477,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8498,7 +8498,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8516,7 +8516,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8534,7 +8534,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8552,7 +8552,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -8652,7 +8652,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8683,7 +8683,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8714,7 +8714,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8745,7 +8745,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -8845,7 +8845,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8876,7 +8876,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8907,7 +8907,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8938,7 +8938,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9038,7 +9038,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9069,7 +9069,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9100,7 +9100,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9131,7 +9131,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9231,7 +9231,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9262,7 +9262,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9293,7 +9293,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9324,7 +9324,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9424,7 +9424,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9455,7 +9455,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9486,7 +9486,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9517,7 +9517,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9548,7 +9548,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9648,7 +9648,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9679,7 +9679,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9710,7 +9710,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9741,7 +9741,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9772,7 +9772,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9872,7 +9872,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9903,7 +9903,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9934,7 +9934,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9965,7 +9965,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9996,7 +9996,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10096,7 +10096,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10127,7 +10127,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10158,7 +10158,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10189,7 +10189,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10220,7 +10220,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10320,7 +10320,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10351,7 +10351,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10382,7 +10382,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10413,7 +10413,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10513,7 +10513,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10544,7 +10544,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10575,7 +10575,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10606,7 +10606,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10706,7 +10706,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10737,7 +10737,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10768,7 +10768,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10799,7 +10799,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10830,7 +10830,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10930,7 +10930,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10961,7 +10961,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10992,7 +10992,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11023,7 +11023,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11054,7 +11054,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -11154,7 +11154,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11185,7 +11185,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11216,7 +11216,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11247,7 +11247,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11278,7 +11278,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11309,7 +11309,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -11344,7 +11344,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -11368,7 +11368,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -11393,7 +11393,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -11417,7 +11417,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -11506,7 +11506,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11537,7 +11537,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11568,7 +11568,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11599,7 +11599,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11630,7 +11630,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11661,7 +11661,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -11696,7 +11696,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -11720,7 +11720,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -11745,7 +11745,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -11769,7 +11769,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -11858,7 +11858,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11889,7 +11889,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11920,7 +11920,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11951,7 +11951,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11982,7 +11982,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -12017,7 +12017,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12041,7 +12041,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12066,7 +12066,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12090,7 +12090,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12179,7 +12179,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12210,7 +12210,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12241,7 +12241,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12272,7 +12272,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12303,7 +12303,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -12338,7 +12338,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12362,7 +12362,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12387,7 +12387,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12411,7 +12411,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12500,7 +12500,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12531,7 +12531,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12562,7 +12562,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12593,7 +12593,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12624,7 +12624,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12655,7 +12655,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -12690,7 +12690,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12714,7 +12714,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12739,7 +12739,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12763,7 +12763,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12852,7 +12852,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12883,7 +12883,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12914,7 +12914,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12945,7 +12945,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12976,7 +12976,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13007,7 +13007,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -13042,7 +13042,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -13066,7 +13066,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -13091,7 +13091,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -13115,7 +13115,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -13267,7 +13267,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13298,7 +13298,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13329,7 +13329,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13360,7 +13360,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -13523,7 +13523,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13554,7 +13554,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13585,7 +13585,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13616,7 +13616,7 @@ $result_trees{'all_commands_delimiters'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/all_commands_delimiters_printindex.pl
b/tp/t/results/def/all_commands_delimiters_printindex.pl
index 44d65a877a..b02c019705 100644
--- a/tp/t/results/def/all_commands_delimiters_printindex.pl
+++ b/tp/t/results/def/all_commands_delimiters_printindex.pl
@@ -81,7 +81,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -112,7 +112,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -143,7 +143,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -217,7 +217,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -235,7 +235,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -253,7 +253,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -285,7 +285,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -316,7 +316,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -354,7 +354,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -393,7 +393,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -417,7 +417,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -435,7 +435,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -467,7 +467,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -555,7 +555,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -573,7 +573,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -647,7 +647,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -665,7 +665,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -683,7 +683,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -715,7 +715,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -746,7 +746,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -784,7 +784,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -823,7 +823,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -847,7 +847,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -865,7 +865,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -897,7 +897,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1006,7 +1006,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1024,7 +1024,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1049,7 +1049,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1080,7 +1080,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1105,7 +1105,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1136,7 +1136,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1252,7 +1252,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1270,7 +1270,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1295,7 +1295,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1326,7 +1326,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1351,7 +1351,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1382,7 +1382,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1421,7 +1421,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1439,7 +1439,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1457,7 +1457,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1516,7 +1516,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1554,7 +1554,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1593,7 +1593,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1617,7 +1617,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1635,7 +1635,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1667,7 +1667,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1678,7 +1678,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -1689,7 +1689,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1707,7 +1707,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1816,7 +1816,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1834,7 +1834,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1943,7 +1943,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1961,7 +1961,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1979,7 +1979,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2017,7 +2017,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2028,7 +2028,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2046,7 +2046,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2064,7 +2064,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2102,7 +2102,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2113,7 +2113,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2131,7 +2131,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2156,7 +2156,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2174,7 +2174,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2192,7 +2192,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2210,7 +2210,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2228,7 +2228,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2337,7 +2337,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2355,7 +2355,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2387,7 +2387,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2405,7 +2405,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2423,7 +2423,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2455,7 +2455,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2486,7 +2486,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2524,7 +2524,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2563,7 +2563,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -2587,7 +2587,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2605,7 +2605,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2637,7 +2637,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2746,7 +2746,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2764,7 +2764,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2782,7 +2782,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2814,7 +2814,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2832,7 +2832,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2850,7 +2850,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2882,7 +2882,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2913,7 +2913,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2951,7 +2951,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2990,7 +2990,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3014,7 +3014,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3032,7 +3032,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3064,7 +3064,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3173,7 +3173,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3191,7 +3191,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3223,7 +3223,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3241,7 +3241,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3259,7 +3259,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3291,7 +3291,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3322,7 +3322,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3360,7 +3360,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3399,7 +3399,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3423,7 +3423,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3441,7 +3441,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3473,7 +3473,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3582,7 +3582,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3613,7 +3613,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3631,7 +3631,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3663,7 +3663,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3681,7 +3681,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3699,7 +3699,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3731,7 +3731,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3762,7 +3762,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3800,7 +3800,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3839,7 +3839,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -3863,7 +3863,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3881,7 +3881,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3913,7 +3913,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3938,7 +3938,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -3952,7 +3952,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -3967,7 +3967,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -3981,7 +3981,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4058,7 +4058,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4076,7 +4076,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4094,7 +4094,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4126,7 +4126,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4144,7 +4144,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4162,7 +4162,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4194,7 +4194,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4225,7 +4225,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4263,7 +4263,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4302,7 +4302,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4326,7 +4326,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4344,7 +4344,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4376,7 +4376,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4401,7 +4401,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4415,7 +4415,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4430,7 +4430,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4444,7 +4444,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4521,7 +4521,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4539,7 +4539,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4570,7 +4570,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4588,7 +4588,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4620,7 +4620,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4638,7 +4638,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4656,7 +4656,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4688,7 +4688,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4719,7 +4719,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4757,7 +4757,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4796,7 +4796,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -4820,7 +4820,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4838,7 +4838,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4870,7 +4870,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4895,7 +4895,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4909,7 +4909,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4924,7 +4924,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4938,7 +4938,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -5015,7 +5015,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5033,7 +5033,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5064,7 +5064,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5082,7 +5082,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5100,7 +5100,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5118,7 +5118,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5143,7 +5143,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -5157,7 +5157,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -5172,7 +5172,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -5186,7 +5186,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -5263,7 +5263,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5315,7 +5315,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5354,7 +5354,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5372,7 +5372,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5517,7 +5517,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5569,7 +5569,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5608,7 +5608,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5626,7 +5626,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5771,7 +5771,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5789,7 +5789,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5820,7 +5820,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5838,7 +5838,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5856,7 +5856,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -5874,7 +5874,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -5899,7 +5899,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -5913,7 +5913,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -5928,7 +5928,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -5942,7 +5942,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -6019,7 +6019,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6037,7 +6037,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6068,7 +6068,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6086,7 +6086,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6104,7 +6104,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6122,7 +6122,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6147,7 +6147,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -6161,7 +6161,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -6176,7 +6176,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -6190,7 +6190,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -6267,7 +6267,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6319,7 +6319,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6358,7 +6358,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6376,7 +6376,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6521,7 +6521,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6573,7 +6573,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6612,7 +6612,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6630,7 +6630,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6775,7 +6775,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6793,7 +6793,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6824,7 +6824,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6842,7 +6842,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6860,7 +6860,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -6878,7 +6878,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -6903,7 +6903,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -6917,7 +6917,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -6932,7 +6932,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -6946,7 +6946,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -7023,7 +7023,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7041,7 +7041,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7072,7 +7072,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7090,7 +7090,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7108,7 +7108,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7126,7 +7126,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7151,7 +7151,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -7165,7 +7165,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -7180,7 +7180,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -7194,7 +7194,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -7271,7 +7271,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7323,7 +7323,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7362,7 +7362,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7380,7 +7380,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7525,7 +7525,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7577,7 +7577,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7616,7 +7616,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7634,7 +7634,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7779,7 +7779,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7797,7 +7797,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7828,7 +7828,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7846,7 +7846,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7864,7 +7864,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -7882,7 +7882,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -7907,7 +7907,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -7921,7 +7921,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -7936,7 +7936,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -7950,7 +7950,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -8027,7 +8027,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8045,7 +8045,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8076,7 +8076,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8094,7 +8094,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8112,7 +8112,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8130,7 +8130,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -8155,7 +8155,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -8169,7 +8169,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -8184,7 +8184,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -8198,7 +8198,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -8291,7 +8291,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8362,7 +8362,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8380,7 +8380,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -8405,7 +8405,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -8447,7 +8447,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -8559,7 +8559,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8580,7 +8580,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8598,7 +8598,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8616,7 +8616,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8634,7 +8634,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -8735,7 +8735,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8766,7 +8766,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8797,7 +8797,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8828,7 +8828,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -8929,7 +8929,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8960,7 +8960,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -8991,7 +8991,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9022,7 +9022,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9123,7 +9123,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9154,7 +9154,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9185,7 +9185,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9216,7 +9216,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9317,7 +9317,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9348,7 +9348,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9379,7 +9379,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9410,7 +9410,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9511,7 +9511,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9542,7 +9542,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9573,7 +9573,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9604,7 +9604,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9635,7 +9635,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9736,7 +9736,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9767,7 +9767,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9798,7 +9798,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9829,7 +9829,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9860,7 +9860,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -9961,7 +9961,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -9992,7 +9992,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10023,7 +10023,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10054,7 +10054,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10085,7 +10085,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10186,7 +10186,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10217,7 +10217,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10248,7 +10248,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10279,7 +10279,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10310,7 +10310,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10411,7 +10411,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10442,7 +10442,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10473,7 +10473,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10504,7 +10504,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10605,7 +10605,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10636,7 +10636,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10667,7 +10667,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10698,7 +10698,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -10799,7 +10799,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10830,7 +10830,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10861,7 +10861,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10892,7 +10892,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -10923,7 +10923,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -11024,7 +11024,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11055,7 +11055,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11086,7 +11086,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11117,7 +11117,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11148,7 +11148,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -11249,7 +11249,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11280,7 +11280,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11311,7 +11311,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11342,7 +11342,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11373,7 +11373,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11404,7 +11404,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -11439,7 +11439,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -11463,7 +11463,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -11488,7 +11488,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -11512,7 +11512,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -11602,7 +11602,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11633,7 +11633,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11664,7 +11664,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11695,7 +11695,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11726,7 +11726,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11757,7 +11757,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -11792,7 +11792,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -11816,7 +11816,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -11841,7 +11841,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -11865,7 +11865,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -11955,7 +11955,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -11986,7 +11986,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12017,7 +12017,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12048,7 +12048,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12079,7 +12079,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -12114,7 +12114,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12138,7 +12138,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12163,7 +12163,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12187,7 +12187,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12277,7 +12277,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12308,7 +12308,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12339,7 +12339,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12370,7 +12370,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12401,7 +12401,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -12436,7 +12436,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12460,7 +12460,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12485,7 +12485,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12509,7 +12509,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12599,7 +12599,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12630,7 +12630,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12661,7 +12661,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12692,7 +12692,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12723,7 +12723,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12754,7 +12754,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -12789,7 +12789,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12813,7 +12813,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12838,7 +12838,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -12862,7 +12862,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -12952,7 +12952,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -12983,7 +12983,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13014,7 +13014,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13045,7 +13045,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13076,7 +13076,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13107,7 +13107,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -13142,7 +13142,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -13166,7 +13166,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -13191,7 +13191,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -13215,7 +13215,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -13368,7 +13368,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13399,7 +13399,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13430,7 +13430,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13461,7 +13461,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -13625,7 +13625,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13656,7 +13656,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13687,7 +13687,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -13718,7 +13718,7 @@ $result_trees{'all_commands_delimiters_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/all_commands_printindex.pl
b/tp/t/results/def/all_commands_printindex.pl
index 9048adf90a..faf9357304 100644
--- a/tp/t/results/def/all_commands_printindex.pl
+++ b/tp/t/results/def/all_commands_printindex.pl
@@ -81,7 +81,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -99,7 +99,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -201,7 +201,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -219,7 +219,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -237,7 +237,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -339,7 +339,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -357,7 +357,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -459,7 +459,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -477,7 +477,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -495,7 +495,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -513,7 +513,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -615,7 +615,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -633,7 +633,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -651,7 +651,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -753,7 +753,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -771,7 +771,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -789,7 +789,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -807,7 +807,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -825,7 +825,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -850,7 +850,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -864,7 +864,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -879,7 +879,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -893,7 +893,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -984,7 +984,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1002,7 +1002,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1020,7 +1020,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1038,7 +1038,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1063,7 +1063,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -1077,7 +1077,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1092,7 +1092,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -1106,7 +1106,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1197,7 +1197,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1215,7 +1215,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1233,7 +1233,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1335,7 +1335,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1353,7 +1353,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1371,7 +1371,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1473,7 +1473,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1491,7 +1491,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1509,7 +1509,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1527,7 +1527,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1629,7 +1629,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1647,7 +1647,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1665,7 +1665,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1683,7 +1683,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1708,7 +1708,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1722,7 +1722,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1737,7 +1737,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1751,7 +1751,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1842,7 +1842,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1860,7 +1860,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1878,7 +1878,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1896,7 +1896,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1914,7 +1914,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1939,7 +1939,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1953,7 +1953,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1968,7 +1968,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1982,7 +1982,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2073,7 +2073,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2091,7 +2091,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2109,7 +2109,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2127,7 +2127,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2152,7 +2152,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2166,7 +2166,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2181,7 +2181,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2195,7 +2195,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2286,7 +2286,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2304,7 +2304,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2322,7 +2322,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2347,7 +2347,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2361,7 +2361,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2376,7 +2376,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -2390,7 +2390,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -2481,7 +2481,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2499,7 +2499,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2517,7 +2517,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2627,7 +2627,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2648,7 +2648,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2666,7 +2666,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2776,7 +2776,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2797,7 +2797,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2815,7 +2815,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -2925,7 +2925,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2946,7 +2946,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -2964,7 +2964,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3074,7 +3074,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3095,7 +3095,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3205,7 +3205,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3226,7 +3226,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3244,7 +3244,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3262,7 +3262,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3372,7 +3372,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3393,7 +3393,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3503,7 +3503,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3524,7 +3524,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3542,7 +3542,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3560,7 +3560,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3670,7 +3670,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3691,7 +3691,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3709,7 +3709,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3819,7 +3819,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3840,7 +3840,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -3858,7 +3858,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -3883,7 +3883,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -3897,7 +3897,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -3912,7 +3912,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -3926,7 +3926,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4025,7 +4025,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4046,7 +4046,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4064,7 +4064,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4082,7 +4082,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4107,7 +4107,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -4121,7 +4121,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4136,7 +4136,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -4150,7 +4150,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4249,7 +4249,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4270,7 +4270,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4288,7 +4288,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4306,7 +4306,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4331,7 +4331,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4345,7 +4345,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4360,7 +4360,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4374,7 +4374,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4473,7 +4473,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4494,7 +4494,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4512,7 +4512,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4530,7 +4530,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -4548,7 +4548,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -4573,7 +4573,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4587,7 +4587,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -4602,7 +4602,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -4616,7 +4616,7 @@ $result_trees{'all_commands_printindex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/def/ampchar.pl b/tp/t/results/def/ampchar.pl
index 04afb76945..c4c075c805 100644
--- a/tp/t/results/def/ampchar.pl
+++ b/tp/t/results/def/ampchar.pl
@@ -46,7 +46,7 @@ $result_trees{'ampchar'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -64,7 +64,7 @@ $result_trees{'ampchar'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -105,7 +105,7 @@ $result_trees{'ampchar'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -137,7 +137,7 @@ $result_trees{'ampchar'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -151,7 +151,7 @@ $result_trees{'ampchar'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -166,7 +166,7 @@ $result_trees{'ampchar'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -180,7 +180,7 @@ $result_trees{'ampchar'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/def/bracketed_arg_no_space.pl
b/tp/t/results/def/bracketed_arg_no_space.pl
index 4e697e11a5..8305ef4132 100644
--- a/tp/t/results/def/bracketed_arg_no_space.pl
+++ b/tp/t/results/def/bracketed_arg_no_space.pl
@@ -44,7 +44,7 @@ $result_trees{'bracketed_arg_no_space'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -73,7 +73,7 @@ $result_trees{'bracketed_arg_no_space'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -91,7 +91,7 @@ $result_trees{'bracketed_arg_no_space'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
diff --git a/tp/t/results/def/code_in_def.pl b/tp/t/results/def/code_in_def.pl
index ac994009f1..29bf0fc491 100644
--- a/tp/t/results/def/code_in_def.pl
+++ b/tp/t/results/def/code_in_def.pl
@@ -25,7 +25,7 @@ $result_trees{'code_in_def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'code_in_def'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -61,7 +61,7 @@ $result_trees{'code_in_def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -102,7 +102,7 @@ $result_trees{'code_in_def'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -120,7 +120,7 @@ $result_trees{'code_in_def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/comment_index_before_defline.pl
b/tp/t/results/def/comment_index_before_defline.pl
index f19e4cc5e6..6eabc93325 100644
--- a/tp/t/results/def/comment_index_before_defline.pl
+++ b/tp/t/results/def/comment_index_before_defline.pl
@@ -104,7 +104,7 @@ $result_trees{'comment_index_before_defline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -122,7 +122,7 @@ $result_trees{'comment_index_before_defline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -140,7 +140,7 @@ $result_trees{'comment_index_before_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -158,7 +158,7 @@ $result_trees{'comment_index_before_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/def_defx_mismatch.pl
b/tp/t/results/def/def_defx_mismatch.pl
index e8b3888b37..60108393c4 100644
--- a/tp/t/results/def/def_defx_mismatch.pl
+++ b/tp/t/results/def/def_defx_mismatch.pl
@@ -33,7 +33,7 @@ $result_trees{'def_defx_mismatch'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -75,7 +75,7 @@ $result_trees{'def_defx_mismatch'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -106,7 +106,7 @@ $result_trees{'def_defx_mismatch'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -132,7 +132,7 @@ $result_trees{'def_defx_mismatch'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -213,7 +213,7 @@ $result_trees{'def_defx_mismatch'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -231,7 +231,7 @@ $result_trees{'def_defx_mismatch'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -249,7 +249,7 @@ $result_trees{'def_defx_mismatch'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -267,7 +267,7 @@ $result_trees{'def_defx_mismatch'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/def_groupings_args.pl
b/tp/t/results/def/def_groupings_args.pl
index 6fe1d85a1e..b5ef5ab2f8 100644
--- a/tp/t/results/def/def_groupings_args.pl
+++ b/tp/t/results/def/def_groupings_args.pl
@@ -25,7 +25,7 @@ $result_trees{'def_groupings_args'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -62,7 +62,7 @@ $result_trees{'def_groupings_args'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -165,7 +165,7 @@ $result_trees{'def_groupings_args'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -263,7 +263,7 @@ $result_trees{'def_groupings_args'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -318,7 +318,7 @@ $result_trees{'def_groupings_args'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -342,7 +342,7 @@ $result_trees{'def_groupings_args'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/defline_no_params.pl
b/tp/t/results/def/defline_no_params.pl
index 12bc837f2d..72797ec060 100644
--- a/tp/t/results/def/defline_no_params.pl
+++ b/tp/t/results/def/defline_no_params.pl
@@ -39,7 +39,7 @@ $result_trees{'defline_no_params'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -57,7 +57,7 @@ $result_trees{'defline_no_params'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/deftypeline.pl b/tp/t/results/def/deftypeline.pl
index 50a6980957..de2e4541ac 100644
--- a/tp/t/results/def/deftypeline.pl
+++ b/tp/t/results/def/deftypeline.pl
@@ -39,7 +39,7 @@ $result_trees{'deftypeline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -78,7 +78,7 @@ $result_trees{'deftypeline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -103,7 +103,7 @@ $result_trees{'deftypeline'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -134,7 +134,7 @@ $result_trees{'deftypeline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -159,7 +159,7 @@ $result_trees{'deftypeline'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -190,7 +190,7 @@ $result_trees{'deftypeline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/defx_after_comment.pl
b/tp/t/results/def/defx_after_comment.pl
index 7771e3e5b5..1d54ba54f1 100644
--- a/tp/t/results/def/defx_after_comment.pl
+++ b/tp/t/results/def/defx_after_comment.pl
@@ -25,7 +25,7 @@ $result_trees{'defx_after_comment'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -56,7 +56,7 @@ $result_trees{'defx_after_comment'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -74,7 +74,7 @@ $result_trees{'defx_after_comment'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -92,7 +92,7 @@ $result_trees{'defx_after_comment'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -167,7 +167,7 @@ $result_trees{'defx_after_comment'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -185,7 +185,7 @@ $result_trees{'defx_after_comment'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/defx_after_comment_in_example.pl
b/tp/t/results/def/defx_after_comment_in_example.pl
index f64aed455e..a67a210b62 100644
--- a/tp/t/results/def/defx_after_comment_in_example.pl
+++ b/tp/t/results/def/defx_after_comment_in_example.pl
@@ -39,7 +39,7 @@ $result_trees{'defx_after_comment_in_example'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -70,7 +70,7 @@ $result_trees{'defx_after_comment_in_example'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -88,7 +88,7 @@ $result_trees{'defx_after_comment_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -106,7 +106,7 @@ $result_trees{'defx_after_comment_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -186,7 +186,7 @@ $result_trees{'defx_after_comment_in_example'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -204,7 +204,7 @@ $result_trees{'defx_after_comment_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/defx_after_empty_line.pl
b/tp/t/results/def/defx_after_empty_line.pl
index 48ff1ff467..befd922c6a 100644
--- a/tp/t/results/def/defx_after_empty_line.pl
+++ b/tp/t/results/def/defx_after_empty_line.pl
@@ -25,7 +25,7 @@ $result_trees{'defx_after_empty_line'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -56,7 +56,7 @@ $result_trees{'defx_after_empty_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -74,7 +74,7 @@ $result_trees{'defx_after_empty_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -92,7 +92,7 @@ $result_trees{'defx_after_empty_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -162,7 +162,7 @@ $result_trees{'defx_after_empty_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -180,7 +180,7 @@ $result_trees{'defx_after_empty_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/defx_after_empty_line_in_example.pl
b/tp/t/results/def/defx_after_empty_line_in_example.pl
index 2349a2cdbc..58f49b5565 100644
--- a/tp/t/results/def/defx_after_empty_line_in_example.pl
+++ b/tp/t/results/def/defx_after_empty_line_in_example.pl
@@ -39,7 +39,7 @@ $result_trees{'defx_after_empty_line_in_example'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -70,7 +70,7 @@ $result_trees{'defx_after_empty_line_in_example'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -88,7 +88,7 @@ $result_trees{'defx_after_empty_line_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -106,7 +106,7 @@ $result_trees{'defx_after_empty_line_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -206,7 +206,7 @@ $result_trees{'defx_after_empty_line_in_example'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -224,7 +224,7 @@ $result_trees{'defx_after_empty_line_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/defx_after_paragraph_end.pl
b/tp/t/results/def/defx_after_paragraph_end.pl
index 1f75d8a997..bac53c60c3 100644
--- a/tp/t/results/def/defx_after_paragraph_end.pl
+++ b/tp/t/results/def/defx_after_paragraph_end.pl
@@ -25,7 +25,7 @@ $result_trees{'defx_after_paragraph_end'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -56,7 +56,7 @@ $result_trees{'defx_after_paragraph_end'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -74,7 +74,7 @@ $result_trees{'defx_after_paragraph_end'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -92,7 +92,7 @@ $result_trees{'defx_after_paragraph_end'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -171,7 +171,7 @@ $result_trees{'defx_after_paragraph_end'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -189,7 +189,7 @@ $result_trees{'defx_after_paragraph_end'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/defx_after_preformatted_with_text.pl
b/tp/t/results/def/defx_after_preformatted_with_text.pl
index 116364e4fd..4a926c3c84 100644
--- a/tp/t/results/def/defx_after_preformatted_with_text.pl
+++ b/tp/t/results/def/defx_after_preformatted_with_text.pl
@@ -39,7 +39,7 @@ $result_trees{'defx_after_preformatted_with_text'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -70,7 +70,7 @@ $result_trees{'defx_after_preformatted_with_text'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -88,7 +88,7 @@ $result_trees{'defx_after_preformatted_with_text'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -106,7 +106,7 @@ $result_trees{'defx_after_preformatted_with_text'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -185,7 +185,7 @@ $result_trees{'defx_after_preformatted_with_text'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -203,7 +203,7 @@ $result_trees{'defx_after_preformatted_with_text'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/defx_after_text.pl
b/tp/t/results/def/defx_after_text.pl
index bf7a772926..b68f313ae6 100644
--- a/tp/t/results/def/defx_after_text.pl
+++ b/tp/t/results/def/defx_after_text.pl
@@ -25,7 +25,7 @@ $result_trees{'defx_after_text'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -56,7 +56,7 @@ $result_trees{'defx_after_text'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -74,7 +74,7 @@ $result_trees{'defx_after_text'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -92,7 +92,7 @@ $result_trees{'defx_after_text'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -166,7 +166,7 @@ $result_trees{'defx_after_text'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -184,7 +184,7 @@ $result_trees{'defx_after_text'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/defx_in_example.pl
b/tp/t/results/def/defx_in_example.pl
index 37137f1e59..3a1eed1aa4 100644
--- a/tp/t/results/def/defx_in_example.pl
+++ b/tp/t/results/def/defx_in_example.pl
@@ -39,7 +39,7 @@ $result_trees{'defx_in_example'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -70,7 +70,7 @@ $result_trees{'defx_in_example'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -88,7 +88,7 @@ $result_trees{'defx_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -106,7 +106,7 @@ $result_trees{'defx_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -166,7 +166,7 @@ $result_trees{'defx_in_example'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -184,7 +184,7 @@ $result_trees{'defx_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/double_command.pl
b/tp/t/results/def/double_command.pl
index 77fc2b51e8..2cb51d1b31 100644
--- a/tp/t/results/def/double_command.pl
+++ b/tp/t/results/def/double_command.pl
@@ -25,7 +25,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -68,7 +68,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -93,7 +93,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -118,7 +118,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -143,7 +143,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -174,7 +174,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -192,7 +192,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -217,7 +217,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -242,7 +242,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -267,7 +267,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -292,7 +292,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -317,7 +317,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -361,7 +361,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'type' => 'block_line_arg'
@@ -456,7 +456,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -474,7 +474,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -492,7 +492,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -519,7 +519,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -537,7 +537,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -577,7 +577,7 @@ $result_trees{'double_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'type' => 'block_line_arg'
diff --git a/tp/t/results/def/empty_def_arguments.pl
b/tp/t/results/def/empty_def_arguments.pl
index 1861eb0ac3..f76192fe6f 100644
--- a/tp/t/results/def/empty_def_arguments.pl
+++ b/tp/t/results/def/empty_def_arguments.pl
@@ -25,7 +25,7 @@ $result_trees{'empty_def_arguments'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -56,7 +56,7 @@ $result_trees{'empty_def_arguments'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -74,7 +74,7 @@ $result_trees{'empty_def_arguments'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -92,7 +92,7 @@ $result_trees{'empty_def_arguments'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -163,7 +163,7 @@ $result_trees{'empty_def_arguments'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -225,7 +225,7 @@ $result_trees{'empty_def_arguments'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/empty_def_command.pl
b/tp/t/results/def/empty_def_command.pl
index ed39745583..f21339f42f 100644
--- a/tp/t/results/def/empty_def_command.pl
+++ b/tp/t/results/def/empty_def_command.pl
@@ -25,7 +25,7 @@ $result_trees{'empty_def_command'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'empty_def_command'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -130,7 +130,7 @@ $result_trees{'empty_def_command'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -148,7 +148,7 @@ $result_trees{'empty_def_command'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -166,7 +166,7 @@ $result_trees{'empty_def_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -184,7 +184,7 @@ $result_trees{'empty_def_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -223,7 +223,7 @@ $result_trees{'empty_def_command'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -241,7 +241,7 @@ $result_trees{'empty_def_command'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/empty_deftype.pl
b/tp/t/results/def/empty_deftype.pl
index ee5504c0ac..1bbe71e38e 100644
--- a/tp/t/results/def/empty_deftype.pl
+++ b/tp/t/results/def/empty_deftype.pl
@@ -33,7 +33,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -70,7 +70,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -95,7 +95,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -113,7 +113,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -131,7 +131,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -247,7 +247,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -268,7 +268,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -293,7 +293,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -311,7 +311,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -329,7 +329,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -445,7 +445,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -466,7 +466,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -500,7 +500,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -525,7 +525,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -543,7 +543,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -561,7 +561,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -593,7 +593,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -607,7 +607,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -622,7 +622,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -636,7 +636,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -734,7 +734,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -755,7 +755,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -773,7 +773,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -798,7 +798,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -816,7 +816,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -834,7 +834,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -866,7 +866,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -880,7 +880,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -895,7 +895,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -909,7 +909,7 @@ $result_trees{'empty_deftype'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/def/empty_deftypeop_name.pl
b/tp/t/results/def/empty_deftypeop_name.pl
index ae495d7621..121f9edca3 100644
--- a/tp/t/results/def/empty_deftypeop_name.pl
+++ b/tp/t/results/def/empty_deftypeop_name.pl
@@ -41,7 +41,7 @@ $result_trees{'empty_deftypeop_name'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -112,7 +112,7 @@ $result_trees{'empty_deftypeop_name'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/empty_main_def_arguments.pl
b/tp/t/results/def/empty_main_def_arguments.pl
index d1df6c084c..e2ebb15976 100644
--- a/tp/t/results/def/empty_main_def_arguments.pl
+++ b/tp/t/results/def/empty_main_def_arguments.pl
@@ -25,7 +25,7 @@ $result_trees{'empty_main_def_arguments'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/end_of_line_end_file.pl
b/tp/t/results/def/end_of_line_end_file.pl
index 4877f03b77..f9e7ece716 100644
--- a/tp/t/results/def/end_of_line_end_file.pl
+++ b/tp/t/results/def/end_of_line_end_file.pl
@@ -25,7 +25,7 @@ $result_trees{'end_of_line_end_file'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'end_of_line_end_file'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -61,7 +61,7 @@ $result_trees{'end_of_line_end_file'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/end_of_line_protect_at_end.pl
b/tp/t/results/def/end_of_line_protect_at_end.pl
index eadc70804e..00bd4baf1a 100644
--- a/tp/t/results/def/end_of_line_protect_at_end.pl
+++ b/tp/t/results/def/end_of_line_protect_at_end.pl
@@ -30,7 +30,7 @@ $result_trees{'end_of_line_protect_at_end'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -48,7 +48,7 @@ $result_trees{'end_of_line_protect_at_end'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -66,7 +66,7 @@ $result_trees{'end_of_line_protect_at_end'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/end_of_lines_protected.pl
b/tp/t/results/def/end_of_lines_protected.pl
index 2c9907ee88..6ec1cafdb5 100644
--- a/tp/t/results/def/end_of_lines_protected.pl
+++ b/tp/t/results/def/end_of_lines_protected.pl
@@ -25,7 +25,7 @@ $result_trees{'end_of_lines_protected'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'end_of_lines_protected'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -61,7 +61,7 @@ $result_trees{'end_of_lines_protected'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -86,7 +86,7 @@ $result_trees{'end_of_lines_protected'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -132,7 +132,7 @@ $result_trees{'end_of_lines_protected'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -150,7 +150,7 @@ $result_trees{'end_of_lines_protected'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -168,7 +168,7 @@ $result_trees{'end_of_lines_protected'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -192,7 +192,7 @@ $result_trees{'end_of_lines_protected'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/end_of_lines_protected_in_footnote.pl
b/tp/t/results/def/end_of_lines_protected_in_footnote.pl
index 494b8f2b5e..7d6ebd48a5 100644
--- a/tp/t/results/def/end_of_lines_protected_in_footnote.pl
+++ b/tp/t/results/def/end_of_lines_protected_in_footnote.pl
@@ -31,7 +31,7 @@ $result_trees{'end_of_lines_protected_in_footnote'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -49,7 +49,7 @@ $result_trees{'end_of_lines_protected_in_footnote'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -67,7 +67,7 @@ $result_trees{'end_of_lines_protected_in_footnote'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -85,7 +85,7 @@ $result_trees{'end_of_lines_protected_in_footnote'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -110,7 +110,7 @@ $result_trees{'end_of_lines_protected_in_footnote'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -156,7 +156,7 @@ $result_trees{'end_of_lines_protected_in_footnote'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -174,7 +174,7 @@ $result_trees{'end_of_lines_protected_in_footnote'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -192,7 +192,7 @@ $result_trees{'end_of_lines_protected_in_footnote'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -216,7 +216,7 @@ $result_trees{'end_of_lines_protected_in_footnote'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/end_of_lines_protected_non_ascii.pl
b/tp/t/results/def/end_of_lines_protected_non_ascii.pl
index 2337a481e6..741b0cd0f7 100644
--- a/tp/t/results/def/end_of_lines_protected_non_ascii.pl
+++ b/tp/t/results/def/end_of_lines_protected_non_ascii.pl
@@ -38,7 +38,7 @@ $result_trees{'end_of_lines_protected_non_ascii'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -56,7 +56,7 @@ $result_trees{'end_of_lines_protected_non_ascii'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -74,7 +74,7 @@ $result_trees{'end_of_lines_protected_non_ascii'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -99,7 +99,7 @@ $result_trees{'end_of_lines_protected_non_ascii'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -146,7 +146,7 @@ $result_trees{'end_of_lines_protected_non_ascii'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -164,7 +164,7 @@ $result_trees{'end_of_lines_protected_non_ascii'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -182,7 +182,7 @@ $result_trees{'end_of_lines_protected_non_ascii'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -206,7 +206,7 @@ $result_trees{'end_of_lines_protected_non_ascii'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/inter_item_commands_in_def.pl
b/tp/t/results/def/inter_item_commands_in_def.pl
index 2a631e9e75..0ae0507cde 100644
--- a/tp/t/results/def/inter_item_commands_in_def.pl
+++ b/tp/t/results/def/inter_item_commands_in_def.pl
@@ -25,7 +25,7 @@ $result_trees{'inter_item_commands_in_def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -56,7 +56,7 @@ $result_trees{'inter_item_commands_in_def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -74,7 +74,7 @@ $result_trees{'inter_item_commands_in_def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -92,7 +92,7 @@ $result_trees{'inter_item_commands_in_def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -151,7 +151,7 @@ $result_trees{'inter_item_commands_in_def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -278,7 +278,7 @@ $result_trees{'inter_item_commands_in_def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -328,7 +328,7 @@ $result_trees{'inter_item_commands_in_def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -346,7 +346,7 @@ $result_trees{'inter_item_commands_in_def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/inter_item_commands_in_def_in_example.pl
b/tp/t/results/def/inter_item_commands_in_def_in_example.pl
index 9ed2d792f7..842156793c 100644
--- a/tp/t/results/def/inter_item_commands_in_def_in_example.pl
+++ b/tp/t/results/def/inter_item_commands_in_def_in_example.pl
@@ -39,7 +39,7 @@ $result_trees{'inter_item_commands_in_def_in_example'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -70,7 +70,7 @@ $result_trees{'inter_item_commands_in_def_in_example'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -88,7 +88,7 @@ $result_trees{'inter_item_commands_in_def_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -106,7 +106,7 @@ $result_trees{'inter_item_commands_in_def_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -170,7 +170,7 @@ $result_trees{'inter_item_commands_in_def_in_example'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -302,7 +302,7 @@ $result_trees{'inter_item_commands_in_def_in_example'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -352,7 +352,7 @@ $result_trees{'inter_item_commands_in_def_in_example'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -370,7 +370,7 @@ $result_trees{'inter_item_commands_in_def_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/leading_space_in_def_arg.pl
b/tp/t/results/def/leading_space_in_def_arg.pl
index 461c1511d5..dc88e2e0fa 100644
--- a/tp/t/results/def/leading_space_in_def_arg.pl
+++ b/tp/t/results/def/leading_space_in_def_arg.pl
@@ -25,7 +25,7 @@ $result_trees{'leading_space_in_def_arg'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -69,7 +69,7 @@ $result_trees{'leading_space_in_def_arg'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/multiple_defline.pl
b/tp/t/results/def/multiple_defline.pl
index fb470c55b0..cc26a9f9a5 100644
--- a/tp/t/results/def/multiple_defline.pl
+++ b/tp/t/results/def/multiple_defline.pl
@@ -39,7 +39,7 @@ $result_trees{'multiple_defline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -57,7 +57,7 @@ $result_trees{'multiple_defline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -82,7 +82,7 @@ $result_trees{'multiple_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -148,7 +148,7 @@ $result_trees{'multiple_defline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -166,7 +166,7 @@ $result_trees{'multiple_defline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -191,7 +191,7 @@ $result_trees{'multiple_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -216,7 +216,7 @@ $result_trees{'multiple_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/no_category_or_no_name.pl
b/tp/t/results/def/no_category_or_no_name.pl
index b65244fbfc..d20a680296 100644
--- a/tp/t/results/def/no_category_or_no_name.pl
+++ b/tp/t/results/def/no_category_or_no_name.pl
@@ -202,7 +202,7 @@ $result_trees{'no_category_or_no_name'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -220,7 +220,7 @@ $result_trees{'no_category_or_no_name'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -238,7 +238,7 @@ $result_trees{'no_category_or_no_name'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -256,7 +256,7 @@ $result_trees{'no_category_or_no_name'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -295,7 +295,7 @@ $result_trees{'no_category_or_no_name'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/not_closed.pl b/tp/t/results/def/not_closed.pl
index a28021c0b2..9137616625 100644
--- a/tp/t/results/def/not_closed.pl
+++ b/tp/t/results/def/not_closed.pl
@@ -25,7 +25,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -61,7 +61,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -100,7 +100,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -118,7 +118,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -136,7 +136,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -194,7 +194,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -215,7 +215,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -233,7 +233,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -251,7 +251,7 @@ $result_trees{'not_closed'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/omit_def_space.pl
b/tp/t/results/def/omit_def_space.pl
index ad0b229c59..d423c1cc90 100644
--- a/tp/t/results/def/omit_def_space.pl
+++ b/tp/t/results/def/omit_def_space.pl
@@ -118,7 +118,7 @@ $result_trees{'omit_def_space'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -139,7 +139,7 @@ $result_trees{'omit_def_space'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -164,7 +164,7 @@ $result_trees{'omit_def_space'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -189,7 +189,7 @@ $result_trees{'omit_def_space'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -245,7 +245,7 @@ $result_trees{'omit_def_space'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -266,7 +266,7 @@ $result_trees{'omit_def_space'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -291,7 +291,7 @@ $result_trees{'omit_def_space'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/protected_brace.pl
b/tp/t/results/def/protected_brace.pl
index 1f0c31c955..3e413da2bd 100644
--- a/tp/t/results/def/protected_brace.pl
+++ b/tp/t/results/def/protected_brace.pl
@@ -25,7 +25,7 @@ $result_trees{'protected_brace'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'protected_brace'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/ref_in_def.pl b/tp/t/results/def/ref_in_def.pl
index 0d29e69c0d..a2267f0406 100644
--- a/tp/t/results/def/ref_in_def.pl
+++ b/tp/t/results/def/ref_in_def.pl
@@ -78,7 +78,7 @@ $result_trees{'ref_in_def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -117,7 +117,7 @@ $result_trees{'ref_in_def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -198,7 +198,7 @@ $result_trees{'ref_in_def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -237,7 +237,7 @@ $result_trees{'ref_in_def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -298,7 +298,7 @@ $result_trees{'ref_in_def'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -337,7 +337,7 @@ $result_trees{'ref_in_def'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -418,7 +418,7 @@ $result_trees{'ref_in_def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -457,7 +457,7 @@ $result_trees{'ref_in_def'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/space_in_def_for_index.pl
b/tp/t/results/def/space_in_def_for_index.pl
index a7a895ae4d..9e94ff6db6 100644
--- a/tp/t/results/def/space_in_def_for_index.pl
+++ b/tp/t/results/def/space_in_def_for_index.pl
@@ -168,7 +168,7 @@ $result_trees{'space_in_def_for_index'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -250,7 +250,7 @@ $result_trees{'space_in_def_for_index'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/text_block_before_defline.pl
b/tp/t/results/def/text_block_before_defline.pl
index 025c14c48f..77f94cf9be 100644
--- a/tp/t/results/def/text_block_before_defline.pl
+++ b/tp/t/results/def/text_block_before_defline.pl
@@ -375,7 +375,7 @@ $result_trees{'text_block_before_defline'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -393,7 +393,7 @@ $result_trees{'text_block_before_defline'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -411,7 +411,7 @@ $result_trees{'text_block_before_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -429,7 +429,7 @@ $result_trees{'text_block_before_defline'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/def/wrong_braces_simple.pl
b/tp/t/results/def/wrong_braces_simple.pl
index 91417aba83..f4fe3c4bfc 100644
--- a/tp/t/results/def/wrong_braces_simple.pl
+++ b/tp/t/results/def/wrong_braces_simple.pl
@@ -25,7 +25,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -61,7 +61,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -79,7 +79,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -97,7 +97,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -184,7 +184,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -202,7 +202,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -220,7 +220,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -238,7 +238,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -256,7 +256,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -274,7 +274,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -361,7 +361,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -379,7 +379,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -397,7 +397,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -415,7 +415,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -433,7 +433,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -536,7 +536,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -554,7 +554,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -572,7 +572,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -590,7 +590,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -608,7 +608,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -719,7 +719,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -737,7 +737,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -755,7 +755,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -773,7 +773,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -791,7 +791,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -830,7 +830,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -848,7 +848,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -866,7 +866,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -884,7 +884,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -902,7 +902,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -947,7 +947,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -965,7 +965,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -983,7 +983,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1001,7 +1001,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1019,7 +1019,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1037,7 +1037,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1082,7 +1082,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1100,7 +1100,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1118,7 +1118,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1136,7 +1136,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1154,7 +1154,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1215,7 +1215,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1233,7 +1233,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1251,7 +1251,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1269,7 +1269,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1287,7 +1287,7 @@ $result_trees{'wrong_braces_simple'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/def/wrong_braces_with_end_of_lines.pl
b/tp/t/results/def/wrong_braces_with_end_of_lines.pl
index 837a5cd168..0265739a5b 100644
--- a/tp/t/results/def/wrong_braces_with_end_of_lines.pl
+++ b/tp/t/results/def/wrong_braces_with_end_of_lines.pl
@@ -25,7 +25,7 @@ $result_trees{'wrong_braces_with_end_of_lines'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'wrong_braces_with_end_of_lines'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -61,7 +61,7 @@ $result_trees{'wrong_braces_with_end_of_lines'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -199,7 +199,7 @@ $result_trees{'wrong_braces_with_end_of_lines'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -217,7 +217,7 @@ $result_trees{'wrong_braces_with_end_of_lines'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -235,7 +235,7 @@ $result_trees{'wrong_braces_with_end_of_lines'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -260,7 +260,7 @@ $result_trees{'wrong_braces_with_end_of_lines'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -278,7 +278,7 @@ $result_trees{'wrong_braces_with_end_of_lines'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/html_tests/deftypefnnewline_for_copying_after.pl
b/tp/t/results/html_tests/deftypefnnewline_for_copying_after.pl
index cae6477e7b..e693ba4404 100644
--- a/tp/t/results/html_tests/deftypefnnewline_for_copying_after.pl
+++ b/tp/t/results/html_tests/deftypefnnewline_for_copying_after.pl
@@ -47,7 +47,7 @@ $result_trees{'deftypefnnewline_for_copying_after'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -68,7 +68,7 @@ $result_trees{'deftypefnnewline_for_copying_after'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -86,7 +86,7 @@ $result_trees{'deftypefnnewline_for_copying_after'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -104,7 +104,7 @@ $result_trees{'deftypefnnewline_for_copying_after'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -448,7 +448,7 @@ $result_trees{'deftypefnnewline_for_copying_after'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -469,7 +469,7 @@ $result_trees{'deftypefnnewline_for_copying_after'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -487,7 +487,7 @@ $result_trees{'deftypefnnewline_for_copying_after'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -505,7 +505,7 @@ $result_trees{'deftypefnnewline_for_copying_after'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/html_tests/deftypefnnewline_for_copying_before.pl
b/tp/t/results/html_tests/deftypefnnewline_for_copying_before.pl
index 69f69b4034..4ca76163f6 100644
--- a/tp/t/results/html_tests/deftypefnnewline_for_copying_before.pl
+++ b/tp/t/results/html_tests/deftypefnnewline_for_copying_before.pl
@@ -89,7 +89,7 @@ $result_trees{'deftypefnnewline_for_copying_before'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -110,7 +110,7 @@ $result_trees{'deftypefnnewline_for_copying_before'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -128,7 +128,7 @@ $result_trees{'deftypefnnewline_for_copying_before'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -146,7 +146,7 @@ $result_trees{'deftypefnnewline_for_copying_before'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -415,7 +415,7 @@ $result_trees{'deftypefnnewline_for_copying_before'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -436,7 +436,7 @@ $result_trees{'deftypefnnewline_for_copying_before'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -454,7 +454,7 @@ $result_trees{'deftypefnnewline_for_copying_before'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -472,7 +472,7 @@ $result_trees{'deftypefnnewline_for_copying_before'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/indices/empty_string_index_entry.pl
b/tp/t/results/indices/empty_string_index_entry.pl
index a105ccb871..ec93312d32 100644
--- a/tp/t/results/indices/empty_string_index_entry.pl
+++ b/tp/t/results/indices/empty_string_index_entry.pl
@@ -266,7 +266,7 @@ $result_trees{'empty_string_index_entry'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -378,7 +378,7 @@ $result_trees{'empty_string_index_entry'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/indices/printindex_index_entry_in_copying.pl
b/tp/t/results/indices/printindex_index_entry_in_copying.pl
index a7d8ccdaff..c168d87c9b 100644
--- a/tp/t/results/indices/printindex_index_entry_in_copying.pl
+++ b/tp/t/results/indices/printindex_index_entry_in_copying.pl
@@ -95,7 +95,7 @@ $result_trees{'printindex_index_entry_in_copying'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -116,7 +116,7 @@ $result_trees{'printindex_index_entry_in_copying'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -134,7 +134,7 @@ $result_trees{'printindex_index_entry_in_copying'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -182,7 +182,7 @@ $result_trees{'printindex_index_entry_in_copying'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -203,7 +203,7 @@ $result_trees{'printindex_index_entry_in_copying'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -221,7 +221,7 @@ $result_trees{'printindex_index_entry_in_copying'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git
a/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl
b/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl
index d1a76cc4db..ffc9c5d4e8 100644
--- a/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl
+++ b/tp/t/results/indices/printindex_index_entry_in_copying_no_insertcopying.pl
@@ -95,7 +95,7 @@
$result_trees{'printindex_index_entry_in_copying_no_insertcopying'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -116,7 +116,7 @@
$result_trees{'printindex_index_entry_in_copying_no_insertcopying'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -134,7 +134,7 @@
$result_trees{'printindex_index_entry_in_copying_no_insertcopying'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -182,7 +182,7 @@
$result_trees{'printindex_index_entry_in_copying_no_insertcopying'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -203,7 +203,7 @@
$result_trees{'printindex_index_entry_in_copying_no_insertcopying'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -221,7 +221,7 @@
$result_trees{'printindex_index_entry_in_copying_no_insertcopying'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/indices/same_index_entry_merged_indices.pl
b/tp/t/results/indices/same_index_entry_merged_indices.pl
index 070592b683..6db0dd8c36 100644
--- a/tp/t/results/indices/same_index_entry_merged_indices.pl
+++ b/tp/t/results/indices/same_index_entry_merged_indices.pl
@@ -197,7 +197,7 @@ $result_trees{'same_index_entry_merged_indices'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -215,7 +215,7 @@ $result_trees{'same_index_entry_merged_indices'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -246,7 +246,7 @@ $result_trees{'same_index_entry_merged_indices'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -356,7 +356,7 @@ $result_trees{'same_index_entry_merged_indices'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -377,7 +377,7 @@ $result_trees{'same_index_entry_merged_indices'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/info_tests/colon_in_index_entry.pl
b/tp/t/results/info_tests/colon_in_index_entry.pl
index c7ed5b8294..1b54274fb6 100644
--- a/tp/t/results/info_tests/colon_in_index_entry.pl
+++ b/tp/t/results/info_tests/colon_in_index_entry.pl
@@ -286,7 +286,7 @@ $result_trees{'colon_in_index_entry'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -304,7 +304,7 @@ $result_trees{'colon_in_index_entry'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -386,7 +386,7 @@ $result_trees{'colon_in_index_entry'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -404,7 +404,7 @@ $result_trees{'colon_in_index_entry'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -422,7 +422,7 @@ $result_trees{'colon_in_index_entry'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/info_tests/def_in_copying.pl
b/tp/t/results/info_tests/def_in_copying.pl
index c6c13fd9da..8a285b683b 100644
--- a/tp/t/results/info_tests/def_in_copying.pl
+++ b/tp/t/results/info_tests/def_in_copying.pl
@@ -199,7 +199,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -217,7 +217,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -235,7 +235,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -276,7 +276,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -294,7 +294,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -312,7 +312,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -494,7 +494,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -512,7 +512,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -530,7 +530,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -571,7 +571,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -589,7 +589,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -607,7 +607,7 @@ $result_trees{'def_in_copying'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/info_tests/test_index.pl
b/tp/t/results/info_tests/test_index.pl
index fba183a28f..def9632753 100644
--- a/tp/t/results/info_tests/test_index.pl
+++ b/tp/t/results/info_tests/test_index.pl
@@ -285,7 +285,7 @@ $result_trees{'test_index'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -316,7 +316,7 @@ $result_trees{'test_index'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -334,7 +334,7 @@ $result_trees{'test_index'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -352,7 +352,7 @@ $result_trees{'test_index'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -392,7 +392,7 @@ $result_trees{'test_index'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -410,7 +410,7 @@ $result_trees{'test_index'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -428,7 +428,7 @@ $result_trees{'test_index'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -446,7 +446,7 @@ $result_trees{'test_index'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git
a/tp/t/results/init_files_tests/translation_in_parser_in_translation.pl
b/tp/t/results/init_files_tests/translation_in_parser_in_translation.pl
index 092f7233a6..1348c4725c 100644
--- a/tp/t/results/init_files_tests/translation_in_parser_in_translation.pl
+++ b/tp/t/results/init_files_tests/translation_in_parser_in_translation.pl
@@ -189,7 +189,7 @@ $result_trees{'translation_in_parser_in_translation'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -207,7 +207,7 @@ $result_trees{'translation_in_parser_in_translation'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -225,7 +225,7 @@ $result_trees{'translation_in_parser_in_translation'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -243,7 +243,7 @@ $result_trees{'translation_in_parser_in_translation'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -261,7 +261,7 @@ $result_trees{'translation_in_parser_in_translation'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -286,7 +286,7 @@ $result_trees{'translation_in_parser_in_translation'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -300,7 +300,7 @@ $result_trees{'translation_in_parser_in_translation'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -315,7 +315,7 @@ $result_trees{'translation_in_parser_in_translation'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -329,7 +329,7 @@ $result_trees{'translation_in_parser_in_translation'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/invalid_nestings/block_not_matching.pl
b/tp/t/results/invalid_nestings/block_not_matching.pl
index 5b618cff38..5ecbf6fe7d 100644
--- a/tp/t/results/invalid_nestings/block_not_matching.pl
+++ b/tp/t/results/invalid_nestings/block_not_matching.pl
@@ -79,7 +79,7 @@ $result_trees{'block_not_matching'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -97,7 +97,7 @@ $result_trees{'block_not_matching'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/invalid_nestings/def_in_style_command.pl
b/tp/t/results/invalid_nestings/def_in_style_command.pl
index 13cfc91025..9c11e95d32 100644
--- a/tp/t/results/invalid_nestings/def_in_style_command.pl
+++ b/tp/t/results/invalid_nestings/def_in_style_command.pl
@@ -55,7 +55,7 @@ $result_trees{'def_in_style_command'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -76,7 +76,7 @@ $result_trees{'def_in_style_command'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -94,7 +94,7 @@ $result_trees{'def_in_style_command'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git
a/tp/t/results/invalid_nestings/def_not_closed_in_menu_description.pl
b/tp/t/results/invalid_nestings/def_not_closed_in_menu_description.pl
index 20862f5127..2e681b3007 100644
--- a/tp/t/results/invalid_nestings/def_not_closed_in_menu_description.pl
+++ b/tp/t/results/invalid_nestings/def_not_closed_in_menu_description.pl
@@ -80,7 +80,7 @@ $result_trees{'def_not_closed_in_menu_description'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -98,7 +98,7 @@ $result_trees{'def_not_closed_in_menu_description'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -116,7 +116,7 @@ $result_trees{'def_not_closed_in_menu_description'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/invalid_nestings/on_def_line.pl
b/tp/t/results/invalid_nestings/on_def_line.pl
index c564411740..ad4e480e8f 100644
--- a/tp/t/results/invalid_nestings/on_def_line.pl
+++ b/tp/t/results/invalid_nestings/on_def_line.pl
@@ -77,7 +77,7 @@ $result_trees{'on_def_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -114,7 +114,7 @@ $result_trees{'on_def_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -156,7 +156,7 @@ $result_trees{'on_def_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'type' => 'block_line_arg'
@@ -241,7 +241,7 @@ $result_trees{'on_def_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -278,7 +278,7 @@ $result_trees{'on_def_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -320,7 +320,7 @@ $result_trees{'on_def_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'type' => 'line_arg'
diff --git a/tp/t/results/invalid_nestings/section_on_def_line.pl
b/tp/t/results/invalid_nestings/section_on_def_line.pl
index ceef9aa265..6e9a2fbd45 100644
--- a/tp/t/results/invalid_nestings/section_on_def_line.pl
+++ b/tp/t/results/invalid_nestings/section_on_def_line.pl
@@ -25,7 +25,7 @@ $result_trees{'section_on_def_line'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'section_on_def_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/invalid_nestings/section_on_defx_line.pl
b/tp/t/results/invalid_nestings/section_on_defx_line.pl
index ff23ad9189..1943ab2e68 100644
--- a/tp/t/results/invalid_nestings/section_on_defx_line.pl
+++ b/tp/t/results/invalid_nestings/section_on_defx_line.pl
@@ -25,7 +25,7 @@ $result_trees{'section_on_defx_line'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -43,7 +43,7 @@ $result_trees{'section_on_defx_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -61,7 +61,7 @@ $result_trees{'section_on_defx_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -79,7 +79,7 @@ $result_trees{'section_on_defx_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -118,7 +118,7 @@ $result_trees{'section_on_defx_line'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -136,7 +136,7 @@ $result_trees{'section_on_defx_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/languages/documentlanguage.pl
b/tp/t/results/languages/documentlanguage.pl
index 2a12c1e531..183ddb001d 100644
--- a/tp/t/results/languages/documentlanguage.pl
+++ b/tp/t/results/languages/documentlanguage.pl
@@ -446,7 +446,7 @@ $result_trees{'documentlanguage'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -467,7 +467,7 @@ $result_trees{'documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -485,7 +485,7 @@ $result_trees{'documentlanguage'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -503,7 +503,7 @@ $result_trees{'documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -521,7 +521,7 @@ $result_trees{'documentlanguage'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -546,7 +546,7 @@ $result_trees{'documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' na '
@@ -560,7 +560,7 @@ $result_trees{'documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -575,7 +575,7 @@ $result_trees{'documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -589,7 +589,7 @@ $result_trees{'documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/documentlanguage_option.pl
b/tp/t/results/languages/documentlanguage_option.pl
index 8da6aeca27..968196f07b 100644
--- a/tp/t/results/languages/documentlanguage_option.pl
+++ b/tp/t/results/languages/documentlanguage_option.pl
@@ -446,7 +446,7 @@ $result_trees{'documentlanguage_option'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -467,7 +467,7 @@ $result_trees{'documentlanguage_option'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -485,7 +485,7 @@ $result_trees{'documentlanguage_option'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -503,7 +503,7 @@ $result_trees{'documentlanguage_option'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -521,7 +521,7 @@ $result_trees{'documentlanguage_option'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -546,7 +546,7 @@ $result_trees{'documentlanguage_option'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -560,7 +560,7 @@ $result_trees{'documentlanguage_option'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -575,7 +575,7 @@ $result_trees{'documentlanguage_option'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -589,7 +589,7 @@ $result_trees{'documentlanguage_option'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/documentlanguage_unknown.pl
b/tp/t/results/languages/documentlanguage_unknown.pl
index 97ee40e01e..69a08eda92 100644
--- a/tp/t/results/languages/documentlanguage_unknown.pl
+++ b/tp/t/results/languages/documentlanguage_unknown.pl
@@ -446,7 +446,7 @@ $result_trees{'documentlanguage_unknown'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -467,7 +467,7 @@ $result_trees{'documentlanguage_unknown'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -485,7 +485,7 @@ $result_trees{'documentlanguage_unknown'} = {
'extra' => {
'def_role' => 'type'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -503,7 +503,7 @@ $result_trees{'documentlanguage_unknown'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -521,7 +521,7 @@ $result_trees{'documentlanguage_unknown'} = {
'extra' => {
'def_role' => 'typearg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -546,7 +546,7 @@ $result_trees{'documentlanguage_unknown'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -560,7 +560,7 @@ $result_trees{'documentlanguage_unknown'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -575,7 +575,7 @@ $result_trees{'documentlanguage_unknown'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' on '
@@ -589,7 +589,7 @@ $result_trees{'documentlanguage_unknown'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/multiple_documentlanguage.pl
b/tp/t/results/languages/multiple_documentlanguage.pl
index 1a8625859f..7571cade9d 100644
--- a/tp/t/results/languages/multiple_documentlanguage.pl
+++ b/tp/t/results/languages/multiple_documentlanguage.pl
@@ -89,7 +89,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -110,7 +110,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -128,7 +128,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -146,7 +146,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -171,7 +171,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -185,7 +185,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -200,7 +200,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -214,7 +214,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -493,7 +493,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -514,7 +514,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -532,7 +532,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -550,7 +550,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -575,7 +575,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -589,7 +589,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -604,7 +604,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -618,7 +618,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -823,7 +823,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -844,7 +844,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -862,7 +862,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -880,7 +880,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -905,7 +905,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' od '
@@ -919,7 +919,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -934,7 +934,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -948,7 +948,7 @@ $result_trees{'multiple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/multiple_in_preamble.pl
b/tp/t/results/languages/multiple_in_preamble.pl
index d3bff51fc3..d2057667c6 100644
--- a/tp/t/results/languages/multiple_in_preamble.pl
+++ b/tp/t/results/languages/multiple_in_preamble.pl
@@ -89,7 +89,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -110,7 +110,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -128,7 +128,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -146,7 +146,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -171,7 +171,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -185,7 +185,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -200,7 +200,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -214,7 +214,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -527,7 +527,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -548,7 +548,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -566,7 +566,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -584,7 +584,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -609,7 +609,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' od '
@@ -623,7 +623,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -638,7 +638,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -652,7 +652,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -803,7 +803,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -824,7 +824,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -842,7 +842,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -860,7 +860,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -885,7 +885,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' von '
@@ -899,7 +899,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -914,7 +914,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -928,7 +928,7 @@ $result_trees{'multiple_in_preamble'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/multiple_in_preamble_before_node.pl
b/tp/t/results/languages/multiple_in_preamble_before_node.pl
index 00eb45f400..b5fdc28b19 100644
--- a/tp/t/results/languages/multiple_in_preamble_before_node.pl
+++ b/tp/t/results/languages/multiple_in_preamble_before_node.pl
@@ -89,7 +89,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -110,7 +110,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -128,7 +128,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -146,7 +146,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -171,7 +171,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -185,7 +185,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -200,7 +200,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -214,7 +214,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -576,7 +576,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -597,7 +597,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -615,7 +615,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -633,7 +633,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -658,7 +658,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' von '
@@ -672,7 +672,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -687,7 +687,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -701,7 +701,7 @@ $result_trees{'multiple_in_preamble_before_node'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/multiple_lang_chapters.pl
b/tp/t/results/languages/multiple_lang_chapters.pl
index c0d3a7c3a6..60469531b4 100644
--- a/tp/t/results/languages/multiple_lang_chapters.pl
+++ b/tp/t/results/languages/multiple_lang_chapters.pl
@@ -727,7 +727,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -748,7 +748,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -766,7 +766,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -784,7 +784,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -809,7 +809,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -823,7 +823,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -838,7 +838,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -852,7 +852,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1077,7 +1077,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1098,7 +1098,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1116,7 +1116,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1134,7 +1134,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1159,7 +1159,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1173,7 +1173,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1188,7 +1188,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1202,7 +1202,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1391,7 +1391,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1412,7 +1412,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1430,7 +1430,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1448,7 +1448,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1473,7 +1473,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -1487,7 +1487,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1502,7 +1502,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1516,7 +1516,7 @@ $result_trees{'multiple_lang_chapters'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/multiple_lang_chapters_latex.pl
b/tp/t/results/languages/multiple_lang_chapters_latex.pl
index b58a60a382..ffaabb7db5 100644
--- a/tp/t/results/languages/multiple_lang_chapters_latex.pl
+++ b/tp/t/results/languages/multiple_lang_chapters_latex.pl
@@ -727,7 +727,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -748,7 +748,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -766,7 +766,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -784,7 +784,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -809,7 +809,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -823,7 +823,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -838,7 +838,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -852,7 +852,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1077,7 +1077,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1098,7 +1098,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1116,7 +1116,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1134,7 +1134,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1159,7 +1159,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1173,7 +1173,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1188,7 +1188,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1202,7 +1202,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1391,7 +1391,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1412,7 +1412,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1430,7 +1430,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1448,7 +1448,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1473,7 +1473,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -1487,7 +1487,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1502,7 +1502,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1516,7 +1516,7 @@ $result_trees{'multiple_lang_chapters_latex'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/multiple_lang_chapters_texi2html.pl
b/tp/t/results/languages/multiple_lang_chapters_texi2html.pl
index 665bc98730..aa34043739 100644
--- a/tp/t/results/languages/multiple_lang_chapters_texi2html.pl
+++ b/tp/t/results/languages/multiple_lang_chapters_texi2html.pl
@@ -696,7 +696,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -717,7 +717,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -735,7 +735,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -753,7 +753,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -778,7 +778,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -792,7 +792,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -807,7 +807,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -821,7 +821,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1046,7 +1046,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1067,7 +1067,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1085,7 +1085,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1103,7 +1103,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1128,7 +1128,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1142,7 +1142,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1157,7 +1157,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1171,7 +1171,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1360,7 +1360,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1381,7 +1381,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1399,7 +1399,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1417,7 +1417,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1442,7 +1442,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -1456,7 +1456,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -1471,7 +1471,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -1485,7 +1485,7 @@ $result_trees{'multiple_lang_chapters_texi2html'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/simple_documentlanguage.pl
b/tp/t/results/languages/simple_documentlanguage.pl
index 02db6b8c86..54d133840a 100644
--- a/tp/t/results/languages/simple_documentlanguage.pl
+++ b/tp/t/results/languages/simple_documentlanguage.pl
@@ -136,7 +136,7 @@ $result_trees{'simple_documentlanguage'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -157,7 +157,7 @@ $result_trees{'simple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -175,7 +175,7 @@ $result_trees{'simple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -193,7 +193,7 @@ $result_trees{'simple_documentlanguage'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -218,7 +218,7 @@ $result_trees{'simple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -232,7 +232,7 @@ $result_trees{'simple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -247,7 +247,7 @@ $result_trees{'simple_documentlanguage'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -261,7 +261,7 @@ $result_trees{'simple_documentlanguage'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/languages/unknown_region.pl
b/tp/t/results/languages/unknown_region.pl
index 07b674d0da..0e1159f70d 100644
--- a/tp/t/results/languages/unknown_region.pl
+++ b/tp/t/results/languages/unknown_region.pl
@@ -136,7 +136,7 @@ $result_trees{'unknown_region'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -157,7 +157,7 @@ $result_trees{'unknown_region'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -175,7 +175,7 @@ $result_trees{'unknown_region'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -193,7 +193,7 @@ $result_trees{'unknown_region'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -218,7 +218,7 @@ $result_trees{'unknown_region'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' de '
@@ -232,7 +232,7 @@ $result_trees{'unknown_region'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
@@ -247,7 +247,7 @@ $result_trees{'unknown_region'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'text' => ' of '
@@ -261,7 +261,7 @@ $result_trees{'unknown_region'} = {
'extra' => {
'def_role' => 'class'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
]
},
diff --git a/tp/t/results/latex_tests/brace_in_index.pl
b/tp/t/results/latex_tests/brace_in_index.pl
index 5e93f4af0d..d5d4401f1f 100644
--- a/tp/t/results/latex_tests/brace_in_index.pl
+++ b/tp/t/results/latex_tests/brace_in_index.pl
@@ -290,7 +290,7 @@ $result_trees{'brace_in_index'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -317,7 +317,7 @@ $result_trees{'brace_in_index'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -342,7 +342,7 @@ $result_trees{'brace_in_index'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/linemacro/api_doc_with_linemacro.pl
b/tp/t/results/linemacro/api_doc_with_linemacro.pl
index 1556c76756..48830337a2 100644
--- a/tp/t/results/linemacro/api_doc_with_linemacro.pl
+++ b/tp/t/results/linemacro/api_doc_with_linemacro.pl
@@ -255,7 +255,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -273,7 +273,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -298,7 +298,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -323,7 +323,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -347,7 +347,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -372,7 +372,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -396,7 +396,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -421,7 +421,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -445,7 +445,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -571,7 +571,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -603,7 +603,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -642,7 +642,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -744,7 +744,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -776,7 +776,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -815,7 +815,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -940,7 +940,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -972,7 +972,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1011,7 +1011,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1149,7 +1149,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -1188,7 +1188,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -1308,7 +1308,7 @@ $result_trees{'api_doc_with_linemacro'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/linemacro/block_begin_end_in_linemacro_call.pl
b/tp/t/results/linemacro/block_begin_end_in_linemacro_call.pl
index cb0f9a1d76..56e38a9372 100644
--- a/tp/t/results/linemacro/block_begin_end_in_linemacro_call.pl
+++ b/tp/t/results/linemacro/block_begin_end_in_linemacro_call.pl
@@ -795,7 +795,7 @@ args \\e\\|\\f\\|
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -865,7 +865,7 @@ args \\e\\|\\f\\|
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/linemacro/braces_after_text.pl
b/tp/t/results/linemacro/braces_after_text.pl
index ea1aa80881..48c5bb5cea 100644
--- a/tp/t/results/linemacro/braces_after_text.pl
+++ b/tp/t/results/linemacro/braces_after_text.pl
@@ -178,7 +178,7 @@ $result_trees{'braces_after_text'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -208,7 +208,7 @@ $result_trees{'braces_after_text'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/linemacro/empty_last_argument.pl
b/tp/t/results/linemacro/empty_last_argument.pl
index 9195d90c82..9cf4d58e4f 100644
--- a/tp/t/results/linemacro/empty_last_argument.pl
+++ b/tp/t/results/linemacro/empty_last_argument.pl
@@ -223,7 +223,7 @@ $result_trees{'empty_last_argument'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -241,7 +241,7 @@ $result_trees{'empty_last_argument'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -365,7 +365,7 @@ $result_trees{'empty_last_argument'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -383,7 +383,7 @@ $result_trees{'empty_last_argument'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -520,7 +520,7 @@ $result_trees{'empty_last_argument'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -538,7 +538,7 @@ $result_trees{'empty_last_argument'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/linemacro/last_argument_with_braces.pl
b/tp/t/results/linemacro/last_argument_with_braces.pl
index 3fef27bfcc..82bd1adc86 100644
--- a/tp/t/results/linemacro/last_argument_with_braces.pl
+++ b/tp/t/results/linemacro/last_argument_with_braces.pl
@@ -155,7 +155,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -173,7 +173,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -191,7 +191,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -209,7 +209,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -251,7 +251,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -269,7 +269,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -287,7 +287,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -305,7 +305,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -323,7 +323,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -358,7 +358,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -473,7 +473,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -491,7 +491,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -509,7 +509,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -527,7 +527,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -569,7 +569,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -587,7 +587,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -605,7 +605,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -739,7 +739,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -757,7 +757,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -775,7 +775,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -793,7 +793,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -835,7 +835,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -853,7 +853,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -871,7 +871,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -911,7 +911,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -929,7 +929,7 @@ $result_trees{'last_argument_with_braces'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/linemacro/nested_linemacro_calls.pl
b/tp/t/results/linemacro/nested_linemacro_calls.pl
index 390307f351..51b1133a1d 100644
--- a/tp/t/results/linemacro/nested_linemacro_calls.pl
+++ b/tp/t/results/linemacro/nested_linemacro_calls.pl
@@ -238,7 +238,7 @@ $result_trees{'nested_linemacro_calls'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -335,7 +335,7 @@ $result_trees{'nested_linemacro_calls'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -360,7 +360,7 @@ $result_trees{'nested_linemacro_calls'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -378,7 +378,7 @@ $result_trees{'nested_linemacro_calls'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/linemacro/newline_and_continuation_in_brace.pl
b/tp/t/results/linemacro/newline_and_continuation_in_brace.pl
index c83cbd23fa..9d66af270d 100644
--- a/tp/t/results/linemacro/newline_and_continuation_in_brace.pl
+++ b/tp/t/results/linemacro/newline_and_continuation_in_brace.pl
@@ -173,7 +173,7 @@ $result_trees{'newline_and_continuation_in_brace'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -211,7 +211,7 @@ $result_trees{'newline_and_continuation_in_brace'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -229,7 +229,7 @@ $result_trees{'newline_and_continuation_in_brace'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -247,7 +247,7 @@ $result_trees{'newline_and_continuation_in_brace'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -272,7 +272,7 @@ $result_trees{'newline_and_continuation_in_brace'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -327,7 +327,7 @@ $result_trees{'newline_and_continuation_in_brace'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/linemacro/protected_spaces_on_line.pl
b/tp/t/results/linemacro/protected_spaces_on_line.pl
index 1447eb8b49..ba866582c5 100644
--- a/tp/t/results/linemacro/protected_spaces_on_line.pl
+++ b/tp/t/results/linemacro/protected_spaces_on_line.pl
@@ -142,7 +142,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -160,7 +160,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -185,7 +185,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -210,7 +210,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -242,7 +242,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -260,7 +260,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -412,7 +412,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -436,7 +436,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -461,7 +461,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -486,7 +486,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -511,7 +511,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -522,7 +522,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'contents' => [
@@ -533,7 +533,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -551,7 +551,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
@@ -703,7 +703,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -721,7 +721,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -746,7 +746,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -771,7 +771,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -789,7 +789,7 @@ $result_trees{'protected_spaces_on_line'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/linemacro/simple_nested_linemacro_calls.pl
b/tp/t/results/linemacro/simple_nested_linemacro_calls.pl
index e310dfdfce..985c5b618f 100644
--- a/tp/t/results/linemacro/simple_nested_linemacro_calls.pl
+++ b/tp/t/results/linemacro/simple_nested_linemacro_calls.pl
@@ -267,7 +267,7 @@ $result_trees{'simple_nested_linemacro_calls'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -361,7 +361,7 @@ $result_trees{'simple_nested_linemacro_calls'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -415,7 +415,7 @@ $result_trees{'simple_nested_linemacro_calls'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -440,7 +440,7 @@ $result_trees{'simple_nested_linemacro_calls'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -458,7 +458,7 @@ $result_trees{'simple_nested_linemacro_calls'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/linemacro/spaces_after_command_in_call.pl
b/tp/t/results/linemacro/spaces_after_command_in_call.pl
index 55854e24e0..91c1ca18b1 100644
--- a/tp/t/results/linemacro/spaces_after_command_in_call.pl
+++ b/tp/t/results/linemacro/spaces_after_command_in_call.pl
@@ -168,7 +168,7 @@ $result_trees{'spaces_after_command_in_call'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -205,7 +205,7 @@ $result_trees{'spaces_after_command_in_call'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -223,7 +223,7 @@ $result_trees{'spaces_after_command_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -260,7 +260,7 @@ $result_trees{'spaces_after_command_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -278,7 +278,7 @@ $result_trees{'spaces_after_command_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -296,7 +296,7 @@ $result_trees{'spaces_after_command_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git
a/tp/t/results/linemacro/spaces_after_macro_linemacro_commands_in_call.pl
b/tp/t/results/linemacro/spaces_after_macro_linemacro_commands_in_call.pl
index aad788b6ec..e9394ef0f8 100644
--- a/tp/t/results/linemacro/spaces_after_macro_linemacro_commands_in_call.pl
+++ b/tp/t/results/linemacro/spaces_after_macro_linemacro_commands_in_call.pl
@@ -297,7 +297,7 @@
$result_trees{'spaces_after_macro_linemacro_commands_in_call'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -525,7 +525,7 @@
$result_trees{'spaces_after_macro_linemacro_commands_in_call'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -599,7 +599,7 @@
$result_trees{'spaces_after_macro_linemacro_commands_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -617,7 +617,7 @@
$result_trees{'spaces_after_macro_linemacro_commands_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -635,7 +635,7 @@
$result_trees{'spaces_after_macro_linemacro_commands_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -675,7 +675,7 @@
$result_trees{'spaces_after_macro_linemacro_commands_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -701,7 +701,7 @@
$result_trees{'spaces_after_macro_linemacro_commands_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/linemacro/spaces_after_unknown_command_in_call.pl
b/tp/t/results/linemacro/spaces_after_unknown_command_in_call.pl
index 26d0ff9192..26ce0dbf54 100644
--- a/tp/t/results/linemacro/spaces_after_unknown_command_in_call.pl
+++ b/tp/t/results/linemacro/spaces_after_unknown_command_in_call.pl
@@ -169,7 +169,7 @@ $result_trees{'spaces_after_unknown_command_in_call'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -187,7 +187,7 @@ $result_trees{'spaces_after_unknown_command_in_call'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -205,7 +205,7 @@ $result_trees{'spaces_after_unknown_command_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -223,7 +223,7 @@ $result_trees{'spaces_after_unknown_command_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -260,7 +260,7 @@ $result_trees{'spaces_after_unknown_command_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -278,7 +278,7 @@ $result_trees{'spaces_after_unknown_command_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/linemacro/spaces_in_args.pl
b/tp/t/results/linemacro/spaces_in_args.pl
index 8c3f4b0108..ea83a80cee 100644
--- a/tp/t/results/linemacro/spaces_in_args.pl
+++ b/tp/t/results/linemacro/spaces_in_args.pl
@@ -171,7 +171,7 @@ $result_trees{'spaces_in_args'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -189,7 +189,7 @@ $result_trees{'spaces_in_args'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -207,7 +207,7 @@ $result_trees{'spaces_in_args'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -225,7 +225,7 @@ $result_trees{'spaces_in_args'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -243,7 +243,7 @@ $result_trees{'spaces_in_args'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -261,7 +261,7 @@ $result_trees{'spaces_in_args'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/linemacro/spaces_in_call.pl
b/tp/t/results/linemacro/spaces_in_call.pl
index ca66ce3be4..8303a43bf0 100644
--- a/tp/t/results/linemacro/spaces_in_call.pl
+++ b/tp/t/results/linemacro/spaces_in_call.pl
@@ -139,7 +139,7 @@ $result_trees{'spaces_in_call'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -190,7 +190,7 @@ $result_trees{'spaces_in_call'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -208,7 +208,7 @@ $result_trees{'spaces_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -226,7 +226,7 @@ $result_trees{'spaces_in_call'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/linemacro/verb_in_linemacro_call.pl
b/tp/t/results/linemacro/verb_in_linemacro_call.pl
index d533ab3492..efa7a3ba3f 100644
--- a/tp/t/results/linemacro/verb_in_linemacro_call.pl
+++ b/tp/t/results/linemacro/verb_in_linemacro_call.pl
@@ -263,7 +263,7 @@ $result_trees{'verb_in_linemacro_call'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -281,7 +281,7 @@ $result_trees{'verb_in_linemacro_call'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
diff --git a/tp/t/results/macro/macro_in_def_delimiters.pl
b/tp/t/results/macro/macro_in_def_delimiters.pl
index d43cda0f9e..6cf6fba154 100644
--- a/tp/t/results/macro/macro_in_def_delimiters.pl
+++ b/tp/t/results/macro/macro_in_def_delimiters.pl
@@ -83,7 +83,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -101,7 +101,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -119,7 +119,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -156,7 +156,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -174,7 +174,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -192,7 +192,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -225,7 +225,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -269,7 +269,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -287,7 +287,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -305,7 +305,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -357,7 +357,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -375,7 +375,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -393,7 +393,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -445,7 +445,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -463,7 +463,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -481,7 +481,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -514,7 +514,7 @@ $result_trees{'macro_in_def_delimiters'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/menu/menu_in_deffn.pl
b/tp/t/results/menu/menu_in_deffn.pl
index 5a99f3c9f3..85f2374f11 100644
--- a/tp/t/results/menu/menu_in_deffn.pl
+++ b/tp/t/results/menu/menu_in_deffn.pl
@@ -50,7 +50,7 @@ $result_trees{'menu_in_deffn'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -68,7 +68,7 @@ $result_trees{'menu_in_deffn'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -86,7 +86,7 @@ $result_trees{'menu_in_deffn'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {
diff --git a/tp/t/results/preformatted/def_in_example.pl
b/tp/t/results/preformatted/def_in_example.pl
index f8e9dce9e4..4203202f46 100644
--- a/tp/t/results/preformatted/def_in_example.pl
+++ b/tp/t/results/preformatted/def_in_example.pl
@@ -47,7 +47,7 @@ $result_trees{'def_in_example'} = {
'extra' => {
'def_role' => 'category'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -68,7 +68,7 @@ $result_trees{'def_in_example'} = {
'extra' => {
'def_role' => 'name'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
},
{
'extra' => {
@@ -86,7 +86,7 @@ $result_trees{'def_in_example'} = {
'extra' => {
'def_role' => 'arg'
},
- 'type' => 'def_aggregate'
+ 'type' => 'def_line_arg'
}
],
'info' => {