Added Doxyfile

Updated gitignore to skip doxygen output
Removed redundant namespaces from CardMover
This commit is contained in:
Ralph Wessel
2024-09-21 01:13:54 +01:00
parent daae9fd6e3
commit 0060aabd8b
3 changed files with 2894 additions and 4 deletions
+4 -2
View File
@@ -9,8 +9,10 @@ xcuserdata/
x64/ x64/
.DS_Store .DS_Store
.cache/ .cache/
Documentation/* SpeckleConnector/Documentation/*
!Documentation/Doxyfile !SpeckleConnector/Documentation/Doxyfile
SpeckleLib/Documentation/*
!SpeckleLib/Documentation/Doxyfile
CMakeCache.txt CMakeCache.txt
_deps/ _deps/
CMakeFiles/ CMakeFiles/
@@ -8,8 +8,6 @@ Distributed under the MIT License (See accompanying file LICENSE.txt or copy at
#include "Connector/Record/Model/ReceiverModelCard.h" #include "Connector/Record/Model/ReceiverModelCard.h"
#include "Connector/Record/Model/SenderModelCard.h" #include "Connector/Record/Model/SenderModelCard.h"
using namespace active::serialise;
using namespace active::utility;
using namespace connector::record; using namespace connector::record;
namespace { namespace {
File diff suppressed because it is too large Load Diff