aboutsummaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+1
11 dayskernel-doc: Added "*" in $type_constants2 to fix 'make htmldocs' warning.Gravatar Utkarsh Tripathi 1-1/+1
2024-04-24kernel-doc: fix struct_group_tagged() parsingGravatar Kees Cook 1-1/+2
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2024-03-29docs: Fix bitfield handling in kernel-docGravatar Donald Hunter 1-1/+1
2024-03-28compiler_types: add Endianness-dependent __counted_by_{le,be}Gravatar Alexander Lobakin 1-0/+1
2024-03-13Merge tag 'xfs-6.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-1/+1
2024-02-29kernel-doc: Add unary operator * to $type_param_refGravatar Akira Yokosawa 1-1/+1
2024-02-21kernel-doc: handle #if in enums as wellGravatar Johannes Berg 1-1/+1
2024-02-21scripts/kernel-doc: simplify signature printingGravatar Vegard Nossum 1-22/+14
2024-02-21scripts/kernel-doc: separate out function signatureGravatar Vegard Nossum 1-21/+28
2024-02-21scripts/kernel-doc: simplify function printingGravatar Vegard Nossum 1-6/+4
2024-02-21scripts/kernel-doc: add modeline for vim usersGravatar Vegard Nossum 1-0/+1
2024-02-14scripts/kernel-doc: reindentGravatar Vegard Nossum 1-1264/+1258
2024-02-05kernel-doc: Support arrays of pointers struct fieldsGravatar Sakari Ailus 1-0/+9
2024-01-30kernel-doc: drop looking for "MACDOC"Gravatar Randy Dunlap 1-1/+1
2024-01-30scripts/kernel-doc: Do not process backslash lines in commentsGravatar Anna-Maria Behnsen 1-1/+1
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-3/+12
2024-01-03kernel-doc: handle a void function without producing a warningGravatar Randy Dunlap 1-0/+1
2023-12-19kernel-doc: Align quick help and the codeGravatar Andy Shevchenko 1-2/+2
2023-12-18docs: ignore __counted_by attribute in structure definitionsGravatar Jonathan Corbet 1-0/+1
2023-12-15scripts: kernel-doc: Clarify missing struct member descriptionGravatar Kees Cook 1-1/+1
2023-12-15scripts/kernel-doc: restore warning for Excess struct/unionGravatar Randy Dunlap 1-0/+7
2023-12-02cache: enforce cache groupsGravatar Coco Li 1-0/+5
2023-10-30scripts/kernel-doc: Fix the regex for matching -Werror flagGravatar Yujie Liu 1-1/+1
2023-10-22scripts/kernel-doc: match -Werror flag strictlyGravatar Yujie Liu 1-1/+1
2023-08-18scripts: kernel-doc: fix macro handling in enumsGravatar Pavan Kumar Linga 1-0/+1
2023-08-18scripts: kernel-doc: parse DEFINE_DMA_UNMAP_[ADDR|LEN]Gravatar Pavan Kumar Linga 1-0/+4
2023-07-06Merge tag 'docs-6.5-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-0/+3
2023-07-04scripts: kernel-doc: support private / public marking for enumsGravatar Jakub Kicinski 1-0/+3
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-5/+23
2023-06-10kernel-doc: don't let V=1 change outcomeGravatar Johannes Berg 1-5/+23
2023-06-05docs: scripts: kernel-doc: accept bitwise negation like ~@varGravatar Mark Rutland 1-1/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 1-2/+2
2023-01-31scripts: kernel-doc: Remove workaround for @param... syntaxGravatar Jonathan Neuschäfer 1-11/+0
2023-01-22kbuild: do not print extra logs for V=2Gravatar Masahiro Yamada 1-2/+2
2022-12-14Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+5
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+8
2022-11-29scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -exportGravatar Jason Gunthorpe 1-4/+8
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsGravatar Kees Cook 1-1/+5
2022-10-18docs: improve the HTML formatting of kerneldoc commentsGravatar Jonathan Corbet 1-21/+33
2022-06-13scripts: kernel-doc: Always increment warnings counterGravatar Niklas Söderlund 1-47/+35
2022-03-28scripts/kernel-doc: change the line number meta infoGravatar Mauro Carvalho Chehab 1-2/+2
2022-02-24docs: scripts/kernel-doc: Detect absence of FILE argGravatar Akira Yokosawa 1-8/+17
2022-02-24scripts: kernel-doc: Refresh the copyright linesGravatar Tomasz Warniełło 1-0/+2
2022-02-24scripts: kernel-doc: Drop obsolete commentsGravatar Tomasz Warniełło 1-143/+0
2022-02-24scripts: kernel-doc: Replace the usage functionGravatar Tomasz Warniełło 1-10/+1
2022-02-24scripts: kernel-doc: Translate the "Other parameters" subsection of OPTIONSGravatar Tomasz Warniełło 1-5/+18
2022-02-24scripts: kernel-doc: Translate the "Output selection modifiers" subsection of...Gravatar Tomasz Warniełło 1-8/+29
2022-02-24scripts: kernel-doc: Translate the "Output selection" subsection of OPTIONSGravatar Tomasz Warniełło 1-13/+29