File tree Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Expand file tree Collapse file tree 9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 8
8
// Official repository: https://github.com/cppalliance/mrdox
9
9
//
10
10
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
13
13
14
14
#include < mrdox/Platform.hpp>
15
15
#include < atomic>
Original file line number Diff line number Diff line change 8
8
// Official repository: https://github.com/cppalliance/mrdox
9
9
//
10
10
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
13
13
14
14
#include < mrdox/Platform.hpp>
15
15
#include < mrdox/Support/any_callable.hpp>
Original file line number Diff line number Diff line change 8
8
// Official repository: https://github.com/cppalliance/mrdox
9
9
//
10
10
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
13
13
14
14
#include < mrdox/Platform.hpp>
15
15
#include < mrdox/Support/Dom.hpp>
Original file line number Diff line number Diff line change 8
8
// Official repository: https://github.com/cppalliance/mrdox
9
9
//
10
10
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
13
13
14
14
#include < mrdox/Platform.hpp>
15
15
#include < mrdox/Support/Error.hpp>
Original file line number Diff line number Diff line change 9
9
// Official repository: https://github.com/cppalliance/mrdox
10
10
//
11
11
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
14
14
15
15
#include < mrdox/Platform.hpp>
16
16
Original file line number Diff line number Diff line change 9
9
// Official repository: https://github.com/cppalliance/mrdox
10
10
//
11
11
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
14
14
15
15
#include < mrdox/Platform.hpp>
16
16
#include < mrdox/Support/any_callable.hpp>
Original file line number Diff line number Diff line change 8
8
// Official repository: https://github.com/cppalliance/mrdox
9
9
//
10
10
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
13
13
14
14
#include < mrdox/Platform.hpp>
15
15
#include < memory>
Original file line number Diff line number Diff line change 8
8
// Official repository: https://github.com/cppalliance/mrdox
9
9
//
10
10
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
13
13
14
14
#include < mrdox/Platform.hpp>
15
15
#include < mutex>
Original file line number Diff line number Diff line change 8
8
// Official repository: https://github.com/cppalliance/mrdox
9
9
//
10
10
11
- #ifndef MRDOX_VERSION_HPP
12
- #define MRDOX_VERSION_HPP
11
+ #ifndef MRDOX_API_VERSION_HPP
12
+ #define MRDOX_API_VERSION_HPP
13
13
14
14
#include < string_view>
15
15
You can’t perform that action at this time.
0 commit comments