Skip to content

Commit b44e467

Browse files
committed
Update todo and doxygen config
1 parent 627d191 commit b44e467

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
/CMakeLists.txt.user
44
/vcpkg/
55
/.vscode/
6+
/.idea/
67
/.cache/
78
/build/
89
/out/
10+
/cmake-build-*
911
/docs/doxygen/build/
1012
/docs/sphinx/build/
1113
/docs/sphinx/index.rst

TODO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- [x] Windows resources
1414
- [x] Icon
1515
- [x] Version data
16+
- [ ] Manifest
1617
- [ ] i18n and L10n
1718
- [ ] Boost
1819
- [ ] Unit testing
@@ -106,5 +107,6 @@
106107
- [ ] TeamCity
107108
- [ ] Azure Pipelines
108109
- [ ] Jenkins
110+
- [ ] CircleCI
109111
- [x] [GitHub Codespaces](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#using-a-predefined-dev-container-configuration)
110112
- [ ] Docker

cmake/doxygen.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
find_package(Doxygen)
44

5+
set(DOXYGEN_ENABLE_PREPROCESSING NO) # https://stackoverflow.com/a/26043120/3049315
6+
57
set(DOXYGEN_GENERATE_HTML YES CACHE BOOL "Generate Doxygen HTML")
68
set(DOXYGEN_GENERATE_LATEX YES CACHE BOOL "Generate Doxygen LaTeX")
79
set(DOXYGEN_GENERATE_XML YES) # Needed by Sphinx

0 commit comments

Comments
 (0)