Script for generation documentations.
--HG-- branch : feature
This commit is contained in:
parent
707598691d
commit
f93cd5703c
|
@ -24,6 +24,7 @@ moc/
|
|||
obj/
|
||||
uic/
|
||||
rcc/
|
||||
man/
|
||||
|
||||
# Ignore file used QtCreator for user profile.
|
||||
*.pro.user
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
#!/bin/sh
|
||||
# Script generate developer documentation for progect.
|
||||
# Output directory doc/
|
||||
# Run from root directory of project
|
||||
# Script generate developer documentation for whole progect.
|
||||
# Output directories src/app/doc/, src/libs/qmuparser/doc/
|
||||
# Run from "scripts" directory
|
||||
cd ..
|
||||
cd src/app
|
||||
doxygen doc/doxygen/Doxyfile
|
||||
cd ..
|
||||
cd libs/qmuparser
|
||||
doxygen doc/doxygen/Doxyfile
|
||||
|
|
|
@ -1434,7 +1434,7 @@ RTF_EXTENSIONS_FILE =
|
|||
# If the GENERATE_MAN tag is set to YES (the default) Doxygen will
|
||||
# generate man pages
|
||||
|
||||
GENERATE_MAN = YES
|
||||
GENERATE_MAN = NO
|
||||
|
||||
# The MAN_OUTPUT tag is used to specify where the man pages will be put.
|
||||
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Loading…
Reference in New Issue
Block a user