diff options
author | Sven Gothel <[email protected]> | 2020-12-21 11:22:40 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-12-21 11:22:40 +0100 |
commit | 7430eb6132d272667759d1c8c7459d68ee41237c (patch) | |
tree | e318c16351618be89c680b77b2b485f320fd2393 /Doxyfile.cpp.in | |
parent | a65ef73681248d14a7ec3727f349f758388d07c6 (diff) |
Rename jaucpp -> jaulib (internally and api-doc); Don't distributed binaries (shared lib)
As I prepare to add more languages to this utility project, rename from jaucpp -> jaulib.
Also do not distribute a binarie, i.e. no installation of a share lib artifact.
This to emphasize the intention to have artifacts being included in the
user project directly, instead of linking.
This may change, but for now it serves for best efficiency
and removes binary distribution issues with the user's project.
Diffstat (limited to 'Doxyfile.cpp.in')
-rw-r--r-- | Doxyfile.cpp.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doxyfile.cpp.in b/Doxyfile.cpp.in index 889d64d..b1cf26f 100644 --- a/Doxyfile.cpp.in +++ b/Doxyfile.cpp.in @@ -32,19 +32,19 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "Jau C++" +PROJECT_NAME = "jaulib" # 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 = @jaucpp_VERSION_STRING@ +PROJECT_NUMBER = @jaulib_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 # quick idea about the purpose of the project. Keep the description short. -PROJECT_BRIEF = "Jau C++ Support Library inclusive Java JNI Binding." +PROJECT_BRIEF = "Jau Support Library (C++, Java, ..)" # With the PROJECT_LOGO tag one can specify a logo or an icon that is included # in the documentation. The maximum height of the logo should not exceed 55 @@ -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 = @jaucpp_DOCS_DIR@/cpp +OUTPUT_DIRECTORY = @jaulib_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 |