[Draft] Updated cmake with splitted annotation objects

.


.
This commit is contained in:
carlopav
2020-03-23 17:32:37 +01:00
committed by Yorik van Havre
parent 88612bee7d
commit f45314c9bc
7 changed files with 19 additions and 9 deletions

View File

@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
# ***************************************************************************
# * (c) 2020 Carlo Pavan *
# * Copyright (c) 2009, 2010 Yorik van Havre <yorik@uncreated.net> *
# * Copyright (c) 2009, 2010 Ken Cline <cline@frii.com> *
# * *
# * This file is part of the FreeCAD CAx development system. *
# * *
@@ -21,11 +23,11 @@
# * *
# ***************************************************************************
"""This module provides the object code for Draft DimensionStyle.
"""This module provides the object code for Draft Dimension.
"""
## @package style_dimension
# \ingroup DRAFT
# \brief This module provides the object code for Draft DimensionStyle.
# \brief This module provides the object code for Draft Dimension.
import FreeCAD as App
import math

View File

@@ -1,5 +1,4 @@
# ***************************************************************************
# * (c) 2020 Carlo Pavan *
# * *
# * This file is part of the FreeCAD CAx development system. *
# * *