From b0f2ad86a9ba20548c693d73aa03f42f37631c24 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Thu, 16 Mar 2017 13:20:17 -0400 Subject: [PATCH] UPDATED: Add notes to main.swift --- Sources/mmd-swift/main.swift | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Sources/mmd-swift/main.swift b/Sources/mmd-swift/main.swift index f8c3781..6ec37ec 100644 --- a/Sources/mmd-swift/main.swift +++ b/Sources/mmd-swift/main.swift @@ -1,6 +1,15 @@ /// Trivial example of using libMultiMarkdown within a Swift /// project. Needs a lot of work to be functional. + +// libMultiMarkdown is built as shared library -- needs to be static +// libMultiMarkdown is named liblibMultiMarkdown -- need to fix + +// Needs the functionality from main.c in order to become viable +// replacement for the c build. + +// But as a proof of concept, it works. + import libMultiMarkdown -- 2.40.0