diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-10 21:32:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-10 21:32:00 +0100 |
commit | 0f74e8eaf1c82bd10ef237c0eefb6aa1832d5984 (patch) | |
tree | 8bf46f800fc642819f79807e1839fde0f8cd3a67 | |
parent | 52cdb4474310bb44a31c6b258398f2b28422f224 (diff) | |
parent | 1864d3d8c9d53dde7bcba20bd3ad3fc8047a40c3 (diff) |
Merge pull request #14525 from mhilbrunner/patch-4
[DOCS] IP_Unix
[ci skip]
-rw-r--r-- | doc/classes/IP_Unix.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/IP_Unix.xml b/doc/classes/IP_Unix.xml index 28e8a3804b..1d376c7233 100644 --- a/doc/classes/IP_Unix.xml +++ b/doc/classes/IP_Unix.xml @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="IP_Unix" inherits="IP" category="Core" version="3.0-beta"> <brief_description> + Unix IP support. See [IP]. </brief_description> <description> + Unix-specific implementation of IP support functions. See [IP]. </description> <tutorials> </tutorials> |