Skip to content

Commit

Permalink
Doc: small adjustments to doxygen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Nov 15, 2016
1 parent 725f9ad commit 48c118c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 27 deletions.
39 changes: 17 additions & 22 deletions src/Base/core-base.dox
@@ -1,28 +1,23 @@
/** \defgroup BASE Base classes
* \ingroup CORE */
/** \defgroup BASE Base
* \ingroup CORE
\brief Basic structures used by other FreeCAD components

The Base module includes most of the basic functions of FreeCAD, such as:
- Console services: printing different kinds of messages to the FreeCAD report view or the terminal
- Python interpreter: handles the execution of Python code in FreeCAD
- Parameter handling: Management, saving and restoring of user preferences settings
- Units: Management and conversion of different units

/*! \namespace Base
\brief The namespace of the FreeCAD Base library

This namespace includes most of the basic functions of FreeCAD like
- Console srvices
- Interpreter (Python binding)
- Parameter handling

and so on......
*/

/** \defgroup BASE Base classes
* \ingroup CORE */

/*! \namespace Base
\brief The namespace of the FreeCAD Base library

This namespace includes most of the basic functions of FreeCAD like
- Console srvices
- Interpreter (Python binding)
- Parameter handling

and so on......
\ingroup BASE
\brief Basic structures used by other FreeCAD components

The Base module includes most of the basic functions of FreeCAD, such as:
- Console services: printing different kinds of messages to the FreeCAD report view or the terminal
- Python interpreter: handles the execution of Python code in FreeCAD
- Parameter handling: Management, saving and restoring of user preferences settings
- Units: Management and conversion of different units
*/

1 change: 1 addition & 0 deletions src/Doc/CMakeLists.txt
Expand Up @@ -43,6 +43,7 @@ if(DOXYGEN_FOUND)
set( DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/Tools)
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/3rdParty/CxImage)
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/3rdParty/salomesmesh)
list(APPEND DOXYGEN_EXCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/Mod/Assembly)

STRING(REGEX REPLACE ";" " " DOXYGEN_EXCLUDE_LIST "${DOXYGEN_EXCLUDE_DIR}")

Expand Down
2 changes: 1 addition & 1 deletion src/Doc/primary-groups.dox
Expand Up @@ -8,6 +8,6 @@
/** \defgroup WORKBENCHES Workbenches
*/

/** \defgroup EMBEDDED Embedded 3rd party material
/** \defgroup EMBEDDED Embedded 3rd party libraries
Important tools and libraries incorporated to FreeCAD.
*/
4 changes: 2 additions & 2 deletions src/Doc/templates/customdoxygen.css
Expand Up @@ -336,9 +336,9 @@ span.SRScope {

}

.memItemLeft, .memTemplItemLeft {
/*.memItemLeft, .memTemplItemLeft {
white-space: normal;
}
} */

/* enumerations */
.panel-body thead > tr {
Expand Down
6 changes: 4 additions & 2 deletions src/Doc/templates/header.html
Expand Up @@ -26,6 +26,7 @@
<link rel="stylesheet" href="http://www.freecadweb.org/css/freecad.css">
<script src="http://www.freecadweb.org/js/bootstrap-3.3.5.min.js"></script>
<script type="text/javascript" src="$relpath^doxy-boot.js"></script>
<link rel="shortcut icon" href="http://www.freecadweb.org/images/favicon.ico">
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
Expand All @@ -42,9 +43,10 @@
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/api/index.html" title="Welcome page">API Home</a></li>
<li><a href="modules.html" title="List of FreeCAD Modules">Index</a></li>
<li><a href="modules.html" title="List of FreeCAD Modules">Modules</a></li>
<!-- <li><a href="namespaces.html" title="Namespaces">Namespaces</a></li> -->
<li><a href="annotated.html" title="List of namespaces and classes">Classes list</a></li>
<li><a href="annotated.html" title="List of namespaces and classes">Namespaces and Classes</a></li>
<li><a href="https://github.com/FreeCAD/FreeCAD" title="Browse the source code on GitHub">Source code</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<form class="navbar-search navbar-form" action="http://duckduckgo.com/" id="searchform" role="search" method="get">
Expand Down

0 comments on commit 48c118c

Please sign in to comment.