public interface IJSAMDDocEmitter extends IJSDocEmitter
IJSAMDDocEmitter
interface allows the abstraction of JavaScript
document comments to be emitted per tag.
The purpose of the API is to clamp emitted output to JavaScript doc tags. The output can be multiline but is specific to one tag. This allows a full comment to be created without worrying about how to assemble the tags.
TODO (mschmalle) Might make a comment API and tag API so comments are not dependent on tag creation IE IJSDocEmitter and IJSDocTagEmitter
begin, end, flushBuffer, setBufferWrite
Copyright © 2016 The Apache Software Foundation. All rights reserved.