Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
a70e6af8
Commit
a70e6af8
authored
Jan 27, 2020
by
Dennis Gläser
Browse files
[doc][doxygen] introduce common group
parent
ed512e68
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/doxygen/Doxyfile.in
View file @
a70e6af8
...
...
@@ -790,7 +790,11 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/frackit/ @CMAKE_CURRENT_SOURCE_DIR@/test
INPUT = @CMAKE_CURRENT_SOURCE_DIR@/doc/doxygen/mainpage.txt \
@CMAKE_CURRENT_SOURCE_DIR@/doc/doxygen/modules.txt \
@CMAKE_CURRENT_SOURCE_DIR@/frackit/ \
@CMAKE_CURRENT_SOURCE_DIR@/test/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
...
...
doc/doxygen/modules.txt
0 → 100644
View file @
a70e6af8
/*!
* \file
* \brief This file contains all module definitions for the doxygen documentation.
*/
/* ***************** Porousmediumflow ******************/
/*!
* \defgroup Common Common
* \brief Common classes, functions, properties and concepts
*/
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