mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Tweaked documentation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@642 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
b560fcca0d
commit
ef9a3e2c4c
6 changed files with 8 additions and 8 deletions
|
|
@ -47,7 +47,7 @@ project example
|
||||||
compile example/motivation.cpp ;
|
compile example/motivation.cpp ;
|
||||||
compile example/getting_started.cpp ;
|
compile example/getting_started.cpp ;
|
||||||
compile example/customisation.cpp ;
|
compile example/customisation.cpp ;
|
||||||
compile example/async_call.cpp ;
|
compile example/patterns_async_call.cpp ;
|
||||||
compile example/retrieve_cref.cpp ;
|
compile example/patterns_retrieve_cref.cpp ;
|
||||||
compile example/invoke_functor.cpp ;
|
compile example/patterns_invoke_functor.cpp ;
|
||||||
compile example/quick_constraint.cpp ;
|
compile example/patterns_quick_constraint.cpp ;
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
[section Patterns]
|
[section Patterns]
|
||||||
[import example/async_call.cpp]
|
[import example/patterns_async_call.cpp]
|
||||||
[import example/retrieve_cref.cpp]
|
[import example/patterns_retrieve_cref.cpp]
|
||||||
[import example/invoke_functor.cpp]
|
[import example/patterns_invoke_functor.cpp]
|
||||||
[import example/quick_constraint.cpp]
|
[import example/patterns_quick_constraint.cpp]
|
||||||
|
|
||||||
This section highlights not-so-obvious features of the library gathered from real use cases.
|
This section highlights not-so-obvious features of the library gathered from real use cases.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue