Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte Überarbeitung Beide Seiten der Revision
wiki:syntaxcomplete-de [2011/06/07 18:46]
87.144.9.152 bessere Gliederung in die vorhanden von syntax-de
wiki:syntaxcomplete-de [2011/06/07 22:18]
admin angefangen die Plugin Beschreibung zu erweitern
Zeile 83: Zeile 83:
 </​graphviz>​ </​graphviz>​
 </​code>​ </​code>​
 +
 +<​graphviz dot right>
 +digraph example {
 + ​ graph [ rankdir="​LR"​ ];
 +  node [shape=record,​ fontname=Helvetica,​ fontsize=10];​
 + 
 +  a [ label="​MVW_Settings_User"​ URL="​\ref MVW_Settings_User"​];​
 +  b [ label="​MVW_Settings"​ URL="​\ref MVW_Settings"​];​
 +  c [ label="​MVW_Settings_Program"​ URL="​\ref MVW_Settings_Program"​];​
 +  b -> c [ arrowhead="​open",​ style="​solid",​ color="​red"​ ];
 +  b -> a [ arrowhead="​open",​ style="​solid",​ color="​blue"​ ];
 + ​ } ​
 +</​graphviz>​
 +<​code>​
 +<​graphviz dot right>
 +digraph example {
 + ​ graph [ rankdir="​LR"​ ];
 +  node [shape=record,​ fontname=Helvetica,​ fontsize=10];​
 + 
 +  a [ label="​MVW_Settings_User"​ URL="​\ref MVW_Settings_User"​];​
 +  b [ label="​MVW_Settings"​ URL="​\ref MVW_Settings"​];​
 +  c [ label="​MVW_Settings_Program"​ URL="​\ref MVW_Settings_Program"​];​
 +  b -> c [ arrowhead="​open",​ style="​dashed"​ ];
 +  b -> a [ arrowhead="​open",​ style="​dashed"​ ];
 + ​ } ​
 +</​graphviz>​
 +</​code>​
 +//Die URL-Syntax funktionert leider nur in doxygen Dokumentationen//​
  
 ===== 8.3 include plugin ===== ===== 8.3 include plugin =====
Zeile 136: Zeile 164:
     * //​helperplugins//​ --- Displays a list of available [[this>​plugins?​plugintype=16|helper]] plugins. ​     * //​helperplugins//​ --- Displays a list of available [[this>​plugins?​plugintype=16|helper]] plugins. ​
     * //​helpermethods//​ --- Displays documentation of helper plugin class methods along with parameters and return values. One example of a helper plugin supporting this is [[plugin:​pagelist]].     * //​helpermethods//​ --- Displays documentation of helper plugin class methods along with parameters and return values. One example of a helper plugin supporting this is [[plugin:​pagelist]].
 +
 +===== 8.6 box plugin =====
 +
 +Beschreibung dann hier
 +
 +
 +===== 8.7 columns plugin =====
 +
 +Beschreibung dann hier
 +
  
Projektwerkzeuge