Skip to content

Commit

Permalink
fix #106291: get rid of doxygen
Browse files Browse the repository at this point in the history
also check for WebEngine and WebEngineWidgets only if not MINGW
  • Loading branch information
Jojo-Schmitz committed Apr 15, 2016
1 parent 5d5c371 commit e1991b7
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 3,793 deletions.
9 changes: 0 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ include (${PROJECT_SOURCE_DIR}/build/FindQt5Transitional.cmake)
#include modules
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/build" ${CMAKE_MODULE_PATH})
include (UsePkgConfig1) #defines MACRO(PKGCONFIG1 _package _minVersion _include_DIR _link_DIR _link_FLAGS _cflags)
include (TargetDoc)
include (FindPulseAudio)
include (GetCompilerVersion)
include (CreatePrecompiledHeader)
Expand Down Expand Up @@ -433,14 +432,6 @@ configure_file (
${PROJECT_SOURCE_DIR}/build/config.h.in
${PROJECT_BINARY_DIR}/config.h
)
configure_file (
${PROJECT_SOURCE_DIR}/build/Doxyfile.in
${PROJECT_BINARY_DIR}/Doxyfile
)
configure_file (
${PROJECT_SOURCE_DIR}/build/Doxyfile-LibMscore.in
${PROJECT_BINARY_DIR}/Doxyfile-LibMscore
)

if (NOT MINGW AND NOT APPLE)
#### PACKAGING for Linux and BSD based systems (more in mscore/CMakeLists.txt) ####
Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,4 @@ unix:
echo "build directory linux does alread exist, please remove first"; \
fi

doxy:
doxygen build.debug/Doxyfile
doxylib:
doxygen build.debug/Doxyfile-LibMscore


7 changes: 0 additions & 7 deletions Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,3 @@ clean:
-rmdir /S/Q build.debug build.release win32install


#
# generate code documentation
#
doxy:
doxygen build.debug/Doxyfile
doxylib:
doxygen build.debug/Doxyfile-LibMscore
7 changes: 0 additions & 7 deletions Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,3 @@ clean:
-rm -rf build.release build.debug build.xcode
-rm -rf applebuild

#
# generate code documentation
#
doxy:
doxygen build.debug/Doxyfile
doxylib:
doxygen build.debug/Doxyfile-LibMscore
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,3 @@ To run the debug version, type:

### Testing
See mtest/README.md or https://musescore.org/en/developers-handbook/testing for instructions on how to run the test suite.

### Program Documentation
To generate program documentation using DoxyGen, first do `make debug`, then type:

make doxy

Browse the documentation in subdirectory Doc/html/index.html using any html browser.
Loading

0 comments on commit e1991b7

Please sign in to comment.