Skip to content

Commit

Permalink
Source groups in cxxdox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dancazarin committed Nov 10, 2024
1 parent 0681cf1 commit 5191a48
Showing 1 changed file with 36 additions and 22 deletions.
58 changes: 36 additions & 22 deletions docs/cxxdox.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,40 @@
title: KFR

postprocessor:
ignore:
- CMT_INLINE
- KFR_INTRINSIC
- KFR_MEM_INTRINSIC
- KFR_FUNCTION
- CMT_INTRINSIC
- CMT_MEM_INTRINSIC
- CMT_UNUSED
- CMT_INLINE

clang:
arguments:
- '-DKFR_ENABLE_FLAC=1'
- '-DCMT_FORCE_GENERIC_CPU=1'
- '-std=gnu++17'
- '-DDOCUMENTATION'

input_directory: ../include/kfr

masks: ['**/*.hpp', '**/*.h']
input:
- include:
- include/kfr/**/*.h
hide_tokens:
- CMT_INLINE
- KFR_INTRINSIC
- KFR_MEM_INTRINSIC
- KFR_FUNCTION
- CMT_INTRINSIC
- CMT_MEM_INTRINSIC
- CMT_UNUSED
- CMT_INLINE
- KFR_API_SPEC
compile_options:
- "-DKFR_ENABLE_FLAC=1"
- "-DCMT_FORCE_GENERIC_CPU=1"
- "-std=gnu99"
- "-DDOCUMENTATION"
- include:
- include/kfr/**/*.hpp
hide_tokens:
- CMT_INLINE
- KFR_INTRINSIC
- KFR_MEM_INTRINSIC
- KFR_FUNCTION
- CMT_INTRINSIC
- CMT_MEM_INTRINSIC
- CMT_UNUSED
- CMT_INLINE
- KFR_API_SPEC
compile_options:
- "-DKFR_ENABLE_FLAC=1"
- "-DCMT_FORCE_GENERIC_CPU=1"
- "-std=gnu++17"
- "-DDOCUMENTATION"

repository: https://github.com/kfrlib/kfr/blob/{TAG}/include/kfr/{FILE}#L{LINE}

Expand Down Expand Up @@ -69,4 +83,4 @@ groups:
random: "PRNG functions and expressions"
reducing: "Reducing functions"
utility: "Utility functions"

capi: "C API"

0 comments on commit 5191a48

Please sign in to comment.