Issue #77 Convert doxygen dummy headers to .dox files

Doxygen will treat them the same,
and it helps unclutter the C++ code.
This commit is contained in:
Mat Sutcliffe
2020-08-23 19:47:31 +01:00
parent 2dc86652c2
commit d8ae23c2c5
3 changed files with 7 additions and 16 deletions

View File

@@ -6,10 +6,6 @@
* or distributed except according to the terms contained in the LICENSE file.
*/
#ifndef BLACKMISC_NAMESPACES_H
#define BLACKMISC_NAMESPACES_H
// just a dummy header, namespace documentation will go here
//! \file
/*!
@@ -63,5 +59,3 @@
* \namespace BlackMisc::Mixin
* \brief Mixin classes which implement common operations for value classes.
*/
#endif