X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hubacji1/rrts.git/blobdiff_plain/8a5386a2a51b3d7ff84392f0822f31aebb8477d0..HEAD:/Doxyfile diff --git a/Doxyfile b/Doxyfile index dfdba23..add8e4f 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Jiri Vlasak +# +# SPDX-License-Identifier: GPL-3.0-only + # Doxyfile 1.8.13 # This file describes the settings to be used by the documentation system @@ -38,7 +42,7 @@ PROJECT_NAME = "RRT*" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = +PROJECT_NUMBER = 0.13.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -441,7 +445,7 @@ EXTRACT_ALL = NO # be included in the documentation. # The default value is: NO. -EXTRACT_PRIVATE = NO +EXTRACT_PRIVATE = YES # If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal # scope will be included in the documentation. @@ -453,7 +457,7 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. -EXTRACT_STATIC = NO +EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined # locally in source files will be included in the documentation. If set to NO,