Skip to content
Snippets Groups Projects
Commit 79d9f5e8 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Fixed Doxyfile to generate docs even for private properties and clean.bat...

FIX: Fixed Doxyfile to generate docs even for private properties and clean.bat to not change the title of the command line.
parent 1cf1690d
No related branches found
No related tags found
No related merge requests found
......@@ -441,7 +441,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 +453,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,
......
@echo off
title Clean lib4neuro project
rmdir /s /q build 2>NUL
del Makefile 2>NUL
......@@ -18,4 +17,4 @@ del "*.sln" 2>NUL
rmdir /s /q CMakeFiles 2>NUL
rmdir /s /q src/CMakeFiles 2>NUL
rmdir /s /q src/examples/CMakeFiles 2>NUL
rmdir /s /q src/tests/CMakeFiles 2>NUL
\ No newline at end of file
rmdir /s /q src/tests/CMakeFiles 2>NUL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment