webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
gtkdoc.PkgConfigGTKDoc Class Reference
Inheritance diagram for gtkdoc.PkgConfigGTKDoc:
gtkdoc.GTKDoc

Public Member Functions

def __init__ (self, pkg_config_path, args)
 
- Public Member Functions inherited from gtkdoc.GTKDoc
def __init__ (self, args)
 
def generate (self, html=True)
 
def rebase_installed_docs (self)
 
def api_missing_documentation (self)
 

Public Attributes

 version
 
 prefix
 
- Public Attributes inherited from gtkdoc.GTKDoc
 module_name
 
 source_dirs
 
 headers
 
 ignored_files
 
 namespace
 
 decorator
 
 deprecation_guard
 
 cflags
 
 ldflags
 
 library_path
 
 output_dir
 
 doc_dir
 
 main_sgml_file
 
 cross_reference_deps
 
 interactive
 
 logger
 
 saw_warnings
 

Detailed Description

Class reads a library's pkgconfig file to guess gtkdoc parameters.

Some gtkdoc parameters can be guessed by reading a library's pkgconfig
file, including the cflags, ldflags and version parameters. If you
provide these parameters as well, they will be appended to the ones
guessed via the pkgconfig file.

Keyword arguments:
  pkg_config_path -- Path to the pkgconfig file for the library. Required.

Constructor & Destructor Documentation

◆ __init__()

def gtkdoc.PkgConfigGTKDoc.__init__ (   self,
  pkg_config_path,
  args 
)

Member Data Documentation

◆ prefix

gtkdoc.PkgConfigGTKDoc.prefix

◆ version

gtkdoc.PkgConfigGTKDoc.version

The documentation for this class was generated from the following file: