Hi guys,
how can I include a code example into the asdoc? I've did something like
/**
*
* @includeExample examples/Documenation_example.mxml
**/
in one of my classes and put the actual sample file under the examples
folder, which is in the same path with my source folder.
Yet the asdoc compiler just throws "the file specified in
@includeExample, examples/Documentation_example.mxml, cannot be found at
//examples/Documentation_example.mxml"
So then how can I include the mxml source file into the asdoc
documentation output? Is there any setting or stuffs like that? I've
tried to get some information about this in the flex 2 help yet there's
no comment on even "@includeExample" tag. But I definitely see this tag
in, for example, DataGrid.as file. Yet I just don't know how to work
this out..
Please help! Thank you!