djowel
3d6cdcd748
small type fix
2019-04-25 11:22:15 +08:00
Nikita Kniazev
eea593da4e
X3.Docs: Fixed parse_rule instantiation
...
Missed an edit in d4c0179f
2019-03-06 17:54:10 +03:00
Nikita Kniazev
d4c0179fa6
X3: parse_rule attribute must always be of rule::attribute_type&
...
After #456 `parse_rule` is always called with value of `rule::attribute_type&`
type. By removing attribute type deduction we also will turn any possible bug
in `transform_attribute` from a linkage to compile error.
Fixes #454
2019-02-09 14:57:53 +03:00
Nikita Kniazev
d15a26eb13
X3.Examples: Context type has changed due to #239
2019-01-08 19:05:08 +03:00
djowel
08af6da9c4
small typo fix
2018-03-28 06:35:34 +08:00
djowel
25e29006de
Tutorial updates: more details on BOOST_SPIRIT_DEFINE, BOOST_SPIRIT_DECLARE and BOOST_SPIRIT_INSTANTIATE
2018-03-28 06:30:41 +08:00
djowel
11fa827b9b
minor updates
2018-03-27 15:56:51 +08:00
djowel
c2d982481e
- Tutorial updates
...
- Minimal example docs
2018-03-27 15:56:51 +08:00
djowel
54d0167bc8
error handling docs
2018-03-08 11:09:56 +08:00
djowel
130e6395d7
Annotation tutorial example docs
2018-03-08 11:09:56 +08:00
Mario Lang
20ecf739f0
Fix some typos in docs and comments.
2015-06-24 20:45:54 +02:00
Mario Lang
6846946823
X3: Make use of Fusion member type deduction to simplify examples.
2015-06-15 22:30:00 +02:00
Joel de Guzman
44e0014499
doc updates
2015-05-16 23:59:40 +08:00
Joel de Guzman
578091e779
- docs for rexpr tutorial
...
- minor bugfix (strings in lexeme)
2015-05-16 00:44:49 +08:00
Joel de Guzman
43d2b1b6e0
reoraganizing X3 documentation
2015-05-15 22:59:07 +08:00