Skip to content

Commit 1c398cb

Browse files
committed
chore: tidy up include guard names
1 parent 8a52d62 commit 1c398cb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+130
-130
lines changed

include/mrdox/ADT/AnyList.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_ADT_ANYLIST_HPP
13-
#define MRDOX_ADT_ANYLIST_HPP
12+
#ifndef MRDOX_API_ADT_ANYLIST_HPP
13+
#define MRDOX_API_ADT_ANYLIST_HPP
1414

1515
#include <mrdox/Platform.hpp>
1616
#include <algorithm>

include/mrdox/ADT/BitField.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_ADT_BITFIELD_HPP
13-
#define MRDOX_ADT_BITFIELD_HPP
12+
#ifndef MRDOX_API_ADT_BITFIELD_HPP
13+
#define MRDOX_API_ADT_BITFIELD_HPP
1414

1515
#include <cstdint>
1616
#include <limits>

include/mrdox/ADT/Optional.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_ADT_OPTIONAL_HPP
13-
#define MRDOX_ADT_OPTIONAL_HPP
12+
#ifndef MRDOX_API_ADT_OPTIONAL_HPP
13+
#define MRDOX_API_ADT_OPTIONAL_HPP
1414

1515
#include <mrdox/Platform.hpp>
1616
#include <concepts>

include/mrdox/Config.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_CONFIG_HPP
13-
#define MRDOX_CONFIG_HPP
12+
#ifndef MRDOX_API_CONFIG_HPP
13+
#define MRDOX_API_CONFIG_HPP
1414

1515
#include <mrdox/Platform.hpp>
1616
#include <mrdox/Reporter.hpp>

include/mrdox/Corpus.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_CORPUS_HPP
13-
#define MRDOX_CORPUS_HPP
12+
#ifndef MRDOX_API_CORPUS_HPP
13+
#define MRDOX_API_CORPUS_HPP
1414

1515
#include <mrdox/Platform.hpp>
1616
#include <mrdox/Config.hpp>

include/mrdox/Error.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_ERROR_HPP
13-
#define MRDOX_ERROR_HPP
12+
#ifndef MRDOX_API_ERROR_HPP
13+
#define MRDOX_API_ERROR_HPP
1414

1515
#include <mrdox/Platform.hpp>
1616
#include <llvm/Support/Error.h>

include/mrdox/Generator.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
// Generator classes for converting declaration
1313
// information into documentation in a specified format.
1414

15-
#ifndef MRDOX_GENERATOR_HPP
16-
#define MRDOX_GENERATOR_HPP
15+
#ifndef MRDOX_API_GENERATOR_HPP
16+
#define MRDOX_API_GENERATOR_HPP
1717

1818
#include <mrdox/Platform.hpp>
1919
#include <mrdox/Config.hpp>

include/mrdox/Generators.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_GENERATORS_HPP
12-
#define MRDOX_GENERATORS_HPP
11+
#ifndef MRDOX_API_GENERATORS_HPP
12+
#define MRDOX_API_GENERATORS_HPP
1313

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

include/mrdox/Metadata.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_METADATA_HPP
13-
#define MRDOX_METADATA_HPP
12+
#ifndef MRDOX_API_METADATA_HPP
13+
#define MRDOX_API_METADATA_HPP
1414

1515
#include <mrdox/Platform.hpp>
1616

include/mrdox/Metadata/Enum.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_METADATA_ENUM_HPP
13-
#define MRDOX_METADATA_ENUM_HPP
12+
#ifndef MRDOX_API_METADATA_ENUM_HPP
13+
#define MRDOX_API_METADATA_ENUM_HPP
1414

1515
#include <mrdox/Platform.hpp>
1616
#include <mrdox/Metadata/Symbol.hpp>

0 commit comments

Comments
 (0)