Hi,
is there a possibiliy to extract code snippets from external source
files and include them in asciidoc documents - perhaps like the boost
quickbook snippets?
The following source file
-------
#include <iostream>
//[main
int main() {
}
//]
-------
imported in quickbook and selection of the snippet [main] will only
render the function main (with the special comments removed).
Any hints? Thanks!
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.