Skip to content

Commit

Permalink
chore: move generators to src/lib/Gen
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Nov 22, 2023
1 parent cf2d10a commit c777320
Show file tree
Hide file tree
Showing 34 changed files with 34 additions and 34 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_ADOC_ADOCCORPUS_HPP
#define MRDOCS_LIB_ADOC_ADOCCORPUS_HPP
#ifndef MRDOCS_LIB_GEN_ADOC_ADOCCORPUS_HPP
#define MRDOCS_LIB_GEN_ADOC_ADOCCORPUS_HPP

#include <mrdocs/Platform.hpp>
#include "lib/Support/SafeNames.hpp"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_ADOC_ADOCGENERATOR_HPP
#define MRDOCS_LIB_ADOC_ADOCGENERATOR_HPP
#ifndef MRDOCS_LIB_GEN_ADOC_ADOCGENERATOR_HPP
#define MRDOCS_LIB_GEN_ADOC_ADOCGENERATOR_HPP

#include <mrdocs/Platform.hpp>
#include <mrdocs/Generator.hpp>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/lib/-adoc/Builder.hpp → src/lib/Gen/adoc/Builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_ADOC_BUILDER_HPP
#define MRDOCS_LIB_ADOC_BUILDER_HPP
#ifndef MRDOCS_LIB_GEN_ADOC_BUILDER_HPP
#define MRDOCS_LIB_GEN_ADOC_BUILDER_HPP

#include "Options.hpp"
#include "AdocCorpus.hpp"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_ADOC_MULTIPAGEVISITOR_HPP
#define MRDOCS_LIB_ADOC_MULTIPAGEVISITOR_HPP
#ifndef MRDOCS_LIB_GEN_ADOC_MULTIPAGEVISITOR_HPP
#define MRDOCS_LIB_GEN_ADOC_MULTIPAGEVISITOR_HPP

#include "Builder.hpp"
#include <mrdocs/Support/ExecutorGroup.hpp>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/lib/-adoc/Options.hpp → src/lib/Gen/adoc/Options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_ADOC_OPTIONS_HPP
#define MRDOCS_LIB_ADOC_OPTIONS_HPP
#ifndef MRDOCS_LIB_GEN_ADOC_OPTIONS_HPP
#define MRDOCS_LIB_GEN_ADOC_OPTIONS_HPP

#include <mrdocs/Support/Error.hpp>
#include <string>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_ADOC_SINGLEPAGEVISITOR_HPP
#define MRDOCS_LIB_ADOC_SINGLEPAGEVISITOR_HPP
#ifndef MRDOCS_LIB_GEN_ADOC_SINGLEPAGEVISITOR_HPP
#define MRDOCS_LIB_GEN_ADOC_SINGLEPAGEVISITOR_HPP

#include "Builder.hpp"
#include <mrdocs/MetadataFwd.hpp>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_BITCODE_BITCODEGENERATOR_HPP
#define MRDOCS_LIB_BITCODE_BITCODEGENERATOR_HPP
#ifndef MRDOCS_LIB_GEN_BITCODE_BITCODEGENERATOR_HPP
#define MRDOCS_LIB_GEN_BITCODE_BITCODEGENERATOR_HPP

#include <mrdocs/Platform.hpp>
#include <mrdocs/Generator.hpp>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/lib/-HTML/Builder.hpp → src/lib/Gen/html/Builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_HTML_BUILDER_HPP
#define MRDOCS_LIB_HTML_BUILDER_HPP
#ifndef MRDOCS_LIB_GEN_HTML_BUILDER_HPP
#define MRDOCS_LIB_GEN_HTML_BUILDER_HPP

#include "Options.hpp"
#include "lib/Support/Radix.hpp"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_HTML_HTMLCORPUS_HPP
#define MRDOCS_LIB_HTML_HTMLCORPUS_HPP
#ifndef MRDOCS_LIB_GEN_HTML_HTMLCORPUS_HPP
#define MRDOCS_LIB_GEN_HTML_HTMLCORPUS_HPP

