Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
f2e18b73
Commit
f2e18b73
authored
May 29, 2018
by
Paul
Browse files
Update documentation
parent
f0d27006
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
cmake/DoxygenDoc.cmake
cmake/DoxygenDoc.cmake
+5
-1
doc/CMakeLists.txt
doc/CMakeLists.txt
+2
-0
No files found.
cmake/DoxygenDoc.cmake
View file @
f2e18b73
...
@@ -320,6 +320,10 @@ function(add_doxygen_doc)
...
@@ -320,6 +320,10 @@ function(add_doxygen_doc)
file
(
WRITE
${
DOXYGEN_CONFIG_FILE
}
"# Auto-generated doxygen configuration file
\n
"
)
file
(
WRITE
${
DOXYGEN_CONFIG_FILE
}
"# Auto-generated doxygen configuration file
\n
"
)
if
(
NOT PARSE_STRIP_FROM_PATH
)
set
(
PARSE_STRIP_FROM_PATH
${
CMAKE_SOURCE_DIR
}
)
endif
()
foreach
(
ARG
${
DOXYGEN_ARGS
}
)
foreach
(
ARG
${
DOXYGEN_ARGS
}
)
if
(
PARSE_
${
ARG
}
)
if
(
PARSE_
${
ARG
}
)
string
(
REPLACE
";"
" "
ARG_VALUE
"
${
PARSE_
${
ARG
}}
"
)
string
(
REPLACE
";"
" "
ARG_VALUE
"
${
PARSE_
${
ARG
}}
"
)
...
@@ -342,7 +346,7 @@ function(add_doxygen_doc)
...
@@ -342,7 +346,7 @@ function(add_doxygen_doc)
add_custom_target
(
doxygen
add_custom_target
(
doxygen
${
DOXYGEN_EXECUTABLE
}
${
DOXYGEN_CONFIG_FILE
}
${
DOXYGEN_EXECUTABLE
}
${
DOXYGEN_CONFIG_FILE
}
WORKING_DIRECTORY
${
CMAKE_
CURRENT_
SOURCE_DIR
}
WORKING_DIRECTORY
${
CMAKE_SOURCE_DIR
}
COMMENT
"Building documentation with doxygen"
COMMENT
"Building documentation with doxygen"
)
)
if
(
PARSE_OUTPUT_DIRECTORY
)
if
(
PARSE_OUTPUT_DIRECTORY
)
...
...
doc/CMakeLists.txt
View file @
f2e18b73
...
@@ -16,6 +16,7 @@ add_doxygen_doc(
...
@@ -16,6 +16,7 @@ add_doxygen_doc(
CALL_GRAPH YES
CALL_GRAPH YES
CALLER_GRAPH YES
CALLER_GRAPH YES
BUILTIN_STL_SUPPORT YES
BUILTIN_STL_SUPPORT YES
PROJECT_NAME RTGLib
SORT_MEMBERS_CTORS_1ST YES
SORT_MEMBERS_CTORS_1ST YES
SOURCE_BROWSER YES
SOURCE_BROWSER YES
GENERATE_TREEVIEW YES
GENERATE_TREEVIEW YES
...
@@ -24,6 +25,7 @@ add_doxygen_doc(
...
@@ -24,6 +25,7 @@ add_doxygen_doc(
REFERENCES_LINK_SOURCE YES
REFERENCES_LINK_SOURCE YES
EXTRACT_ALL YES
EXTRACT_ALL YES
ENUM_VALUES_PER_LINE 1
ENUM_VALUES_PER_LINE 1
FULL_PATH_NAMES YES
)
)
# include(SphinxDoc)
# include(SphinxDoc)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment