doc-show-inline 
- Description
- Show doc-strings found in external files
- Latest
- doc-show-inline-0.1.0.20251030.235527.tar (.sig), 2025-Oct-31, 90.0 KiB
- Maintainer
- Campbell Barton <ideasman42@gmail.com>
- Website
- https://codeberg.org/ideasman42/emacs-doc-show-inline
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
This package overlays doc-strings (typically from C/C++ headers).
Old versions
| doc-show-inline-0.1.0.20250913.225149.tar.lz | 2025-Sep-14 | 22.9 KiB |
| doc-show-inline-0.1.0.20250913.33210.tar.lz | 2025-Sep-13 | 22.9 KiB |
| doc-show-inline-0.1.0.20250910.32500.tar.lz | 2025-Sep-10 | 22.9 KiB |
| doc-show-inline-0.1.0.20250209.60743.tar.lz | 2025-Feb-09 | 22.8 KiB |
| doc-show-inline-0.1.0.20241208.50508.tar.lz | 2024-Dec-08 | 22.7 KiB |
| doc-show-inline-0.1.0.20240616.234552.tar.lz | 2024-Jun-17 | 22.7 KiB |
| doc-show-inline-0.1.0.20240421.94308.tar.lz | 2024-Apr-21 | 22.5 KiB |
| doc-show-inline-0.1.0.20230808.134400.tar.lz | 2024-Mar-31 | 22.6 KiB |
| doc-show-inline-0.1.0.20230115.63313.tar.lz | 2023-Jan-15 | 22.4 KiB |
| doc-show-inline-0.1.0.20220507.111829.tar.lz | 2022-Jul-07 | 22.0 KiB |
News
##########
Change Log
##########
- 2023-03-19
- Exclude commands from evil-mode repeat.
- 2022-11-20
- Fix use with ``eglot``.
- 2022-04-19
- Fix use of marker-position on an integer.
- 2022-03-14
- Add option ``doc-show-inline-exclude-blank-lines`` to exclude doc-strings with blank lines
between the declarations and the doc-strings.
- 2021-12-15
- Fix error with C/C++ range checking causing an error in font locking.
- 2021-12-10
- Include leading white-space to properly align indented multi-line doc-strings.
- Add ``doc-show-inline-exclude-regexp`` to optionally exclude comments matching a regular expression.
- 2021-12-08
- Keep blank space between the symbol and comments.
This helps to visualize comments that may represent categories or descriptions of a group of symbols.