Document {CODE,HEADER} {START,END}.

Clean up indentation.

svn path=/trunk/; revision=54721
This commit is contained in:
Guy Harris 2014-01-13 21:18:29 +00:00
parent a2979508d0
commit 833d315c02
1 changed files with 9 additions and 1 deletions

View File

@ -89,6 +89,14 @@ to write a function manually. This can be used to remove the function
for only one level for a particular element rather than all the functions and
ett/hf variables for a particular element as the NOEMIT command does.
=item I<CODE START>/I<CODE END>
Begin and end a section of code to be put directly into the generated
source file for the dissector.
=item I<HEADER START>/I<HEADER END>
Begin and end a section of code to be put directly into the generated
header file for the dissector.
=back
=head1 EXAMPLE
@ -284,7 +292,7 @@ sub handle_manual($$$)
return;
}
$data->{manual}->{$fn} = 1;
$data->{manual}->{$fn} = 1;
}
sub handle_protocol($$$$$$)