Skip to content

Commit 8be144a

Browse files
Add cmake doxygen target and remove unused files (#315)
* Add cmake doxygen target and remove unused files * Recovered deleted mainpage.dox file * Add README.md explaining docs target
1 parent b589149 commit 8be144a

File tree

5 files changed

+51
-2546
lines changed

5 files changed

+51
-2546
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
- Added support for DependencyTracking::Variable in PowerElectronics models.
3838
- Updated Jacobian value storage from `ScalarT` to `RealT`.
3939
- Added a header file defining constants to be used throughout the code.
40+
- Added `GridKitDocs` target for Doxygen documentation.
4041

4142
## v0.1
4243

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ include(CTest)
116116
add_subdirectory(examples)
117117
add_subdirectory(tests)
118118

119+
# Documentation
120+
add_subdirectory(docs)
121+
119122
export(EXPORT gridkit-targets FILE ${CMAKE_CURRENT_BINARY_DIR}/GridKitTargets.cmake)
120123

121124
# Configuring exporting cmake config

0 commit comments

Comments
 (0)