Update doxygen configuration

Change-Id: Ibd39a0567284901ef2c8c6dc53ab76661c711868
This commit is contained in:
Davide Pesavento
2017-10-09 02:09:36 -04:00
parent 5473abe82c
commit f93a14591d
3 changed files with 327 additions and 1680 deletions
File diff suppressed because it is too large Load Diff
+327 -155
View File
File diff suppressed because it is too large Load Diff
-10
View File
@@ -1,10 +0,0 @@
namespace boost {
template<class T> class shared_ptr { T *ptr; };
template<class T> class weak_ptr { T *ptr; };
}
namespace Sync {
struct DiffStateContainer { DiffState *multi_index_container; };
struct LeafContainer { Leaf *multi_index_container; }
struct CcnxWrapperPtr { CcnxWrapper *ptr; }
}