]> git.mxchange.org Git - friendica.git/commitdiff
Improve BBCode documentation/comment
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 5 Feb 2018 16:42:06 +0000 (11:42 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 5 Feb 2018 16:42:06 +0000 (11:42 -0500)
doc/BBCode.md
src/Content/Text/BBCode.php

index 6eebed486486cbf00c80d5c68baaee5088ee3fc0..946c61f247402448427399d479465cb66e00193d 100644 (file)
@@ -165,7 +165,7 @@ line
 code</code></td>
 </tr>
 <tr>
-  <td>[code=php]function text_highlight($s,$lang)[/code]</td>
+  <td>[code=php]function text_highlight($s,$lang)[/code]<sup><a href="#supported-code">1</a></sup></td>
   <td><code><div class="hl-main"><ol class="hl-main"><li><span class="hl-code">&nbsp;</span><span class="hl-reserved">function</span><span class="hl-code"> </span><span class="hl-identifier">text_highlight</span><span class="hl-brackets">(</span><span class="hl-var">$s</span><span class="hl-code">,</span><span class="hl-var">$lang</span><span class="hl-brackets">)</span></li></ol></div></code></td>
 </tr>
 <tr>
@@ -208,6 +208,27 @@ code</code></td>
 </tr>
 </table>
 
+<a name="supported-code">1</a>: Supported language parameter values for code highlighting:
+- abap
+- avrc
+- cpp
+- css
+- diff
+- dtd
+- html
+- java
+- javascript
+- js
+- mysql
+- perl
+- php
+- python
+- ruby
+- sh
+- sql
+- vbscript
+- xml
+
 ### Titles
 
 <table class="bbcodes">
index a4eb46115b5ef3785d5dd849a81acdb119fb9223..d68208a60f5fa7688f3dbfab0b0bc9d09656126f 100644 (file)
@@ -1075,7 +1075,7 @@ class BBCode
                }
 
                // We only call this so that a previously unknown contact can be added.
-               // This is important for the function "get_contact_details_by_url".
+               // This is important for the function "Model\Contact::getDetailsByURL()".
                // This function then can fetch an entry from the contact table.
                Contact::getIdForURL($profile, 0);