Compare commits
2 Commits
4bed016f01
...
e278ad6d94
Author | SHA1 | Date | |
---|---|---|---|
e278ad6d94 | |||
8d8af8d211 |
@ -57,4 +57,11 @@ in order to build the program and
|
|||||||
|
|
||||||
The subfolder 'AUR' contains a PKGBUILD file to build an Archlinux/Pacman package.
|
The subfolder 'AUR' contains a PKGBUILD file to build an Archlinux/Pacman package.
|
||||||
|
|
||||||
|
@subsection Compiler Warnings
|
||||||
|
|
||||||
|
The compiler will throw the following warnings. Compiled with GCC 8.2.1.
|
||||||
|
|
||||||
|
| Warning | Assessment |
|
||||||
|
| ------- | ---------- |
|
||||||
|
| warning: ‘calculate_path_miter_points’ defined but not used [-Wunused-function] | Ignore. Function will be used in later versions. |
|
||||||
*/
|
*/
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup Widgets
|
* @addtogroup RendererSettingsDialog
|
||||||
|
* @ingroup Widgets
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup Widgets
|
* @addtogroup LayerElement
|
||||||
|
* @ingroup Widgets
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -24,7 +24,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup Widgets
|
* @addtogroup RendererSettingsDialog
|
||||||
|
* @ingroup Widgets
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -31,7 +31,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup Widgets
|
* @addtogroup LayerElement
|
||||||
|
* @ingroup Widgets
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user