#include <mrdocs/Platform.hpp>
#include <mrdocs/Metadata/DomMetadata.hpp>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_HTML_HTMLGENERATOR_HPP
#define MRDOCS_LIB_HTML_HTMLGENERATOR_HPP
#ifndef MRDOCS_LIB_GEN_HTML_HTMLGENERATOR_HPP
#define MRDOCS_LIB_GEN_HTML_HTMLGENERATOR_HPP

#include <mrdocs/Platform.hpp>
#include <mrdocs/Generator.hpp>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_HTML_MULTIPAGEVISITOR_HPP
#define MRDOCS_LIB_HTML_MULTIPAGEVISITOR_HPP
#ifndef MRDOCS_LIB_GEN_HTML_MULTIPAGEVISITOR_HPP
#define MRDOCS_LIB_GEN_HTML_MULTIPAGEVISITOR_HPP

#include "Builder.hpp"
#include <mrdocs/Support/ExecutorGroup.hpp>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/lib/-HTML/Options.hpp → src/lib/Gen/html/Options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_HTML_OPTIONS_HPP
#define MRDOCS_LIB_HTML_OPTIONS_HPP
#ifndef MRDOCS_LIB_GEN_HTML_OPTIONS_HPP
#define MRDOCS_LIB_GEN_HTML_OPTIONS_HPP

#include <mrdocs/Support/Error.hpp>
#include <string>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_HTML_SINGLEPAGEVISITOR_HPP
#define MRDOCS_LIB_HTML_SINGLEPAGEVISITOR_HPP
#ifndef MRDOCS_LIB_GEN_HTML_SINGLEPAGEVISITOR_HPP
#define MRDOCS_LIB_GEN_HTML_SINGLEPAGEVISITOR_HPP

#include "Builder.hpp"
#include <mrdocs/Support/ExecutorGroup.hpp>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/lib/-XML/CXXTags.hpp → src/lib/Gen/xml/CXXTags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_XML_CXXTAGS_HPP
#define MRDOCS_LIB_XML_CXXTAGS_HPP
#ifndef MRDOCS_LIB_GEN_XML_CXXTAGS_HPP
#define MRDOCS_LIB_GEN_XML_CXXTAGS_HPP

#include "XMLTags.hpp"
#include <mrdocs/Metadata/Function.hpp>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_XML_XMLGENERATOR_HPP
#define MRDOCS_LIB_XML_XMLGENERATOR_HPP
#ifndef MRDOCS_LIB_GEN_XML_XMLGENERATOR_HPP
#define MRDOCS_LIB_GEN_XML_XMLGENERATOR_HPP

#include <mrdocs/Platform.hpp>
#include <mrdocs/Generator.hpp>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/lib/-XML/XMLTags.hpp → src/lib/Gen/xml/XMLTags.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_XML_XMLTAGS_HPP
#define MRDOCS_LIB_XML_XMLTAGS_HPP
#ifndef MRDOCS_LIB_GEN_XML_XMLTAGS_HPP
#define MRDOCS_LIB_GEN_XML_XMLTAGS_HPP

#include <mrdocs/Platform.hpp>
#include <mrdocs/Metadata/Javadoc.hpp>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/lib/-XML/XMLWriter.hpp → src/lib/Gen/xml/XMLWriter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// Official repository: https://github.com/cppalliance/mrdocs
//

#ifndef MRDOCS_LIB_XML_XMLWRITER_HPP
#define MRDOCS_LIB_XML_XMLWRITER_HPP
#ifndef MRDOCS_LIB_GEN_XML_XMLWRITER_HPP
#define MRDOCS_LIB_GEN_XML_XMLWRITER_HPP

#include "XMLTags.hpp"
#include "lib/Support/YamlFwd.hpp"
Expand Down

0 comments on commit c777320

Please sign in to comment.