From b829170121d3657369904ec62d8065606777a9ce Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 18:54:04 +0200 Subject: Removed doxygen generated docs They can be rebuild anytime and are considered a build artifact/binary. --- Doc/doxygen/html/_primitives_8cpp_source.html | 169 -------------------------- 1 file changed, 169 deletions(-) delete mode 100644 Doc/doxygen/html/_primitives_8cpp_source.html (limited to 'Doc/doxygen/html/_primitives_8cpp_source.html') diff --git a/Doc/doxygen/html/_primitives_8cpp_source.html b/Doc/doxygen/html/_primitives_8cpp_source.html deleted file mode 100644 index 091341c..0000000 --- a/Doc/doxygen/html/_primitives_8cpp_source.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - -Starshatter_Open: D:/SRC/StarshatterSVN/Magic2/Primitives.cpp Source File - - - - - - - - - - - - - -
-
- - - - - - -
-
Starshatter_Open -
-
Open source Starshatter engine
-
-
- - - - - -
-
- -
-
-
- -
- - - - -
- -
- -
-
-
Primitives.cpp
-
-
-Go to the documentation of this file.
1 /* Project MAGIC
-
2  John DiCamillo Software Consulting
-
3  Copyright © 1994-1997. All Rights Reserved.
-
4 
-
5  SUBSYSTEM: Magic.exe Application
-
6  FILE: Primitives.cpp
-
7  AUTHOR: John DiCamillo
-
8 
-
9 
-
10  OVERVIEW
-
11  ========
-
12  Commands for adding basic geometric primitives to a mesh
-
13 */
-
14 
-
15 
-
16 #include "stdafx.h"
-
17 #include "Primitives.h"
-
18 #include "MagicDoc.h"
-
19 #include "ModelView.h"
-
20 #include "Selection.h"
-
21 
-
22 // +----------------------------------------------------------------------+
-
23 // +----------------------------------------------------------------------+
-
24 // +----------------------------------------------------------------------+
-
25 
- -
27  : Command(n, d)
-
28 {
-
29 }
-
30 
- -
32 {
-
33 }
-
34 
-
35 // +----------------------------------------------------------------------+
-
36 
-
37 void
- -
39 {
-
40  if (document) {
-
41  }
-
42 }
-
43 
-
44 // +----------------------------------------------------------------------+
-
45 
-
46 void
- -
48 {
-
49  if (document) {
-
50  }
-
51 }
-
52 
-
-
- - - - -- cgit v1.1