Browse code

Update comments and fix the doxygen script

Pawel Jablonski authored on 25/01/2021 22:33:20
Showing 3 changed files
... ...
@@ -271,11 +271,8 @@ PERLMOD_MAKEVAR_PREFIX =
271 271
 ENABLE_PREPROCESSING   = YES
272 272
 MACRO_EXPANSION        = YES
273 273
 EXPAND_ONLY_PREDEF     = YES
274
-SEARCH_INCLUDES        = YES
275
-INCLUDE_PATH           = qtools \
276
-                         libmd5 \
277
-                         liblodepng \
278
-                         libmscgen
274
+SEARCH_INCLUDES        = NO
275
+INCLUDE_PATH           = 
279 276
 INCLUDE_FILE_PATTERNS  =
280 277
 PREDEFINED             =
281 278
 EXPAND_AS_DEFINED      =
... ...
@@ -283,7 +280,7 @@ SKIP_FUNCTION_MACROS   = YES
283 280
 #---------------------------------------------------------------------------
284 281
 # Configuration options related to external references
285 282
 #---------------------------------------------------------------------------
286
-TAGFILES               = qtools_docs/qtools.tag=../../qtools_docs/html
283
+TAGFILES               = 
287 284
 GENERATE_TAGFILE       = doxygen.tag
288 285
 ALLEXTERNALS           = NO
289 286
 EXTERNAL_GROUPS        = YES
... ...
@@ -27,7 +27,7 @@ Instruction::Instruction()
27 27
 /**
28 28
  * Constructor using for create an instruction with a defined opcode
29 29
  *
30
- * @param opCode Opcode number
30
+ * @param opcode Opcode number
31 31
  * @param arg0 First argument type
32 32
  * @param arg1 Second argument type
33 33
  * @param arg2 Third argument type
... ...
@@ -11,7 +11,7 @@
11 11
 
12 12
 #include "uromdata.h"
13 13
 
14
-//! Default constructor for creating an empty uRom opcode table
14
+//! Default constructor for creating an empty uROM opcode table
15 15
 URomData::URomData()
16 16
 {
17 17
 	this->data[0].fill(0);