More docs
This commit is contained in:
parent
94613af452
commit
b242b7b0e2
@ -80,7 +80,6 @@ target_link_libraries(couchlib ${BULLET_LIBRARIES})
|
|||||||
## Add documentation
|
## Add documentation
|
||||||
find_package(Doxygen REQUIRED
|
find_package(Doxygen REQUIRED
|
||||||
OPTIONAL_COMPONENTS dot mscgen dia)
|
OPTIONAL_COMPONENTS dot mscgen dia)
|
||||||
|
|
||||||
doxygen_add_docs(couchdocs
|
doxygen_add_docs(couchdocs
|
||||||
Node.h)
|
.
|
||||||
|
mainpage.dox)
|
||||||
|
@ -1,3 +1,27 @@
|
|||||||
|
/**
|
||||||
|
@file
|
||||||
|
@author Dane Johnson <dane@danejohnson.org>
|
||||||
|
|
||||||
|
@section LICENSE
|
||||||
|
|
||||||
|
Couch Copyright (C) 2021 Dane Johnson
|
||||||
|
|
||||||
|
This program comes with ABSOLUTELY NO WARRANTY; without event the
|
||||||
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
See the GNU General Public License for details at
|
||||||
|
https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
|
This is free software, and you are welcome to redistribute it
|
||||||
|
under the terms of the GNU General Public License as published
|
||||||
|
by the Free Software Foundation; either version 3 of the License,
|
||||||
|
or (at your option) any later version.
|
||||||
|
|
||||||
|
@section DESCRIPTION
|
||||||
|
|
||||||
|
Node is the parent class for all classes that would be in the scene
|
||||||
|
tree. The root of the scene tree is always a node.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "Node.h"
|
#include "Node.h"
|
||||||
#include "Util.h"
|
#include "Util.h"
|
||||||
|
|
||||||
|
@ -5,9 +5,10 @@
|
|||||||
@section LICENSE
|
@section LICENSE
|
||||||
|
|
||||||
Couch Copyright (C) 2021 Dane Johnson
|
Couch Copyright (C) 2021 Dane Johnson
|
||||||
|
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; without event the
|
This program comes with ABSOLUTELY NO WARRANTY; without event the
|
||||||
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
See the GNU General Public LICENSE for details at
|
See the GNU General Public License for details at
|
||||||
https://www.gnu.org/licenses/gpl-3.0.html
|
https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
|
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
|
3
core/mainpage.dox
Normal file
3
core/mainpage.dox
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/**
|
||||||
|
@mainpage Couch: the Last Bastion of Co-operative Interactive Arts
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user