Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2be2c901 authored by hhakim's avatar hhakim
Browse files

Fix missing doxygen doc of pyfaust and matfaust due to removed/undefined CMake...

Fix missing doxygen doc of pyfaust and matfaust due to removed/undefined CMake variable FAUST_BIN_CMDLINE_SRC_DIR used in Doxyfile that leads to a  field in INPUT which seemingly makes all the following inputs to be ignored (python and matlab wrapper directories).

The cmdline wrapper was removed by cae8a7d3.
parent 4d2def11
Branches
Tags
No related merge requests found
Pipeline #834053 skipped
...@@ -462,7 +462,6 @@ INPUT = "@PROJECT_BINARY_DIR@/doc/mainpage.md" \ ...@@ -462,7 +462,6 @@ INPUT = "@PROJECT_BINARY_DIR@/doc/mainpage.md" \
"@FAUST_SRC_LINEAR_OPERATOR_DIR@" \ "@FAUST_SRC_LINEAR_OPERATOR_DIR@" \
"@FAUST_ALGORITHM_CONSTRAINT_SRC_DIR@" \ "@FAUST_ALGORITHM_CONSTRAINT_SRC_DIR@" \
"@FAUST_ALGORITHM_FACTORIZATION_SRC_DIR@" \ "@FAUST_ALGORITHM_FACTORIZATION_SRC_DIR@" \
"@FAUST_BIN_CMDLINE_SRC_DIR@" \
"@FAUST_BIN_TEST_SRC_DIR@" \ "@FAUST_BIN_TEST_SRC_DIR@" \
"@FAUST_PYTHON_BIN_DIR@" \ "@FAUST_PYTHON_BIN_DIR@" \
"@FAUST_MATLAB_BIN_DIR@" "@FAUST_MATLAB_BIN_DIR@"
...@@ -479,7 +478,6 @@ INPUT_ENCODING = UTF-8 ...@@ -479,7 +478,6 @@ INPUT_ENCODING = UTF-8
# "@FAUST_EXCEPTION_SRC_DIR@" \ # "@FAUST_EXCEPTION_SRC_DIR@" \
# "@FAUST_MEXINTERFACE_SRC_DIR@" \ # "@FAUST_MEXINTERFACE_SRC_DIR@" \
# "@FAUST_SRC_CMDLINE_DIR@" \
# "@FAUST_DEMO_SRC_DIR@" \ # "@FAUST_DEMO_SRC_DIR@" \
# "@FAUST_SRC_TEST_DIR@" \ # "@FAUST_SRC_TEST_DIR@" \
...@@ -1421,7 +1419,6 @@ EXTENSION_MAPPING = .m=C++ #without that option-value, matlab inheritance i ...@@ -1421,7 +1419,6 @@ EXTENSION_MAPPING = .m=C++ #without that option-value, matlab inheritance i
## "@FAUST_EXCEPTION_SRC_DIR@" \ ## "@FAUST_EXCEPTION_SRC_DIR@" \
## "@FAUST_MEXINTERFACE_SRC_DIR@" \ ## "@FAUST_MEXINTERFACE_SRC_DIR@" \
## "@FAUST_SRC_CMDLINE_DIR@" \
## "@FAUST_DEMO_SRC_DIR@" \ ## "@FAUST_DEMO_SRC_DIR@" \
## "@FAUST_SRC_TEST_DIR@" \ ## "@FAUST_SRC_TEST_DIR@" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment