Merge pull request #20428 from pieterhijma/fix-doxygen-structural-warnings
Fix doxygen structural warnings
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
* \ingroup PATH
|
||||
* Collections of macros for managing groups of parameters.
|
||||
*
|
||||
* \section Motivation
|
||||
* \section motivation_groups_params Motivation
|
||||
*
|
||||
* For an application like FreeCAD, there are often cases where the same set of
|
||||
* parameters are referred in dozons of different places. The macros here is
|
||||
@@ -61,7 +61,7 @@
|
||||
* <your_build_dir>/src/Mod/CAM/App.CMakeFiles/Path.dir/Area.cpp.i
|
||||
* \endcode
|
||||
*
|
||||
* \section Introduction of Boost.Preprocessor
|
||||
* \section intro_boost_preproc Introduction of Boost.Preprocessor
|
||||
*
|
||||
* The macros here make heavy use of the awesome
|
||||
* [Boost.Preprocessor](http://www.boost.org/libs/preprocessor/) (short for
|
||||
@@ -1017,6 +1017,7 @@
|
||||
* if(name1.isTouched()) return 1;
|
||||
* if(name2.isTouched()) return 1;
|
||||
* ...
|
||||
* \endcode
|
||||
* \ingroup ParamProperty
|
||||
*/
|
||||
#define PARAM_PROP_TOUCHED(_seq) PARAM_FOREACH(PARAM_PROP_TOUCHED_, _seq)
|
||||
|
||||
@@ -40,9 +40,6 @@ if FreeCAD.GuiUp:
|
||||
|
||||
Gui = FreeCADGui # shortcut
|
||||
|
||||
## \addtogroup FEM
|
||||
# @{
|
||||
|
||||
|
||||
def exportMeshToTetGenPoly(meshToExport, filePath, beVerbose=1):
|
||||
"""Export mesh to TetGen *.poly file format"""
|
||||
|
||||
@@ -257,6 +257,3 @@ class FacetFunctionFromXDMF:
|
||||
|
||||
# TODO: write some functions to return integrals for Neumann and Robin
|
||||
# boundary conditions for the general case (i.e. vector, tensor)
|
||||
|
||||
|
||||
## @}
|
||||
|
||||
@@ -92,6 +92,3 @@ class ViewProxy(solverbase.ViewProxy):
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/FEM_SolverMystran.svg"
|
||||
|
||||
|
||||
## @}
|
||||
|
||||
@@ -111,6 +111,3 @@ class ViewProxy(solverbase.ViewProxy):
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/FEM_SolverZ88.svg"
|
||||
|
||||
|
||||
## @}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
* href="http://www.orocos.org">Orocos</a>, but that can be used
|
||||
* independently of Orocos. KDL offers different kinds of
|
||||
* functionality, grouped in the following Modules:
|
||||
* - \subpage geomprim
|
||||
* - \ref geomprim
|
||||
* - \ref KinematicFamily : functionality to build kinematic chains and access their kinematic and dynamic properties, such as e.g. Forward and Inverse kinematics and dynamics.
|
||||
* - \ref Motion : functionality to specify motion trajectories of frames and kinematic chains, such as e.g. Trapezoidal Velocity profiles.
|
||||
*
|
||||
@@ -38,7 +38,7 @@
|
||||
**/
|
||||
/**
|
||||
* \page geomprim Geometric Primitives
|
||||
* \section Introduction
|
||||
* \section kdl_geometric_prims Introduction
|
||||
* Geometric primitives are represented by the following classes.
|
||||
* - KDL::Vector
|
||||
* - KDL::Rotation
|
||||
|
||||
Reference in New Issue
Block a user