Skip to content

Commit a97f568

Browse files
committed
chore: tidy include guards
1 parent 1d22799 commit a97f568

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

include/mrdox/Support/Dom.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// Official repository: https://github.com/cppalliance/mrdox
99
//
1010

11-
#ifndef MRDOX_SUPPORT_DOM_HPP
12-
#define MRDOX_SUPPORT_DOM_HPP
11+
#ifndef MRDOX_API_SUPPORT_DOM_HPP
12+
#define MRDOX_API_SUPPORT_DOM_HPP
1313

1414
#include <mrdox/Platform.hpp>
1515
#include <atomic>

include/mrdox/Support/ExecutorGroup.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// Official repository: https://github.com/cppalliance/mrdox
99
//
1010

11-
#ifndef MRDOX_SUPPORT_EXECUTORGROUP_HPP
12-
#define MRDOX_SUPPORT_EXECUTORGROUP_HPP
11+
#ifndef MRDOX_API_SUPPORT_EXECUTORGROUP_HPP
12+
#define MRDOX_API_SUPPORT_EXECUTORGROUP_HPP
1313

1414
#include <mrdox/Platform.hpp>
1515
#include <mrdox/Support/any_callable.hpp>

include/mrdox/Support/JavaScript.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// Official repository: https://github.com/cppalliance/mrdox
99
//
1010

11-
#ifndef MRDOX_SUPPORT_JAVASCRIPT_HPP
12-
#define MRDOX_SUPPORT_JAVASCRIPT_HPP
11+
#ifndef MRDOX_API_SUPPORT_JAVASCRIPT_HPP
12+
#define MRDOX_API_SUPPORT_JAVASCRIPT_HPP
1313

1414
#include <mrdox/Platform.hpp>
1515
#include <mrdox/Support/Dom.hpp>

include/mrdox/Support/Path.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// Official repository: https://github.com/cppalliance/mrdox
99
//
1010

11-
#ifndef MRDOX_SUPPORT_PATH_HPP
12-
#define MRDOX_SUPPORT_PATH_HPP
11+
#ifndef MRDOX_API_SUPPORT_PATH_HPP
12+
#define MRDOX_API_SUPPORT_PATH_HPP
1313

1414
#include <mrdox/Platform.hpp>
1515
#include <mrdox/Support/Error.hpp>

include/mrdox/Support/RangeFor.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Official repository: https://github.com/cppalliance/mrdox
1010
//
1111

12-
#ifndef MRDOX_SUPPORT_RANGEFOR_HPP
13-
#define MRDOX_SUPPORT_RANGEFOR_HPP
12+
#ifndef MRDOX_API_SUPPORT_RANGEFOR_HPP
13+
#define MRDOX_API_SUPPORT_RANGEFOR_HPP
1414

1515
#include <mrdox/Platform.hpp>
1616

include/mrdox/Support/ThreadPool.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// Official repository: https://github.com/cppalliance/mrdox
1010
//
1111

12-
#ifndef MRDOX_SUPPORT_THREAD_HPP
13-
#define MRDOX_SUPPORT_THREAD_HPP
12+
#ifndef MRDOX_API_SUPPORT_THREAD_HPP
13+
#define MRDOX_API_SUPPORT_THREAD_HPP
1414

1515
#include <mrdox/Platform.hpp>
1616
#include <mrdox/Support/any_callable.hpp>

include/mrdox/Support/any_callable.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// Official repository: https://github.com/cppalliance/mrdox
99
//
1010

11-
#ifndef MRDOX_SUPPORT_ANY_CALLABLE_HPP
12-
#define MRDOX_SUPPORT_ANY_CALLABLE_HPP
11+
#ifndef MRDOX_API_SUPPORT_ANY_CALLABLE_HPP
12+
#define MRDOX_API_SUPPORT_ANY_CALLABLE_HPP
1313

1414
#include <mrdox/Platform.hpp>
1515
#include <memory>

include/mrdox/Support/unlock_guard.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// Official repository: https://github.com/cppalliance/mrdox
99
//
1010

11-
#ifndef MRDOX_SUPPORT_UNLOCK_GUARD_HPP
12-
#define MRDOX_SUPPORT_UNLOCK_GUARD_HPP
11+
#ifndef MRDOX_API_SUPPORT_UNLOCK_GUARD_HPP
12+
#define MRDOX_API_SUPPORT_UNLOCK_GUARD_HPP
1313

1414
#include <mrdox/Platform.hpp>
1515
#include <mutex>

include/mrdox/Version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
// Official repository: https://github.com/cppalliance/mrdox
99
//
1010

11-
#ifndef MRDOX_VERSION_HPP
12-
#define MRDOX_VERSION_HPP
11+
#ifndef MRDOX_API_VERSION_HPP
12+
#define MRDOX_API_VERSION_HPP
1313

1414
#include <string_view>
1515

0 commit comments

Comments
 (0)