Opened 12 years ago
Closed 11 years ago
#5330 closed Bugs (fixed)
expand qi index in the docs to include _1 _2 ....
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | Boost 1.47.0 | Component: | spirit |
Version: | Boost 1.46.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
These placeholders do not appear in the index though they are quite useful. For e.g., I use the index to go to the page that will tell me which header file to include for any given spirit concept. _1 are available by inclusion of qi_action.hpp
Change History (3)
comment:1 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
No they're not, spirit has its own placeholders and they're documented in the spirit documentation. But this has already been fixed in the release branch:
http://svn.boost.org/svn/boost/branches/release/libs/spirit/doc/html/spirit/qi/s04.html
Placeholders are indexed at the end, under '_'. There's also a 'placeholders' entry in the index.
comment:3 by , 11 years ago
Milestone: | To Be Determined → Boost 1.47.0 |
---|---|
Resolution: | → fixed |
Status: | reopened → closed |
Those are Phoenix placeholders, and they're documented in the Phoenix docs.