fix doxygen build; add doxygen configuration for library only

This commit is contained in:
Werner Schweer 2012-07-20 14:05:00 +02:00
parent ccb12bcf83
commit a73ccc3f8e
4 changed files with 1535 additions and 1 deletions

2
.gitignore vendored
View file

@ -10,4 +10,6 @@ applebuild
*.qm
share/manual/en
share/manual/de
Doc
DocLib

View file

@ -269,6 +269,10 @@ 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)
install( FILES build/mscore.desktop DESTINATION share/applications)
endif (NOT MINGW AND NOT APPLE)

View file

@ -122,6 +122,8 @@ unix:
fi
doxy:
doxygen -f build/Doxyfile.in
doxygen build.debug/Doxyfile
doxylib:
doxygen build.debug/Doxyfile-LibMscore

1526
build/Doxyfile-LibMscore.in Normal file

File diff suppressed because it is too large Load diff