add documentation and set functions
This commit is contained in:
parent
3479a5597c
commit
3fa0068251
5 changed files with 170 additions and 14 deletions
10
doc/Doxyfile.in
Normal file
10
doc/Doxyfile.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
PROJECT_NAME = "libragephoto"
|
||||
PROJECT_NUMBER = "Version: @PROJECT_VERSION@"
|
||||
INPUT = "@CMAKE_CURRENT_SOURCE_DIR@/index.doc" \
|
||||
"src"
|
||||
OUTPUT_DIRECTORY = "@CMAKE_CURRENT_BINARY_DIR@"
|
||||
EXTRACT_PRIVATE = NO
|
||||
ENABLE_PREPROCESSING = YES
|
||||
MACRO_EXPANSION = YES
|
||||
EXPAND_ONLY_PREDEF = YES
|
||||
PREDEFINED = protected=private
|
Loading…
Add table
Add a link
Reference in a new issue