Skip to content

Commit 61d3147

Browse files
authoredJan 30, 2017
Merge pull request #4073 from nyalldawson/annotations
Refactor annotations, add new annotation features + some other exciting stuff
2 parents 50319b1 + 1f7758a commit 61d3147

File tree

138 files changed

+4610
-2671
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

138 files changed

+4610
-2671
lines changed
 

‎doc/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ IF(WITH_APIDOC)
4848
SET(DOXYGEN_INPUT
4949
${CMAKE_SOURCE_DIR}/doc
5050
${CMAKE_SOURCE_DIR}/src/core
51+
${CMAKE_SOURCE_DIR}/src/core/annotations
5152
${CMAKE_SOURCE_DIR}/src/core/auth
5253
${CMAKE_SOURCE_DIR}/src/core/composer
5354
${CMAKE_SOURCE_DIR}/src/core/diagram

‎python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ INCLUDE_DIRECTORIES(SYSTEM
9393
)
9494
INCLUDE_DIRECTORIES(
9595
../src/core
96+
../src/core/annotations
9697
../src/core/auth
9798
../src/core/pal
9899
../src/core/composer

0 commit comments

Comments
 (0)
Please sign in to comment.