File tree Expand file tree Collapse file tree 18 files changed +37
-39
lines changed Expand file tree Collapse file tree 18 files changed +37
-39
lines changed 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_SOURCE_BITCODE_HPP
13
- #define MRDOX_SOURCE_BITCODE_HPP
12
+ #ifndef MRDOX_LIB_BITCODE_HPP
13
+ #define MRDOX_LIB_BITCODE_HPP
14
14
15
15
#include < mrdox/Platform.hpp>
16
16
#include < mrdox/MetadataFwd.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_SOURCE_COMMANDS_HPP
12
- #define MRDOX_SOURCE_COMMANDS_HPP
11
+ #ifndef MRDOX_LIB_COMMANDS_HPP
12
+ #define MRDOX_LIB_COMMANDS_HPP
13
13
14
14
#include < mrdox/Platform.hpp>
15
15
Original file line number Diff line number Diff line change 1
1
//
2
- // This is a derivative work. originally part of the LLVM Project.
3
2
// Licensed under the Apache License v2.0 with LLVM Exceptions.
4
3
// See https://llvm.org/LICENSE.txt for license information.
5
4
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9
8
// Official repository: https://github.com/cppalliance/mrdox
10
9
//
11
10
12
- #ifndef MRDOX_SOURCE_CORPUSIMPL_HPP
13
- #define MRDOX_SOURCE_CORPUSIMPL_HPP
11
+ #ifndef MRDOX_LIB_CORPUSIMPL_HPP
12
+ #define MRDOX_LIB_CORPUSIMPL_HPP
14
13
15
14
#include < mrdox/Platform.hpp>
16
15
#include " Bitcode.hpp"
Original file line number Diff line number Diff line change 1
1
//
2
- // This is a derivative work. originally part of the LLVM Project.
3
2
// Licensed under the Apache License v2.0 with LLVM Exceptions.
4
3
// See https://llvm.org/LICENSE.txt for license information.
5
4
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9
8
// Official repository: https://github.com/cppalliance/mrdox
10
9
//
11
10
12
- #ifndef MRDOX_SOURCE_FRONTENDACTION_HPP
13
- #define MRDOX_SOURCE_FRONTENDACTION_HPP
11
+ #ifndef MRDOX_LIB_FRONTENDACTION_HPP
12
+ #define MRDOX_LIB_FRONTENDACTION_HPP
14
13
15
14
#include < mrdox/Platform.hpp>
16
15
#include < clang/Tooling/Execution.h>
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_SOURCE_ADOC_ASCIIDOC_HPP
13
- #define MRDOX_SOURCE_ADOC_ASCIIDOC_HPP
12
+ #ifndef MRDOX_LIB_ADOC_ASCIIDOC_HPP
13
+ #define MRDOX_LIB_ADOC_ASCIIDOC_HPP
14
14
15
15
#include < mrdox/Platform.hpp>
16
16
#include < mrdox/Config.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_SOURCE_ADOC_PAGESBUILDER_HPP
12
- #define MRDOX_SOURCE_ADOC_PAGESBUILDER_HPP
11
+ #ifndef MRDOX_LIB_ADOC_PAGESBUILDER_HPP
12
+ #define MRDOX_LIB_ADOC_PAGESBUILDER_HPP
13
13
14
14
#include < mrdox/Platform.hpp>
15
15
#include < mrdox/Corpus.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_SOURCE_XML_XML_HPP
13
- #define MRDOX_SOURCE_XML_XML_HPP
12
+ #ifndef MRDOX_LIB_XML_XML_HPP
13
+ #define MRDOX_LIB_XML_XML_HPP
14
14
15
15
#include < mrdox/Platform.hpp>
16
16
#include < mrdox/Generator.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_SOURCE_AST_ASTVISITOR_HPP
13
- #define MRDOX_SOURCE_AST_ASTVISITOR_HPP
12
+ #ifndef MRDOX_LIB_AST_ASTVISITOR_HPP
13
+ #define MRDOX_LIB_AST_ASTVISITOR_HPP
14
14
15
15
#include < mrdox/Platform.hpp>
16
16
#include < mrdox/Config.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_SOURCE_AST_ANYNODELIST_HPP
12
- #define MRDOX_SOURCE_AST_ANYNODELIST_HPP
11
+ #ifndef MRDOX_LIB_AST_ANYNODELIST_HPP
12
+ #define MRDOX_LIB_AST_ANYNODELIST_HPP
13
13
14
14
#include < mrdox/Platform.hpp>
15
15
#include < mrdox/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_SOURCE_AST_BITCODEIDS_HPP
13
- #define MRDOX_SOURCE_AST_BITCODEIDS_HPP
12
+ #ifndef MRDOX_LIB_AST_BITCODEIDS_HPP
13
+ #define MRDOX_LIB_AST_BITCODEIDS_HPP
14
14
15
15
#include < mrdox/Platform.hpp>
16
16
#include < llvm/Bitstream/BitCodeEnums.h>
You can’t perform that action at this time.
0 commit comments