Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Jessica Hawkwell
/
nitrogen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6af7bd56
authored
Mar 19, 2020
by
Jessica Hawkwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjusting documentations
1 parent
bbbd4222
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
6 deletions
.gitignore
CMakeLists.txt
Doxyfile.in
src/NitroWin/CMakeLists.txt
src/nde/CMakeLists.txt
src/ntk/CMakeLists.txt
.gitignore
View file @
6af7bd5
*-patched
generated-doc
build
Doxyfile
src/nde/nde.h
...
...
CMakeLists.txt
View file @
6af7bd5
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
)
set
(
CMAKE_PROJECT_VERSION_TWEAK
${
GIT_COMMIT
}
)
...
...
Doxyfile.in
View file @
6af7bd5
...
...
@@ -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
# 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
# in the documentation. The maximum height of the logo should not exceed 55
...
...
src/NitroWin/CMakeLists.txt
View file @
6af7bd5
cmake_minimum_required
(
VERSION 3.10
)
project
(
NitroWin
)
project
(
NitroWin
DESCRIPTION
"Nitrogen Window Manager"
)
configure_file
(
${
PROJECT_NAME
}
.h.in
${
PROJECT_NAME
}
.h
)
file
(
MAKE_DIRECTORY
${
CMAKE_BINARY_DIR
}
/build/share/doc/nitrogen/
${
PROJECT_NAME
}
)
...
...
src/nde/CMakeLists.txt
View file @
6af7bd5
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
)
file
(
MAKE_DIRECTORY
${
CMAKE_BINARY_DIR
}
/build/share/doc/nitrogen/
${
PROJECT_NAME
}
)
...
...
src/ntk/CMakeLists.txt
View file @
6af7bd5
cmake_minimum_required
(
VERSION 3.10
)
project
(
ntk
)
project
(
ntk
DESCRIPTION
"Nitrogen Toolkit"
)
configure_file
(
${
PROJECT_NAME
}
.h.in
${
PROJECT_NAME
}
.h
)
file
(
MAKE_DIRECTORY
${
CMAKE_BINARY_DIR
}
/build/share/doc/nitrogen/
${
PROJECT_NAME
}
)
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment