Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loadbalancing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLMS
loadbalancing
Commits
61a73138
Commit
61a73138
authored
Jan 27, 2021
by
Stephan Schulz
Browse files
Options
Downloads
Patches
Plain Diff
add README.md to doxygen
parent
22ad8297
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/CMakeLists.txt
+1
-2
1 addition, 2 deletions
docs/CMakeLists.txt
docs/Doxyfile.in
+1
-1
1 addition, 1 deletion
docs/Doxyfile.in
with
2 additions
and
3 deletions
docs/CMakeLists.txt
+
1
−
2
View file @
61a73138
...
@@ -26,7 +26,7 @@ file(GLOB_RECURSE ALL_PUBLIC_HEADERS ${ALL_PUBLIC_HEADER_DIR})
...
@@ -26,7 +26,7 @@ file(GLOB_RECURSE ALL_PUBLIC_HEADERS ${ALL_PUBLIC_HEADER_DIR})
# setup configuring of doxygen
# setup configuring of doxygen
# Caveat(s.schulz): Make sure there are not spaces within the paths.
# Caveat(s.schulz): Make sure there are not spaces within the paths.
set
(
DOXYGEN_INPUT_DIR
${
PROJECT_SOURCE_DIR
}
/include
${
PROJECT_SOURCE_DIR
}
/src
${
PROJECT_SOURCE_DIR
}
/example
)
set
(
DOXYGEN_INPUT_DIR
${
PROJECT_SOURCE_DIR
}
/include
${
PROJECT_SOURCE_DIR
}
/src
${
PROJECT_SOURCE_DIR
}
/example
${
PROJECT_SOURCE_DIR
}
/README.md
)
string
(
REPLACE
";"
"
\"
\"
"
DOXYGEN_INPUT_DIR
"
${
DOXYGEN_INPUT_DIR
}
"
)
string
(
REPLACE
";"
"
\"
\"
"
DOXYGEN_INPUT_DIR
"
${
DOXYGEN_INPUT_DIR
}
"
)
set
(
DOXYGEN_OUTPUT_DIR
${
CMAKE_CURRENT_BINARY_DIR
}
/doc/doxygen
)
set
(
DOXYGEN_OUTPUT_DIR
${
CMAKE_CURRENT_BINARY_DIR
}
/doc/doxygen
)
set
(
DOXYGEN_INDEX_FILE
${
DOXYGEN_OUTPUT_DIR
}
/xml/index.xml
)
set
(
DOXYGEN_INDEX_FILE
${
DOXYGEN_OUTPUT_DIR
}
/xml/index.xml
)
...
@@ -34,7 +34,6 @@ set(DOXYFILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in)
...
@@ -34,7 +34,6 @@ set(DOXYFILE_IN ${CMAKE_CURRENT_SOURCE_DIR}/Doxyfile.in)
set
(
DOXYFILE_OUT
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
)
set
(
DOXYFILE_OUT
${
CMAKE_CURRENT_BINARY_DIR
}
/Doxyfile
)
set
(
DOXYGEN_INTERNAL_DOCS NO
)
set
(
DOXYGEN_INTERNAL_DOCS NO
)
set
(
DOXYGEN_EXAMPLE_PATH
${
PROJECT_SOURCE_DIR
}
/example
)
set
(
DOXYGEN_EXAMPLE_PATH
${
PROJECT_SOURCE_DIR
}
/example
)
set
(
DOXYGEN_USE_MDFILE_AS_MAINPAGE
${
PROJECT_SOURCE_DIR
}
/README.md
)
# configure doxygen config file
# configure doxygen config file
configure_file
(
${
DOXYFILE_IN
}
${
DOXYFILE_OUT
}
@ONLY
)
configure_file
(
${
DOXYFILE_IN
}
${
DOXYFILE_OUT
}
@ONLY
)
...
...
This diff is collapsed.
Click to expand it.
docs/Doxyfile.in
+
1
−
1
View file @
61a73138
...
@@ -961,7 +961,7 @@ FILTER_SOURCE_PATTERNS =
...
@@ -961,7 +961,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.
# and want to reuse the introduction page also for the doxygen output.
USE_MDFILE_AS_MAINPAGE =
"@DOXYGEN_USE_MDFILE_AS_MAINPAGE@"
USE_MDFILE_AS_MAINPAGE =
README.md
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
# Configuration options related to source browsing
# Configuration options related to source browsing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment