From e7770985a2be00cc22c3cd1302afb1fcc16bf94b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 28 Jul 2017 00:38:30 +0100 Subject: Updating docs --- annotated.html | 2 +- classyage_1_1Matrix.html | 14 ++++++++- hierarchy.html | 2 +- matrix_8hpp.html | 13 ++++++-- matrix_8hpp_source.html | 9 +++--- menudata.js | 2 ++ namespacedetail.html | 81 ++++++++++++++++++++++++++++++++++++++++++++++++ namespaces.html | 79 ++++++++++++++++++++++++++++++++++++++++++++++ search/all_2.js | 1 + search/namespaces_0.html | 26 ++++++++++++++++ search/namespaces_0.js | 4 +++ search/searchdata.js | 15 +++++---- 12 files changed, 232 insertions(+), 16 deletions(-) create mode 100644 namespacedetail.html create mode 100644 namespaces.html create mode 100644 search/namespaces_0.html create mode 100644 search/namespaces_0.js diff --git a/annotated.html b/annotated.html index 04d0e9b7..5e7e9115 100644 --- a/annotated.html +++ b/annotated.html @@ -78,7 +78,7 @@ $(function() {  CImageLoader  CInputManager  CIoManager - CMatrix + CMatrixBase matrix class  CParticleBody  CPosition  CRectangleCollider diff --git a/classyage_1_1Matrix.html b/classyage_1_1Matrix.html index f03514fc..60572cad 100644 --- a/classyage_1_1Matrix.html +++ b/classyage_1_1Matrix.html @@ -72,6 +72,11 @@ $(function() {
yage::Matrix< Rows, Cols, Type > Class Template Reference
+ +

Base matrix class. + More...

+ +

#include <matrix.hpp>

@@ -124,7 +129,14 @@ Friends class 

Public Member Functions

detail::Row< Rows, Cols, Type >
 
-
The documentation for this class was generated from the following file:
diff --git a/hierarchy.html b/hierarchy.html index b2d45566..cdbf2c5d 100644 --- a/hierarchy.html +++ b/hierarchy.html @@ -78,7 +78,7 @@ $(function() {  Cyage::ImageLoader  Cyage::InputManager  Cyage::IoManager - Cyage::Matrix< Rows, Cols, Type > + Cyage::Matrix< Rows, Cols, Type >Base matrix class  Cyage::Matrix< Rows, 1, double >  Cyage::Vector< 2, double >  Cyage::Vector2< double > diff --git a/matrix_8hpp.html b/matrix_8hpp.html index eef5fe5f..dd32e129 100644 --- a/matrix_8hpp.html +++ b/matrix_8hpp.html @@ -65,6 +65,7 @@ $(function() {
@@ -86,16 +87,24 @@ $(function() {

Classes

class  yage::Matrix< Rows, Cols, Type > + Base matrix class. More...
  class  yage::detail::Row< Rows, Cols, Type >   class  yage::Matrix< Rows, Cols, Type > + Base matrix class. More...
  class  yage::Vector< Rows, Type >   class  yage::Vector2< Type >   + + + + +

+Namespaces

 detail
 Detail namespace.
 

Detailed Description

Templated matrix class.

Matrix

-

Nothing really to add

-

Other

-

Something lese

+

This is a very general matrix class that can then be inherited by vectors and other similar data structures to minimize code density.

Typedefs

@@ -164,9 +173,7 @@ template<int M, int N, int P, int Q, class T >
+ + + + + +
+
YAGE +
+
Yet Another Game Engine
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+
+
detail Namespace Reference
+
+
+ +

Detail namespace. +More...

+

Detailed Description

+

Detail namespace.

+

Detail Namespace

+

This is the namespace used for implementation detail.

+
+ + + + diff --git a/namespaces.html b/namespaces.html new file mode 100644 index 00000000..97082812 --- /dev/null +++ b/namespaces.html @@ -0,0 +1,79 @@ + + + + + + + +YAGE: Namespace List + + + + + + + + + +
+
+ + + + + + +
+
YAGE +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+ +
+
+ + +
+ +
+ +
+
+
Namespace List
+
+
+
Here is a list of all documented namespaces with brief descriptions:
+ + +
 NdetailDetail namespace
+
+
+ + + + diff --git a/search/all_2.js b/search/all_2.js index 733d4232..3ced3788 100644 --- a/search/all_2.js +++ b/search/all_2.js @@ -1,4 +1,5 @@ var searchData= [ + ['detail',['detail',['../namespacedetail.html',1,'']]], ['documentation',['Documentation',['../md_docs_README.html',1,'']]] ]; diff --git a/search/namespaces_0.html b/search/namespaces_0.html new file mode 100644 index 00000000..605ac452 --- /dev/null +++ b/search/namespaces_0.html @@ -0,0 +1,26 @@ + + + + + + + + + +
+
Loading...
+
+ +
Searching...
+
No Matches
+ +
+ + diff --git a/search/namespaces_0.js b/search/namespaces_0.js new file mode 100644 index 00000000..bc81e42c --- /dev/null +++ b/search/namespaces_0.js @@ -0,0 +1,4 @@ +var searchData= +[ + ['detail',['detail',['../namespacedetail.html',1,'']]] +]; diff --git a/search/searchdata.js b/search/searchdata.js index b9610786..d447eca4 100644 --- a/search/searchdata.js +++ b/search/searchdata.js @@ -2,23 +2,26 @@ var indexSectionsWithContent = { 0: "bcdgimprstuvwy", 1: "bcgimprstuvw", - 2: "m", - 3: "dy" + 2: "d", + 3: "m", + 4: "dy" }; var indexSectionNames = { 0: "all", 1: "classes", - 2: "files", - 3: "pages" + 2: "namespaces", + 3: "files", + 4: "pages" }; var indexSectionLabels = { 0: "All", 1: "Classes", - 2: "Files", - 3: "Pages" + 2: "Namespaces", + 3: "Files", + 4: "Pages" }; -- cgit