Skip to content
Snippets Groups Projects
Commit 28fffb8b authored by Oliver Bock's avatar Oliver Bock
Browse files

Fixed doxygen reference/label typo and added a missing "using" clause

parent a0c5c697
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "Resource.h" #include "Resource.h"
/** /**
* \addtogroup framwork Framework * \addtogroup framework Framework
* @{ * @{
*/ */
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
using namespace std; using namespace std;
/** /**
* \addtogroup framwork Framework * \addtogroup framework Framework
* @{ * @{
*/ */
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "StarsphereS5R3.h" #include "StarsphereS5R3.h"
/** /**
* \addtogroup framwork Framework * \addtogroup framework Framework
* @{ * @{
*/ */
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
using namespace std; using namespace std;
/** /**
* \addtogroup framwork Framework * \addtogroup framework Framework
* @{ * @{
*/ */
......
...@@ -27,8 +27,10 @@ ...@@ -27,8 +27,10 @@
#include "Resource.h" #include "Resource.h"
using namespace std;
/** /**
* \addtogroup framwork Framework * \addtogroup framework Framework
* @{ * @{
*/ */
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
using namespace std; using namespace std;
/** /**
* \addtogroup framwork Framework * \addtogroup framework Framework
* @{ * @{
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment