diff options
author | Sven Gothel <[email protected]> | 2022-05-30 07:33:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-30 07:33:45 +0200 |
commit | 1b8da61ad37ff62a924de2ade8d1394d64de21d0 (patch) | |
tree | 595e1a89b2313453d69f6406fbd1f2c516d11193 /Doxyfile.cpp.in | |
parent | 0c7a517d56a4f958f241568ff3faed18188c3fd1 (diff) |
Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> cipherpack, added pure streaming encryption/decryption base function
Diffstat (limited to 'Doxyfile.cpp.in')
-rw-r--r-- | Doxyfile.cpp.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in index f63d435..321c84e 100644 --- a/Doxyfile.cpp.in +++ b/Doxyfile.cpp.in @@ -32,13 +32,13 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "Elevator" +PROJECT_NAME = "Cipherpack" # The PROJECT_NUMBER tag can be used to enter a project or revision number. This # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = @elevator_VERSION_STRING@ +PROJECT_NUMBER = @cipherpack_VERSION_STRING@ # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a @@ -58,7 +58,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = @elevator_DOCS_DIR@/cpp +OUTPUT_DIRECTORY = @cipherpack_DOCS_DIR@/cpp # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and |