webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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 | |
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.
def gtkdoc.PkgConfigGTKDoc.__init__ | ( | self, | |
pkg_config_path, | |||
args | |||
) |
gtkdoc.PkgConfigGTKDoc.prefix |
gtkdoc.PkgConfigGTKDoc.version |