Updates to source documenation

This commit is contained in:
David Botton 2021-11-04 20:08:28 -04:00
parent 0b0fa6bd0e
commit 0c5408f281
10 changed files with 33 additions and 17 deletions

View file

@ -8,7 +8,6 @@
(cl:in-package :clog)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Implementation - clog-canvas
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -16,7 +15,6 @@
(defclass clog-canvas (clog-element)()
(:documentation "CLOG Canvas Objects."))
;;;;;;;;;;;;;;;;;;;
;; create-canvas ;;
;;;;;;;;;;;;;;;;;;;
@ -31,7 +29,6 @@
width height)
:clog-type 'clog-canvas :auto-place auto-place))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Implementation - clog-context2d
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -479,5 +476,3 @@
(defmethod canvas-restore ((obj clog-context2d))
(execute obj "restore()"))