[Enhancement] DocC documentation support (#23)

This PR contains the work done to add DocC support to all the libraries included in this package, as requested by issue #9.

To provide further details about the work done:
- [x] added the DocC plugin package as a dependency
- [x] improved the naming of the targets in the Package file
- [x] updated the README file
- [x] implemented the Xcode and Github pages documentation generation targets in the Makefile file
- [x] generated both Xcode and Github pages documentation

Reviewed-on: #23
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #23.
This commit is contained in:
2023-08-13 22:01:00 +00:00
committed by Javier Cicchelli
parent e6e82b3b40
commit f7235cdd28
1401 changed files with 5458 additions and 16 deletions
+14
View File
@@ -0,0 +1,14 @@
<html>
<head>
<title>SwiftLibs libraries</title>
</head>
<body>
<ul>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibscommunication" target="_self"><code>SwiftLibsCommunication</code> library</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibscoordination" target="_self"><code>SwiftLibsCoordination</code> library</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibsdependency" target="_self"><code>SwiftLibsDependency</code> library</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibsfoundation" target="_self"><code>SwiftLibsFoundation</code> library</a></li>
<li><a href="https://rock-n-code.github.io/swift-libs/documentation/swiftlibspersistence" target="_self"><code>SwiftLibsPersistence</code> library</a></li>
</ul>
</body>
</html>