Skip to content

Commit

Permalink
add a project brief
Browse files Browse the repository at this point in the history
  • Loading branch information
amebel committed Jul 17, 2015
1 parent 269b73a commit 1047aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IF (DOXYGEN_FOUND)
COMMAND git log -1 --pretty="%h"
OUTPUT_VARIABLE GIT_COMMIT OUTPUT_STRIP_TRAILING_WHITESPACE)
CONFIGURE_FILE(
${PROJECT_SOURCE_DIR}/doc/doxygen.conf.in
${PROJECT_SOURCE_DIR}/doc/Doxyfile
${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
ADD_CUSTOM_TARGET (
doxygen
Expand Down
2 changes: 1 addition & 1 deletion doc/doxygen.conf.in → doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PROJECT_NUMBER = "Branch: @GIT_BRANCH@, Commit Hash: @GIT_COMMIT@"
# 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 =
PROJECT_BRIEF = "Building a thinking machine together"

# With the PROJECT_LOGO tag one can specify an logo or icon that is included in
# the documentation. The maximum height of the logo should not exceed 55 pixels
Expand Down

0 comments on commit 1047aae

Please sign in to comment.