mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
my packages: fix pod definition
git-svn-id: https://svn.fhem.de/fhem/trunk@19016 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
874924bb0a
commit
4174c6d6e2
@ -1312,6 +1312,10 @@ sub HOMESTATEtk_UpdateReadings (@) {
|
||||
|
||||
1;
|
||||
|
||||
|
||||
=pod
|
||||
=encoding utf8
|
||||
|
||||
=for :application/json;q=META.json HOMESTATEtk.pm
|
||||
{
|
||||
"author": [
|
||||
@ -1328,3 +1332,5 @@ sub HOMESTATEtk_UpdateReadings (@) {
|
||||
]
|
||||
}
|
||||
=end :application/json;q=META.json
|
||||
|
||||
=cut
|
||||
|
@ -3791,6 +3791,9 @@ sub RESIDENTStk_DoInitDev(@) {
|
||||
|
||||
1;
|
||||
|
||||
=pod
|
||||
=encoding utf8
|
||||
|
||||
=for :application/json;q=META.json RESIDENTStk.pm
|
||||
{
|
||||
"author": [
|
||||
@ -3807,3 +3810,5 @@ sub RESIDENTStk_DoInitDev(@) {
|
||||
]
|
||||
}
|
||||
=end :application/json;q=META.json
|
||||
|
||||
=cut
|
||||
|
@ -2036,6 +2036,9 @@ sub _ReplaceStringByHashKey($$;$) {
|
||||
|
||||
1;
|
||||
|
||||
=pod
|
||||
=encoding utf8
|
||||
|
||||
=for :application/json;q=META.json UConv.pm
|
||||
{
|
||||
"author": [
|
||||
@ -2053,3 +2056,5 @@ sub _ReplaceStringByHashKey($$;$) {
|
||||
]
|
||||
}
|
||||
=end :application/json;q=META.json
|
||||
|
||||
=cut
|
||||
|
@ -4657,6 +4657,9 @@ sub CommandDeleteReadingDesc($@) {
|
||||
|
||||
1;
|
||||
|
||||
=pod
|
||||
=encoding utf8
|
||||
|
||||
=for :application/json;q=META.json Unit.pm
|
||||
{
|
||||
"author": [
|
||||
@ -4674,3 +4677,5 @@ sub CommandDeleteReadingDesc($@) {
|
||||
]
|
||||
}
|
||||
=end :application/json;q=META.json
|
||||
|
||||
=cut
|
||||
|
@ -450,6 +450,9 @@ sub get {
|
||||
|
||||
1;
|
||||
|
||||
=pod
|
||||
=encoding utf8
|
||||
|
||||
=for :application/json;q=META.json msgSchema.pm
|
||||
{
|
||||
"author": [
|
||||
@ -466,3 +469,5 @@ sub get {
|
||||
]
|
||||
}
|
||||
=end :application/json;q=META.json
|
||||
|
||||
=cut
|
||||
|
Loading…
Reference in New Issue
Block a user