Skip to content

Commit

Permalink
doc: options descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 17, 2024
1 parent da224d9 commit f6f843e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.options
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
option('examples', type: 'boolean', value: false, description: 'Build examples')
option('examples', type: 'boolean', value: false, description: 'Build Iguana C++ examples')
option('documentation', type: 'boolean', value: false, description: 'Generate API documentation')
option('bind_python', type: 'boolean', value: false, description: 'Generate Python bindings')
option('bind_python', type: 'boolean', value: false, description: 'Generate Python bindings and their examples')

0 comments on commit f6f843e

Please sign in to comment.