Update docs (#8)
* add documentation and missing doxygen dependency * update readme and mainpage
This commit is contained in:
committed by
Maximilian Kueffner
parent
235d00192a
commit
22fd65773d
@@ -1,9 +1,11 @@
|
||||
PROJECT_NAME = @PIXELARIUM_TITLE@
|
||||
PROJECT_NUMBER = @CMAKE_PROJECT_VERSION@
|
||||
|
||||
OUTPUT_DIRECTORY = @PROJECT_BINARY_DIR@/doc
|
||||
INPUT = @PROJECT_SOURCE_DIR@/lib/app \
|
||||
@PROJECT_SOURCE_DIR@/doc \
|
||||
@PROJECT_SOURCE_DIR@/lib/imaging \
|
||||
@PROJECT_SOURCE_DIR@/lib/imaging/impl \
|
||||
@PROJECT_SOURCE_DIR@/lib/utilities \
|
||||
@PROJECT_SOURCE_DIR@/lib/rendering \
|
||||
@PROJECT_SOURCE_DIR@/lib/resources
|
||||
|
||||
+4
-2
@@ -1,7 +1,8 @@
|
||||
|
||||
# Synopsis
|
||||
|
||||
Pixelarium strives to be a batteries-included visualizer application to be used in conjunction with an external algorithm.
|
||||
It can be linked e.g. against a library containing arbitrary functionally. Pixelarium can support viewing the results and result files of such a library.
|
||||
Pixelarium strives to be a batteries-included visualizer application used in conjunction with an externally implemented and linked arbitrary functionality.
|
||||
It can be linked e.g. against a library containing arbitrary functionality. Pixelarium can support viewing the results and result files of such a library.
|
||||
It tries to be as flexible as possible.
|
||||
|
||||
This is still work in progress and will change significantly.
|
||||
@@ -52,3 +53,4 @@ If you want to specify compiler settings and options which are not defined in a
|
||||
cmake --build build
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user