Skip to content
Snippets Groups Projects
Commit ae5c5993 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

cosmetic: remove silly way of commenting things

parent a23c3f75
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
:depends-on (#:gramps-clim2/silica) :depends-on (#:gramps-clim2/silica)
:components ((:module "clim" :components ((:module "clim"
:components :components
(;#+(or) "Basic tools" (;; Basic tools
(:file "gestures") (:file "gestures")
(:file "defprotocol") (:file "defprotocol")
(:file "stream-defprotocols") (:file "stream-defprotocols")
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
(:file "temp-strings") (:file "temp-strings")
(:file "clim-defs") (:file "clim-defs")
#+(or) "Definitions and protocols" ;; Definitions and protocols
(:file "stream-class-defs") (:file "stream-class-defs")
(:file "interactive-defs") (:file "interactive-defs")
(:file "cursor") (:file "cursor")
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
(:file "input-protocol") (:file "input-protocol")
(:file "output-protocol") (:file "output-protocol")
#+(or) "Output recording" ;; Output recording
(:file "recording-defs") (:file "recording-defs")
(:file "formatted-output-defs") (:file "formatted-output-defs")
(:file "recording-protocol") (:file "recording-protocol")
...@@ -37,21 +37,21 @@ ...@@ -37,21 +37,21 @@
(:file "graphics-recording") (:file "graphics-recording")
(:file "design-recording") (:file "design-recording")
#+(or) "Input editing" ;; Input editing
(:file "interactive-protocol") (:file "interactive-protocol")
(:file "input-editor-commands") (:file "input-editor-commands")
#+(and allegro (not acl86win32)) (:file "japanese-input-editor") #+(and allegro (not acl86win32)) (:file "japanese-input-editor")
#+(or) "Incremental redisplay" ;; Incremental redisplay
(:file "incremental-redisplay") (:file "incremental-redisplay")
#+(or) "Windows" ;; Windows (sheets)
(:file "coordinate-sorted-set") (:file "coordinate-sorted-set")
(:file "r-tree") (:file "r-tree")
(:file "window-stream") (:file "window-stream")
(:file "pixmap-streams") (:file "pixmap-streams")
#+(or) "Presentation types" ;; Presentation types
(:file "ptypes1") (:file "ptypes1")
(:file "completer") (:file "completer")
(:file "presentations") (:file "presentations")
...@@ -61,21 +61,21 @@ ...@@ -61,21 +61,21 @@
(:file "standard-types") (:file "standard-types")
#+allegro (:file "excl-presentations") #+allegro (:file "excl-presentations")
#+(or) "Formatted output" ;; Formatted output
(:file "table-formatting") (:file "table-formatting")
(:file "graph-formatting") (:file "graph-formatting")
(:file "surround-output") (:file "surround-output")
(:file "text-formatting") (:file "text-formatting")
#+(or) "Pointer tracking" ;; Pointer tracking
(:file "tracking-pointer") (:file "tracking-pointer")
(:file "dragging-output") (:file "dragging-output")
#+(or) "Gadgets" ;; Gadgets
(:file "db-stream") (:file "db-stream")
(:file "gadget-output") (:file "gadget-output")
#+(or) "Application building substrate" ;; Application building substrate
(:file "accept") (:file "accept")
(:file "present") (:file "present")
(:file "command") (:file "command")
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
(:file "drag-and-drop") (:file "drag-and-drop")
(:file "item-list-manager") (:file "item-list-manager")
#+(or) "Bootstrap everything" ;; Bootstrap everything
(:file "stream-trampolines"))))) (:file "stream-trampolines")))))
;;; based on `clim-utils' ;;; based on `clim-utils'
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
:components :components
((:module "silica" ((:module "silica"
:components :components
(;#+(or) "Silica" (;; Silica
(:file "macros") (:file "macros")
(:file "classes") (:file "classes")
(:file "text-style") (:file "text-style")
...@@ -151,13 +151,13 @@ ...@@ -151,13 +151,13 @@
(:file "std-sheet") (:file "std-sheet")
;; "Windshield", aka "DashBoard" ;; "Windshield", aka "DashBoard"
#+(or) "Layout gadgets" ;; Layout gadgets
(:file "layout") (:file "layout")
(:file "db-layout") (:file "db-layout")
(:file "db-box") (:file "db-box")
(:file "db-table") (:file "db-table")
#+(or) "'Physical' gadgets" ;; 'Physical' gadgets
(:file "gadgets") (:file "gadgets")
(:file "db-border") (:file "db-border")
(:file "db-scroll"))))) (:file "db-scroll")))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment