equal
deleted
inserted
replaced
23 DOXYFILE_ENCODING = UTF-8 |
23 DOXYFILE_ENCODING = UTF-8 |
24 |
24 |
25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
25 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded |
26 # by quotes) that should identify the project. |
26 # by quotes) that should identify the project. |
27 |
27 |
28 PROJECT_NAME = Pyrit Ray Tracer |
28 PROJECT_NAME = Pyrit |
29 |
29 |
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. |
30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. |
31 # This could be handy for archiving the generated documentation or |
31 # This could be handy for archiving the generated documentation or |
32 # if some version control system is used. |
32 # if some version control system is used. |
33 |
33 |
237 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC |
237 # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC |
238 # tag is set to YES, then doxygen will reuse the documentation of the first |
238 # tag is set to YES, then doxygen will reuse the documentation of the first |
239 # member in the group (if any) for the other members of the group. By default |
239 # member in the group (if any) for the other members of the group. By default |
240 # all members of a group must be documented explicitly. |
240 # all members of a group must be documented explicitly. |
241 |
241 |
242 DISTRIBUTE_GROUP_DOC = NO |
242 DISTRIBUTE_GROUP_DOC = YES |
243 |
243 |
244 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of |
244 # Set the SUBGROUPING tag to YES (the default) to allow class member groups of |
245 # the same type (for instance a group of public functions) to be put as a |
245 # the same type (for instance a group of public functions) to be put as a |
246 # subgroup of that type (e.g. under the Public Functions section). Set it to |
246 # subgroup of that type (e.g. under the Public Functions section). Set it to |
247 # NO to prevent subgrouping. Alternatively, this can be done per class using |
247 # NO to prevent subgrouping. Alternatively, this can be done per class using |
540 |
540 |
541 # The EXCLUDE tag can be used to specify files and/or directories that should |
541 # The EXCLUDE tag can be used to specify files and/or directories that should |
542 # excluded from the INPUT source files. This way you can easily exclude a |
542 # excluded from the INPUT source files. This way you can easily exclude a |
543 # subdirectory from a directory tree whose root is specified with the INPUT tag. |
543 # subdirectory from a directory tree whose root is specified with the INPUT tag. |
544 |
544 |
545 EXCLUDE = |
545 EXCLUDE = include/config.h src/raytracermodule.cc |
546 |
546 |
547 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or |
547 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or |
548 # directories that are symbolic links (a Unix filesystem feature) are excluded |
548 # directories that are symbolic links (a Unix filesystem feature) are excluded |
549 # from the input. |
549 # from the input. |
550 |
550 |