aboutsummaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorFilesLines
2021-03-24scripts/kernel-doc: strip QEMU_ from function definitionsAlex Bennée1-0/+3
2020-12-10scripts: kernel-doc: remove unnecessary change wrt LinuxPaolo Bonzini1-1/+1
2020-12-10scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab1-1/+5
2020-12-10scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab1-5/+9
2020-12-10scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab1-2/+3
2020-12-10Revert "kernel-doc: Handle function typedefs that return pointers"Paolo Bonzini1-2/+2
2020-12-10Revert "kernel-doc: Handle function typedefs without asterisks"Paolo Bonzini1-1/+1
2020-12-10scripts: kernel-doc: try to use c:function if possibleMauro Carvalho Chehab1-9/+14
2020-12-10scripts: kernel-doc: fix line number handlingMauro Carvalho Chehab1-2/+4
2020-12-10scripts: kernel-doc: allow passing desired Sphinx C domain dialectMauro Carvalho Chehab1-8/+43
2020-12-10scripts: kernel-doc: don't mangle with parameter listMauro Carvalho Chehab1-12/+14
2020-12-10scripts: kernel-doc: fix typedef identificationMauro Carvalho Chehab1-23/+41
2020-12-10scripts: kernel-doc: reimplement -nofunction argumentMauro Carvalho Chehab1-23/+21
2020-12-10scripts: kernel-doc: fix troubles with line countsMauro Carvalho Chehab1-3/+4
2020-12-10scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.xMauro Carvalho Chehab1-10/+24
2020-12-10scripts: kernel-doc: make it more compatible with Sphinx 3.xMauro Carvalho Chehab1-6/+65
2020-12-10Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"Paolo Bonzini1-15/+1
2020-12-10Revert "scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments"Paolo Bonzini1-17/+1
2020-12-10scripts: kernel-doc: add support for typedef enumMauro Carvalho Chehab1-4/+11
2020-12-10kernel-doc: add support for ____cacheline_aligned attributeJonathan Cameron1-1/+2
2020-12-10kernel-doc: include line numbers for function prototypesMauro Carvalho Chehab1-0/+2
2020-12-10scripts/kernel-doc: optionally treat warnings as errorsPierre-Louis Bossart1-1/+22
2020-12-10scripts/kernel-doc: handle function pointer prototypesMauro Carvalho Chehab1-0/+5
2020-12-10scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASKMauro Carvalho Chehab1-0/+2
2020-12-10Replace HTTP links with HTTPS ones: documentationAlexander A. Klimov1-1/+1
2020-12-10scripts: kernel-doc: accept blank lines on parameter descriptionMauro Carvalho Chehab1-12/+23
2020-12-10scripts: kernel-doc: accept negation like !@varMauro Carvalho Chehab1-1/+3
2020-12-10scripts: kernel-doc: proper handle @foo->bar()Mauro Carvalho Chehab1-0/+2
2020-12-10scripts/kernel-doc: Add support for named variable macro argumentsJonathan Neuschäfer1-0/+16
2020-12-10kernel-doc: add support for ____cacheline_aligned_in_smp attributeAndré Almeida1-1/+2
2020-12-10kernel-doc: fix processing nested structs with attributesAndré Almeida1-4/+4
2020-11-02scripts/kerneldoc: For Sphinx 3 use c:macro for macros with argumentsPeter Maydell1-1/+17
2020-10-06kernel-doc: Remove $decl_type='type name' hackEduardo Habkost1-11/+1
2020-10-06kernel-doc: Handle function typedefs without asterisksEduardo Habkost1-1/+1
2020-10-06kernel-doc: Handle function typedefs that return pointersEduardo Habkost1-2/+2
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-04-14kernel-doc: Use c:struct for Sphinx 3.0 and laterPeter Maydell1-1/+15
2020-04-14scripts/kernel-doc: Add missing close-paren in c:function directivesPeter Maydell1-1/+1
2019-12-17docs: tweak kernel-doc for QEMU coding standardsPaolo Bonzini1-9/+19
2019-12-17docs: import Linux kernel-doc script and extensionPaolo Bonzini1-0/+2226