Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
docs: generate class doc from .md files
- Loading branch information
Showing
7 changed files
with
1,438 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| Setting up access control is an important initial step as **the system | ||
| is initially wide open**. | ||
|
|
||
| Tvheadend verifies access by scanning through all enabled access control | ||
| entries in sequence, from the top of the list to the bottom. The permission | ||
| flags, streaming profiles, DVR config profiles, channel tags and so on are | ||
| combined for all matching access entries. An access entry is said to match | ||
| if the username matches and the IP source address of the requesting peer | ||
| is within the prefix. There is also anonymous access, if the user is set | ||
| to asterisk. Only network prefix is matched then. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| #include <unistd.h> | ||
| //#include "tvh_locale.h" | ||
|
|
||
| #define LANGPREF "\xff" | ||
| #define N_(s) s | ||
|
|
||
| #include "docs_inc.c" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.