From: Aurelien Aptel Date: Wed, 10 Feb 2016 13:52:52 +0000 (+0100) Subject: pidl/ws: Document CODE_START and HEADER_START X-Git-Tag: tdb-1.3.10~766 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97eda222d08e7aa32ca8c8c6af41f2901ac174ba;p=thirdparty%2Fsamba.git pidl/ws: Document CODE_START and HEADER_START Port Wireshark commit 833d315 Author: Guy Harris Date: Mon Jan 13 21:18:29 2014 +0000 Document {CODE,HEADER} {START,END}. Clean up indentation. svn path=/trunk/; revision=54721 Signed-off-by: Aurelien Aptel Reviewed-by: Stefan Metzmacher Reviewed-by: David Disseldorp --- diff --git a/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm b/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm index 8057ab3b7ee..01a8c473c56 100644 --- a/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm +++ b/pidl/lib/Parse/Pidl/Wireshark/Conformance.pm @@ -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/I +Begin and end a section of code to be put directly into the generated +source file for the dissector. + +=item I
/I
+Begin and end a section of code to be put directly into the generated +header file for the dissector. + =back =head1 EXAMPLE