pidl/ws: Document CODE_START and HEADER_START
[kai/samba-autobuild/.git] / pidl / lib / Parse / Pidl / Wireshark / Conformance.pm
index 8057ab3b7ee9ba7c0888b131631a0121dd97e1fb..01a8c473c56e2a0ec595c66fcb702bcea872c6bb 100644 (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