| Line 414... |
Line 414... |
| 414 |
|
414 |
|
| 415 |
// Add requirement notes/body, if we have not already consumed them for the
|
415 |
// Add requirement notes/body, if we have not already consumed them for the
|
| 416 |
// short description
|
416 |
// short description
|
| 417 |
if (!doneNotes && theElement.Notes != null && theElement.Notes.Length > 0 && !EA_DocGenOptions.optionValue(EA_DocGenOptions.boolean_options_e.SUPPRESS_REQUIREMENT_NOTES))
|
417 |
if (!doneNotes && theElement.Notes != null && theElement.Notes.Length > 0 && !EA_DocGenOptions.optionValue(EA_DocGenOptions.boolean_options_e.SUPPRESS_REQUIREMENT_NOTES))
|
| 418 |
{
|
418 |
{
|
| 419 |
Word.Range wr_body = appendAndSelectText( "\n", reqParaStyle );
|
- |
|
| 420 |
|
- |
|
| 421 |
TextParser.parse(theElement.Notes, theElement.ElementID, reqParaStyle, numDots > 0 ? indent_pts:0, false );
|
419 |
TextParser.parse(theElement.Notes, theElement.ElementID, reqParaStyle, numDots > 0 ? indent_pts:0, false );
|
| 422 |
}
|
420 |
}
|
| 423 |
else
|
421 |
else
|
| 424 |
{
|
422 |
{
|
| 425 |
// If the requirement has no body text, its SpaceAfter will be 3, so we adjust it here to 6
|
423 |
// If the requirement has no body text, its SpaceAfter will be 3, so we adjust it here to 6
|