doc: remove extra separator lines in auto-generated files
This commit is contained in:
parent
505a91c600
commit
6e3ffab2ef
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_completions ========================================
|
||||
|
||||
// tag::completions[]
|
||||
[width="100%",cols="^1,^2,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_hdata ========================================
|
||||
|
||||
// tag::hdata[]
|
||||
:hdata_update_create: __create
|
||||
:hdata_update_delete: __delete
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infolists ========================================
|
||||
|
||||
// tag::infolists[]
|
||||
[width="100%",cols="^1,^2,5,5,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos ========================================
|
||||
|
||||
// tag::infos[]
|
||||
[width="100%",cols="^1,^2,6,6",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos_hashtable ========================================
|
||||
|
||||
// tag::infos_hashtable[]
|
||||
[width="100%",cols="^1,^2,6,6,8",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_plugins_priority ========================================
|
||||
|
||||
// tag::plugins_priority[]
|
||||
. charset (15000)
|
||||
. logger (14000)
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_url_options ========================================
|
||||
|
||||
// tag::url_options[]
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_commands ========================================
|
||||
|
||||
// tag::irc_commands[]
|
||||
[[command_irc_admin]]
|
||||
* `+admin+`: Information über den Server-Administrator abfragen
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_default_aliases ========================================
|
||||
|
||||
// tag::default_aliases[]
|
||||
[width="100%",cols="2m,5m,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_irc_colors ========================================
|
||||
|
||||
// tag::irc_colors[]
|
||||
[width="50%",cols="^2m,3",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_options ========================================
|
||||
|
||||
// tag::sec_options[]
|
||||
* [[option_sec.crypt.cipher]] *sec.crypt.cipher*
|
||||
** Beschreibung: pass:none[zu nutzendes Chiffre zum Verschlüsseln von Daten (die Zahl hinter dem Algorithmus bestimmt die Größe des Schlüssels, in Bits)]
|
||||
|
@ -497,8 +497,6 @@ class AutogenDoc(object):
|
||||
self.write('// This file is auto-generated by script docgen.py.')
|
||||
self.write('// DO NOT EDIT BY HAND!')
|
||||
self.write('//')
|
||||
self.write()
|
||||
self.write(f'// {"="*40} {name} {"="*40}')
|
||||
getattr(self, f'_write_{name}')(doc)
|
||||
|
||||
def write(self, string=None, *args):
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_completions ========================================
|
||||
|
||||
// tag::completions[]
|
||||
[width="100%",cols="^1,^2,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_hdata ========================================
|
||||
|
||||
// tag::hdata[]
|
||||
:hdata_update_create: __create
|
||||
:hdata_update_delete: __delete
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infolists ========================================
|
||||
|
||||
// tag::infolists[]
|
||||
[width="100%",cols="^1,^2,5,5,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos ========================================
|
||||
|
||||
// tag::infos[]
|
||||
[width="100%",cols="^1,^2,6,6",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos_hashtable ========================================
|
||||
|
||||
// tag::infos_hashtable[]
|
||||
[width="100%",cols="^1,^2,6,6,8",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_plugins_priority ========================================
|
||||
|
||||
// tag::plugins_priority[]
|
||||
. charset (15000)
|
||||
. logger (14000)
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_url_options ========================================
|
||||
|
||||
// tag::url_options[]
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_commands ========================================
|
||||
|
||||
// tag::irc_commands[]
|
||||
[[command_irc_admin]]
|
||||
* `+admin+`: find information about the administrator of the server
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_default_aliases ========================================
|
||||
|
||||
// tag::default_aliases[]
|
||||
[width="100%",cols="2m,5m,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_irc_colors ========================================
|
||||
|
||||
// tag::irc_colors[]
|
||||
[width="50%",cols="^2m,3",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_options ========================================
|
||||
|
||||
// tag::sec_options[]
|
||||
* [[option_sec.crypt.cipher]] *sec.crypt.cipher*
|
||||
** description: pass:none[cipher used to crypt data (the number after algorithm is the size of the key in bits)]
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_completions ========================================
|
||||
|
||||
// tag::completions[]
|
||||
[width="100%",cols="^1,^2,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_hdata ========================================
|
||||
|
||||
// tag::hdata[]
|
||||
:hdata_update_create: __create
|
||||
:hdata_update_delete: __delete
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infolists ========================================
|
||||
|
||||
// tag::infolists[]
|
||||
[width="100%",cols="^1,^2,5,5,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos ========================================
|
||||
|
||||
// tag::infos[]
|
||||
[width="100%",cols="^1,^2,6,6",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos_hashtable ========================================
|
||||
|
||||
// tag::infos_hashtable[]
|
||||
[width="100%",cols="^1,^2,6,6,8",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_plugins_priority ========================================
|
||||
|
||||
// tag::plugins_priority[]
|
||||
. charset (15000)
|
||||
. logger (14000)
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_url_options ========================================
|
||||
|
||||
// tag::url_options[]
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_commands ========================================
|
||||
|
||||
// tag::irc_commands[]
|
||||
[[command_irc_admin]]
|
||||
* `+admin+`: trouver les informations sur l'administrateur du serveur
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_default_aliases ========================================
|
||||
|
||||
// tag::default_aliases[]
|
||||
[width="100%",cols="2m,5m,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_irc_colors ========================================
|
||||
|
||||
// tag::irc_colors[]
|
||||
[width="50%",cols="^2m,3",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_options ========================================
|
||||
|
||||
// tag::sec_options[]
|
||||
* [[option_sec.crypt.cipher]] *sec.crypt.cipher*
|
||||
** description: pass:none[chiffrement ("cipher") utilisé pour chiffrer les données (le nombre après l'algorithme est la taille de la clé en bits)]
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_completions ========================================
|
||||
|
||||
// tag::completions[]
|
||||
[width="100%",cols="^1,^2,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_hdata ========================================
|
||||
|
||||
// tag::hdata[]
|
||||
:hdata_update_create: __create
|
||||
:hdata_update_delete: __delete
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infolists ========================================
|
||||
|
||||
// tag::infolists[]
|
||||
[width="100%",cols="^1,^2,5,5,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos ========================================
|
||||
|
||||
// tag::infos[]
|
||||
[width="100%",cols="^1,^2,6,6",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos_hashtable ========================================
|
||||
|
||||
// tag::infos_hashtable[]
|
||||
[width="100%",cols="^1,^2,6,6,8",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_plugins_priority ========================================
|
||||
|
||||
// tag::plugins_priority[]
|
||||
. charset (15000)
|
||||
. logger (14000)
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_url_options ========================================
|
||||
|
||||
// tag::url_options[]
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_commands ========================================
|
||||
|
||||
// tag::irc_commands[]
|
||||
[[command_irc_admin]]
|
||||
* `+admin+`: trova informazioni sull'amministratore del server
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_default_aliases ========================================
|
||||
|
||||
// tag::default_aliases[]
|
||||
[width="100%",cols="2m,5m,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_irc_colors ========================================
|
||||
|
||||
// tag::irc_colors[]
|
||||
[width="50%",cols="^2m,3",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_options ========================================
|
||||
|
||||
// tag::sec_options[]
|
||||
* [[option_sec.crypt.cipher]] *sec.crypt.cipher*
|
||||
** descrizione: pass:none[cipher used to crypt data (the number after algorithm is the size of the key in bits)]
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_completions ========================================
|
||||
|
||||
// tag::completions[]
|
||||
[width="100%",cols="^1,^2,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_hdata ========================================
|
||||
|
||||
// tag::hdata[]
|
||||
:hdata_update_create: __create
|
||||
:hdata_update_delete: __delete
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infolists ========================================
|
||||
|
||||
// tag::infolists[]
|
||||
[width="100%",cols="^1,^2,5,5,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos ========================================
|
||||
|
||||
// tag::infos[]
|
||||
[width="100%",cols="^1,^2,6,6",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos_hashtable ========================================
|
||||
|
||||
// tag::infos_hashtable[]
|
||||
[width="100%",cols="^1,^2,6,6,8",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_plugins_priority ========================================
|
||||
|
||||
// tag::plugins_priority[]
|
||||
. charset (15000)
|
||||
. logger (14000)
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_url_options ========================================
|
||||
|
||||
// tag::url_options[]
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_commands ========================================
|
||||
|
||||
// tag::irc_commands[]
|
||||
[[command_irc_admin]]
|
||||
* `+admin+`: サーバ管理者に関する情報を探す
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_default_aliases ========================================
|
||||
|
||||
// tag::default_aliases[]
|
||||
[width="100%",cols="2m,5m,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_irc_colors ========================================
|
||||
|
||||
// tag::irc_colors[]
|
||||
[width="50%",cols="^2m,3",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_options ========================================
|
||||
|
||||
// tag::sec_options[]
|
||||
* [[option_sec.crypt.cipher]] *sec.crypt.cipher*
|
||||
** 説明: pass:none[データの暗号化を行う暗号鍵 (アルゴリズムの後ろに書かれた数は鍵のビット数)]
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_completions ========================================
|
||||
|
||||
// tag::completions[]
|
||||
[width="100%",cols="^1,^2,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_hdata ========================================
|
||||
|
||||
// tag::hdata[]
|
||||
:hdata_update_create: __create
|
||||
:hdata_update_delete: __delete
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infolists ========================================
|
||||
|
||||
// tag::infolists[]
|
||||
[width="100%",cols="^1,^2,5,5,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos ========================================
|
||||
|
||||
// tag::infos[]
|
||||
[width="100%",cols="^1,^2,6,6",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_infos_hashtable ========================================
|
||||
|
||||
// tag::infos_hashtable[]
|
||||
[width="100%",cols="^1,^2,6,6,8",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_plugins_priority ========================================
|
||||
|
||||
// tag::plugins_priority[]
|
||||
. charset (15000)
|
||||
. logger (14000)
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== api_url_options ========================================
|
||||
|
||||
// tag::url_options[]
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_commands ========================================
|
||||
|
||||
// tag::irc_commands[]
|
||||
[[command_irc_admin]]
|
||||
* `+admin+`: wyszukuje informacje o administratorze serwera
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_default_aliases ========================================
|
||||
|
||||
// tag::default_aliases[]
|
||||
[width="100%",cols="2m,5m,5",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_irc_colors ========================================
|
||||
|
||||
// tag::irc_colors[]
|
||||
[width="50%",cols="^2m,3",options="header"]
|
||||
|===
|
||||
|
@ -3,8 +3,6 @@
|
||||
// DO NOT EDIT BY HAND!
|
||||
//
|
||||
|
||||
// ======================================== user_options ========================================
|
||||
|
||||
// tag::sec_options[]
|
||||
* [[option_sec.crypt.cipher]] *sec.crypt.cipher*
|
||||
** opis: pass:none[szyfr używany do szyfrowania danych (numer za nazwą algorytmu to długość klucza w bitach)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user