Reclasifying. #6

Merged
Offray merged 1 commits from unsync into master 2024-10-14 15:35:48 +00:00
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
"
I model a possible bridge between TaskWarrior and MiniDocs. (starting DRAFT).
"
Class { Class {
#name : #AcroReport, #name : #AcroReport,
#superclass : #Object, #superclass : #Object,

View File

@ -4,7 +4,7 @@ Class {
#instVars : [ #instVars : [
'folder' 'folder'
], ],
#category : #MiniDocs #category : #'MiniDocs-Model'
} }
{ #category : #accessing } { #category : #accessing }

View File

@ -11,7 +11,7 @@ Class {
'footnoteLabel', 'footnoteLabel',
'footnoteContent' 'footnoteContent'
], ],
#category : #MiniDocs #category : #'MiniDocs-Model'
} }
{ #category : #accessing } { #category : #accessing }