@@ -48,7 +48,7 @@ PROJECT_NAME = IfcOpenShell
4848# could be handy for archiving the generated documentation or if some version
4949# control system is used.
5050
51- PROJECT_NUMBER =
51+ PROJECT_NUMBER = $(PROJECT_NUMBER)
5252
5353# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454# for a project that appears at the top of each page and should give viewer a
@@ -68,7 +68,7 @@ PROJECT_LOGO =
6868# entered, it will be relative to the location where doxygen was started. If
6969# left blank the current directory will be used.
7070
71- OUTPUT_DIRECTORY = ./output/doxygen
71+ OUTPUT_DIRECTORY = ./output
7272
7373# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
7474# sub-directories (in 2 levels) under the output directory of each output format
@@ -483,7 +483,7 @@ TYPEDEF_HIDES_STRUCT = NO
483483# the optimal cache size from a speed point of view.
484484# Minimum value: 0, maximum value: 9, default value: 0.
485485
486- LOOKUP_CACHE_SIZE = 3
486+ LOOKUP_CACHE_SIZE = 4
487487
488488# The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use
489489# during processing. When set to 0 doxygen will based this on the number of
@@ -496,7 +496,7 @@ LOOKUP_CACHE_SIZE = 3
496496# DOT_NUM_THREADS setting.
497497# Minimum value: 0, maximum value: 32, default value: 1.
498498
499- NUM_PROC_THREADS = 1
499+ NUM_PROC_THREADS = 0
500500
501501# If the TIMESTAMP tag is set different from NO then each generated page will
502502# contain the date or date and time when the page was generated. Setting this to
@@ -943,10 +943,10 @@ WARN_LOGFILE =
943943# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
944944# Note: If this tag is empty the current directory is searched.
945945
946- INPUT = ../src/ifcgeom \
947- ../src/ifcgeom_schema_agnostic \
948- ../src/ifcparse \
949- ../src/serializers \
946+ INPUT = ../../ src/ifcgeom \
947+ ../../ src/ifcgeom_schema_agnostic \
948+ ../../ src/ifcparse \
949+ ../../ src/serializers \
950950
951951# This tag can be used to specify the character encoding of the source files
952952# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
0 commit comments