mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-31 20:32:16 +00:00
Move the paragraph logic into the actions.
[SVN r62849]
This commit is contained in:
@@ -65,6 +65,7 @@ namespace quickbook
|
||||
template void process_action::operator()<image>(image const&) const;
|
||||
template void process_action::operator()<hr>(hr const&) const;
|
||||
template void process_action::operator()<paragraph>(paragraph const&) const;
|
||||
template void process_action::operator()<block_separator>(block_separator const&) const;
|
||||
template void process_action::operator()<list>(list const&) const;
|
||||
template void process_action::operator()<begin_section>(begin_section const&) const;
|
||||
template void process_action::operator()<end_section>(end_section const&) const;
|
||||
|
||||
Reference in New Issue
Block a user