@param b_ignoreIndirectJDLCs Passed directly to the SplitLinkCode <A HREF="~JD~slc#slc(s)~EJD~">constructor</A>.
@param tla_objects The TLAObjects provided directly to the <A HREF="~JD~tla~EJD~">TemplateLineAnalyzer</A> <A HREF="~JD~tla#tla(s,i,sb,tlao)~EJD~">constructor</A>. May not be null. This also contains the Outputter used for debugging output. See <A HREF="~JD~getTLAOForGJL(optr)~EJD~">getTLAOForGJL</A>.
**/
public final String getJavadocLine(String s_line, JDFile jdf_current, JDCArray jdc_array, boolean b_cibJDLCTarget, boolean b_ignoreIndirectJDLCs, TLAObjects tla_objects) throws TemplateFormatException {
StringBuffer sbOutput = new StringBuffer(sES);
FLRString flrsLine = new FLRString(s_line);
while(flrsLine.hasMoreLines()) {
StringBuffer sbLine = flrsLine.getNextLine();
TemplateLineAnalyzer tla = new TemplateLineAnalyzer(null, flrsLine.getLineNumberPrev(), sbLine, tla_objects);
if(!tla.isDoneAnalyzing()) {
while(tla.hasAnotherGap()) {
s_s ss = tla.getNextSurrTxtAndGap();
sbOutput.append(ss.s1);