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
8b89f2a4
Commit
8b89f2a4
authored
Jan 27, 2020
by
Dennis Gläser
Browse files
[doc][doxygen] add IO group
parent
422167d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
doc/doxygen/modules.txt
View file @
8b89f2a4
...
...
@@ -43,3 +43,8 @@
* \defgroup Intersection Intersection
* \brief Classes and functions related to intersections between geometries.
*/
/*!
* \defgroup IO Input-Output
* \brief Classes and functions for file input/output.
*/
frackit/io/brepwriter.hh
View file @
8b89f2a4
...
...
@@ -18,6 +18,7 @@
*****************************************************************************/
/*!
* \file
* \ingroup IO
* \brief Class that writes entity networks into the .brep file format.
*/
#ifndef FRACKIT_BREP_WRITER_HH
...
...
@@ -46,6 +47,7 @@
namespace
Frackit
{
/*!
* \ingroup IO
* \brief Class that writes entity networks into the .brep file format.
* This creates a single TopoDS_Compound shape in which each sub-shape
* is uniquely defined.
...
...
frackit/io/gmshwriter.hh
View file @
8b89f2a4
...
...
@@ -18,6 +18,7 @@
*****************************************************************************/
/*!
* \file
* \ingroup IO
* \brief Class that writes entity networks into Gmsh .geo file format.
* Effectively, this will write a .brep file and a .geo file in
* which the .brep file is included. Then, physical definitions
...
...
@@ -34,6 +35,7 @@
namespace
Frackit
{
/*!
* \ingroup IO
* \brief Class that writes entity networks into Gmsh .geo file format.
* Effectively, this will write a .brep file and a .geo file in
* which the .brep file is included. Then, physical definitions
...
...
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