time | Calls | line |
|---|
| | 1 | function relPath = mapSpecialCaseTopic(shortname, topicId)
|
< 0.001 | 1 | 2 | relPath = "";
|
< 0.001 | 1 | 3 | if shortname == "simulink"
|
| | 4 | switch topicId
|
| | 5 | case "collection"
|
| | 6 | relPath = "index.html";
|
| | 7 | case "sfunction"
|
| | 8 | relPath = "slref/sfunction.html";
|
| | 9 | case "sfunctionbuilder"
|
| | 10 | relPath = "slref/sfunctionbuilder.html";
|
| | 11 | case "checkdiscretegradient"
|
| | 12 | relPath = "slref/checkdiscretegradient.html";
|
| | 13 | case "while"
|
| | 14 | relPath = "slref/whileiterator.html";
|
| | 15 | case "discretepulsegenerator"
|
| | 16 | relPath = "slref/pulsegenerator.html";
|
| | 17 | case "actionsubsystem"
|
| | 18 | relPath = "slref/ifactionsubsystem.html";
|
| | 19 | case "signalviewerscope"
|
| | 20 | relPath = "slref/scope.html";
|
| | 21 | end
|
< 0.001 | 1 | 22 | end
|
< 0.001 | 1 | 23 | end
|
Other subfunctions in this file are not included in this listing.