We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b589149 commit 8be144aCopy full SHA for 8be144a
CHANGELOG.md
@@ -37,6 +37,7 @@
37
- Added support for DependencyTracking::Variable in PowerElectronics models.
38
- Updated Jacobian value storage from `ScalarT` to `RealT`.
39
- Added a header file defining constants to be used throughout the code.
40
+- Added `GridKitDocs` target for Doxygen documentation.
41
42
## v0.1
43
CMakeLists.txt
@@ -116,6 +116,9 @@ include(CTest)
116
add_subdirectory(examples)
117
add_subdirectory(tests)
118
119
+# Documentation
120
+add_subdirectory(docs)
121
+
122
export(EXPORT gridkit-targets FILE ${CMAKE_CURRENT_BINARY_DIR}/GridKitTargets.cmake)
123
124
# Configuring exporting cmake config
0 commit comments