← Back
Editing: doc_generator.cpython-312.pyc
� }j6; � �z � d Z ddlmZmZmZ ddlZdZ G d� dej � Z G d� d� Z G d � d � Z y)a: Class to auto generate the documentation for Netlink specifications. :copyright: Copyright (C) 2023 Breno Leitao <leitao@debian.org> :license: GPL Version 2, June 1991 see linux/COPYING for details. This class performs extensive parsing to the Linux kernel's netlink YAML spec files, in an effort to avoid needing to heavily mark up the original YAML file. This code is split in two classes: 1) RST formatters: Use to convert a string to a RST output 2) YAML Netlink (YNL) doc generator: Generate docs from YAML data � )�Any�Dict�ListN� __lineno__c �"