Added Doxyfile
Updated gitignore to skip doxygen output Removed redundant namespaces from CardMover
This commit is contained in:
+4
-2
@@ -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
Reference in New Issue
Block a user