The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

19 lines
535 B

4 weeks ago
  1. PROJECT_NAME = pybind11
  2. INPUT = ../include/pybind11/
  3. GENERATE_HTML = NO
  4. GENERATE_LATEX = NO
  5. GENERATE_XML = YES
  6. XML_OUTPUT = .build/doxygenxml
  7. XML_PROGRAMLISTING = YES
  8. MACRO_EXPANSION = YES
  9. EXPAND_ONLY_PREDEF = YES
  10. EXPAND_AS_DEFINED = PYBIND11_RUNTIME_EXCEPTION
  11. ALIASES = "rst=\verbatim embed:rst"
  12. ALIASES += "endrst=\endverbatim"
  13. QUIET = YES
  14. WARNINGS = YES
  15. WARN_IF_UNDOCUMENTED = NO