Commit 6af7bd56 by Jessica Hawkwell

adjusting documentations

1 parent bbbd4222
*-patched *-patched
generated-doc
build build
Doxyfile Doxyfile
src/nde/nde.h src/nde/nde.h
......
cmake_minimum_required (VERSION 3.10) cmake_minimum_required (VERSION 3.10)
project(Nitrogen VERSION 1.0.0) project(Nitrogen VERSION 1.0.0 DESCRIPTION "Nitrogen Desktop Experience")
execute_process(COMMAND ./ver.sh OUTPUT_VARIABLE GIT_COMMIT OUTPUT_STRIP_TRAILING_WHITESPACE) execute_process(COMMAND ./ver.sh OUTPUT_VARIABLE GIT_COMMIT OUTPUT_STRIP_TRAILING_WHITESPACE)
set(CMAKE_PROJECT_VERSION_TWEAK ${GIT_COMMIT}) set(CMAKE_PROJECT_VERSION_TWEAK ${GIT_COMMIT})
......
...@@ -44,7 +44,7 @@ PROJECT_NUMBER = @Nitrogen_VERSION_MAJOR@.@Nitrogen_VERSION_MINOR@.@Nitr ...@@ -44,7 +44,7 @@ PROJECT_NUMBER = @Nitrogen_VERSION_MAJOR@.@Nitrogen_VERSION_MINOR@.@Nitr
# for a project that appears at the top of each page and should give viewer a # 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. # quick idea about the purpose of the project. Keep the description short.
PROJECT_BRIEF = "Desktop Environment for BSD systems." PROJECT_BRIEF = "@PROJECT_DESCRIPTION@"
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included # 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 # in the documentation. The maximum height of the logo should not exceed 55
......
cmake_minimum_required (VERSION 3.10) cmake_minimum_required (VERSION 3.10)
project (NitroWin) project (NitroWin DESCRIPTION "Nitrogen Window Manager")
configure_file(${PROJECT_NAME}.h.in ${PROJECT_NAME}.h) configure_file(${PROJECT_NAME}.h.in ${PROJECT_NAME}.h)
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/build/share/doc/nitrogen/${PROJECT_NAME}) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/build/share/doc/nitrogen/${PROJECT_NAME})
......
cmake_minimum_required (VERSION 3.10) cmake_minimum_required (VERSION 3.10)
project (nde) project (nde DESCRIPTION "Nitrogen Desktop Experience Common Library")
configure_file(${PROJECT_NAME}.h.in ${PROJECT_NAME}.h) configure_file(${PROJECT_NAME}.h.in ${PROJECT_NAME}.h)
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/build/share/doc/nitrogen/${PROJECT_NAME}) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/build/share/doc/nitrogen/${PROJECT_NAME})
......
cmake_minimum_required (VERSION 3.10) cmake_minimum_required (VERSION 3.10)
project (ntk) project (ntk DESCRIPTION "Nitrogen Toolkit")
configure_file(${PROJECT_NAME}.h.in ${PROJECT_NAME}.h) configure_file(${PROJECT_NAME}.h.in ${PROJECT_NAME}.h)
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/build/share/doc/nitrogen/${PROJECT_NAME}) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/build/share/doc/nitrogen/${PROJECT_NAME})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!