X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fcontributing%2Fcoding_style.rst;h=4efde93f6af053dd63751ff54077955c588a829e;hb=acec04c4b2f5;hp=841ef6d5c82940d5e113f9f01cfc370e3789f883;hpb=2a41db7589cb27dc491963f8c09b8dd452a8296d;p=dpdk.git diff --git a/doc/guides/contributing/coding_style.rst b/doc/guides/contributing/coding_style.rst index 841ef6d5c8..4efde93f6a 100644 --- a/doc/guides/contributing/coding_style.rst +++ b/doc/guides/contributing/coding_style.rst @@ -842,12 +842,6 @@ sources The optional fields are: -allow_experimental_apis - **Default Value = false** - Used to allow the library to make use of APIs marked as experimental. - Set to ``true`` if the C files in the library call any functions - marked as experimental in any included header files. - build **Default Value = true** Used to optionally compile a library, based on its dependencies or @@ -960,9 +954,6 @@ Meson Build File Contents - Drivers For drivers, the values are largely the same as for libraries. The variables supported are: -allow_experimental_apis - As above. - build As above.