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:
mat007 2013-05-12 08:58:29 +00:00
parent b560fcca0d
commit ef9a3e2c4c
6 changed files with 8 additions and 8 deletions

View file

@ -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 ;

View file

@ -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.