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/
.DS_Store
.cache/
Documentation/*
!Documentation/Doxyfile
SpeckleConnector/Documentation/*
!SpeckleConnector/Documentation/Doxyfile
SpeckleLib/Documentation/*
!SpeckleLib/Documentation/Doxyfile
CMakeCache.txt
_deps/
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/SenderModelCard.h"
using namespace active::serialise;
using namespace active::utility;
using namespace connector::record;
namespace {
File diff suppressed because it is too large Load Diff