-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: describe spl features and cmake targets
- Loading branch information
Showing
7 changed files
with
63 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
📄 About | ||
******** | ||
|
||
.. mdinclude:: ../../CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
✨ Features | ||
************ | ||
|
||
Variant Report | ||
-------------- | ||
|
||
... | ||
|
||
Component Report | ||
---------------- | ||
|
||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
🔧 Reference | ||
🛠️ Reference | ||
************ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
macros | ||
variables | ||
targets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
CMake Targets | ||
============= | ||
|
||
|
||
reports | ||
------- | ||
|
||
Generates the overall variant report. See `Variant Report` for more information. | ||
|
||
docs | ||
---- | ||
|
||
Generates the variant documentation. | ||
|
||
<component>_report | ||
------------------ | ||
|
||
Generates the report for the given component. See `Component Report` for more information. | ||
|
||
<component>_docs | ||
---------------- | ||
|
||
Generates the documentation for the given component. | ||
|
||
<component>_unittests | ||
--------------------- | ||
|
||
Runs the unit tests for the given component. | ||
|