Skip to content
Snippets Groups Projects
Commit f3e18cc9 authored by Manuel Günther's avatar Manuel Günther
Browse files

Adapted the documentation to the new behavior of version exporting

parent 5b34efdc
No related branches found
No related tags found
1 merge request!17Adapted the documentation to the new behavior of version exporting
Pipeline #
...@@ -18,7 +18,7 @@ def get_config(): ...@@ -18,7 +18,7 @@ def get_config():
def get_macros(): def get_macros():
"""get_macros() -> macros """get_macros() -> macros
Returns a list of preprocessor macros, such as ``[(HAVE_BOOST, 1), (BOOST_VERSION,xx)]``. Returns a list of preprocessor macros, such as ``[(HAVE_BOOST, 1)]``.
This function is automatically used by :py:func:`bob.extension.get_bob_libraries` to retrieve the prerpocessor definitions that are required to use the C bindings of this library in dependent classes. This function is automatically used by :py:func:`bob.extension.get_bob_libraries` to retrieve the prerpocessor definitions that are required to use the C bindings of this library in dependent classes.
You shouldn't normally need to call this function by hand. You shouldn't normally need to call this function by hand.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment