On Thu, Nov 11, 2010 at 10:48 AM, smcho <[email protected]> wrote: > Let's say I have the outline as follows. > > @shadow ./hello.c > << header >> > << func1 >> > << doxygenHeader >> > << mainBody>> > << func2 >> > << doxygenHeader >> > << mainBody>>
This isn't very clear. I'll assume that these are all headlines. > When I save it, the 'hello.c', contains all the node (doxygenHeader > and mainBody). > Is there a way generate ./nodoxygen/hello.c without the nodes << > doxygenHeader >>? In general, anything you put in any @<file> node, will be included in the external file. The reason is simple: when Leo reads the @<file> node all the data for the @<file> node's tree will come from the external file! This rule could be relaxed with @nosent trees, but it isn't :-) Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor?hl=en.
