Merge branch 'dev' into python-renderer

This commit is contained in:
Mario Hüttel 2019-12-12 20:56:00 +01:00
commit 1278af202a
3 changed files with 1 additions and 3 deletions

View File

@ -58,7 +58,7 @@ enum graphics_type
enum path_type {PATH_FLUSH = 0, PATH_ROUNDED = 1, PATH_SQUARED = 2}; /**< Path line caps */ enum path_type {PATH_FLUSH = 0, PATH_ROUNDED = 1, PATH_SQUARED = 2}; /**< Path line caps */
/** /**
* @brief A point in the 2D plane. Sometimes reffered to as vertex * @brief A point in the 2D plane. Sometimes referred to as vertex
*/ */
struct gds_point { struct gds_point {
int x; int x;

View File

@ -17,7 +17,6 @@
* along with GDSII-Converter. If not, see <http://www.gnu.org/licenses/>. * along with GDSII-Converter. If not, see <http://www.gnu.org/licenses/>.
*/ */
/** /**
* @defgroup version Version Number * @defgroup version Version Number
* See @ref git-version-num * See @ref git-version-num

View File

@ -99,7 +99,6 @@ ActivityBar *activity_bar_new()
return bar; return bar;
} }
/* TODO: Complete this once the task list is fully implemented */
void activity_bar_set_ready(ActivityBar *bar) void activity_bar_set_ready(ActivityBar *bar)
{ {
gtk_label_set_text(GTK_LABEL(bar->label), _("Ready")); gtk_label_set_text(GTK_LABEL(bar->label), _("Ready"));