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
Showing only changes of commit 65fb92964f - Show all commits

View File

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

View File

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

View File

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