I have implemented quickbook file inclusion. I haven't checked it in because boost main CVS is frozen for 1.33, but you can get it from the Sandbox File Vault:
quickbook.zip at http://boost-sandbox.sf.net/vault/index.php?directory=eric_niebler
With this version, you can: [include someother.qbk]
which will cause someother.qbk to be processed as a quickbook file, and the output will be inserted into the XML file currently being written. Someother.qbk does not need a document info header, but if it has one, it is ignored.
This does not work as-is for including cpp files because the file is processed as a quickbook file, not as source code. Perhaps we could check the file extension and handle source files by invoking the appropriate syntax highlighter directly. Just a thought.
-- Eric Niebler Boost Consulting www.boost-consulting.com
------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
