Command |
Purpose |
Description |
Moritz 1 |
Moritz 2 |
MRTZ_ |
Common Purpose |
prefix of every commands of the nsd-generation |
Yes |
No Change |
beginBlock |
Common Purpose |
defines the begin of a command-block like { |
Yes |
No Change |
endBlock |
Common Purpose |
defines the end of a command-block like } |
Yes |
No Change |
errorResponse |
Common Purpose |
changes the reaction if an source-error is noticed |
Yes |
Not reimplemented since parser-tool has changed
This command will be ignored |
commentModel |
Handling Comments |
local change the comment-modell |
Yes |
No Change in use. But will be processed by parser |
independent |
Handling Comments |
print a comment as independent diagram-part |
Yes |
No Change |
printComments |
Handling Comments |
print comments also if this was switched off before |
Yes |
No Change |
hideComments |
Handling Comments |
print no comments also if this was switched on before |
Yes |
No Change |
skip |
Cut Diagramms |
hiding a source-part in the diagram without generation of an extra-diagram |
Yes |
No Change |
exclude |
Cut Diagramms |
hiding a source-part in the diagram and generation of an extra-diagram |
Yes |
No Change |
describe |
Cut Diagramms |
add a description of an excluded part-diagramm to the description-table of the function |
Yes |
No Change |
include |
Cut Diagramms |
include the content of an external file |
Yes |
No Change |
Condition |
Conditions and Preprocessor-Values |
condition to execute the following nsd-command |
Yes |
Implemntaion has changed since parser-tool has an own preprocessor mechanism
to solve compilerswitches.
This command will be ignored |
defineCondition |
Conditions and Preprocessor-Values |
define a condition to execute a nsd-command or a preprocessor-value |
Yes |
Implemntaion has changed since parser-tool has an own preprocessor mechanism
where preprocessor-constants can be defined.
This command will be ignored |
undefineCondition |
Conditions and Preprocessor-Values |
undefine a condition to execute a nsd-command or a preprocessor-value |
Yes |
Implemntaion has changed since parser-tool has an own preprocessor mechanism
where preprocessor-constants can be undefined.
This command will be ignored |
checkCompilerswitch |
Conditions and Preprocessor-Values |
check the rest of the function for occurrence of compiler-switches and control which variants should be analysed |
Yes |
Implemntaion has changed since parser-tool has an own preprocessor mechanism.
to solve compilerswitches. This command will be ignored |
showSource |
Style of Diagram-Parts |
showing the a source-command as original source-line |
Yes |
No Change |
pointOut |
Style of Diagram-Parts |
Block highlighting a source-part with an extra-titel and a background-color |
Yes |
No Change |
printCommands |
Style of Diagram-Parts |
print all command-details also if this was switched off before |
Yes |
No Change |
hideCommands |
Style of Diagram-Parts |
print not all command-details also if this was switched on before |
Yes |
No Change |
ifElseChain |
Style of Diagram-Parts |
print a chain of "if else if else if ... else" like a switch-structure |
Yes |
Not reimplemented since all decision-structures will be shown in the same way.
This command will be ignored |
changeSwitch |
Style of Diagram-Parts |
define if switch-structures are generated as table or in list-form |
No |
No This command will be ignored |
automaticLink |
Referencing other Documents |
define if links to other parts of the documentation should be generated automaticly,
if the xml-source provides the necessary information |
Yes |
No Change |
insertLink |
Referencing other Documents |
insert a link to an other document |
Yes |
No Change |