Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
vite
Commits
00711de0
Commit
00711de0
authored
Jan 30, 2009
by
Olivier Lagrasse
Browse files
documentation doxygen pour l'interface
parent
547fd291
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
interface/Doxyfile
0 → 100644
View file @
00711de0
This diff is collapsed.
Click to expand it.
interface/Makefile
View file @
00711de0
...
...
@@ -19,6 +19,13 @@ all:
@echo
"Compilation completed! (release)"
@echo
" "
doc
:
doxygen Doxyfile
@
echo
" "
@
echo
"Documentation generated successfully !"
@
echo
"Please open index.html in 'html' folder for a web documentation, or use 'make' in the 'latex' folder for a pdf documentation."
@
echo
" "
rebuild
:
cd
./src
&&
qmake-qt4
-project
"DESTDIR=../bin"
"CONFIG+=uitools"
"QT+=opengl"
&&
qmake-qt4
-makefile
-o
Makefile src.pro
&&
make all
...
...
interface/README
View file @
00711de0
...
...
@@ -15,6 +15,8 @@ make rebuild -> the first time you compile the project. Compiled files are place
make -> if you have ever done "make rebuild". Compiled files are placed in "bin" folder.
make doc -> generates the documentation of the source code.
make tests -> to compile test files. Compiled files are placed in "bin" folder.
make debugs -> to compile ViTE with debug informations. Compiled files are placed in "debug" folder.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment