X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=CONTRIBUTING.adoc;h=a99fae13e0bbf35783d44e360d2e50beffbfe580;hb=1d323849ed535c2d7457338369068a89268e88ff;hp=17840c38c5be457d7988997ec3cafd92ac5fb8ca;hpb=6a442676d02cabb5d4954bb8ca9a27ce83584ad4;p=babeltrace.git diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 17840c38..a99fae13 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -439,7 +439,6 @@ level, for example: + [source,c] ---- -BT_HIDDEN char *bt_common_get_home_plugin_path(int log_level); ---- + @@ -1148,7 +1147,6 @@ struct my_comp { /* ... */ }; -BT_HIDDEN bt_self_component_status my_comp_init( bt_self_component_source *self_comp_src, bt_value *params, void *init_method_data) @@ -1676,7 +1674,7 @@ https://clang.llvm.org/docs/ClangFormatStyleOptions.html[style] of the You _must_ format modified and new {cpp} files with clang-format before you create a contribution patch. -You need clang-format{nbsp}13 to use the project's `.clang-format` file. +You need clang-format{nbsp}15 to use the project's `.clang-format` file. To automatically format all the project's {cpp} files, run: