-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude autogenerated files from clang-format
- Loading branch information
Showing
4 changed files
with
893 additions
and
743 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ const GENERATION_PATH: &str = "include/zenoh-gen.h"; | |
const PREPROCESS_PATH: &str = "include/zenoh-cpp.h"; | ||
const SPLITGUIDE_PATH: &str = "splitguide.yaml"; | ||
const HEADER: &str = r"// | ||
// Copyright (c) 2022 ZettaScale Technology | ||
// Copyright (c) 2024 ZettaScale Technology | ||
// | ||
// This program and the accompanying materials are made available under the | ||
// terms of the Eclipse Public License 2.0 which is available at | ||
|
@@ -28,6 +28,7 @@ const HEADER: &str = r"// | |
// Contributors: | ||
// ZettaScale Zenoh Team, <[email protected]> | ||
// | ||
// clang-format off | ||
#ifdef DOCS | ||
#define ALIGN(n) | ||
#define ZENOHC_API | ||
|
Oops, something went wrong.