doc-show-inline
- Description
- Show doc-strings found in external files
- Latest
- doc-show-inline-0.1.0.20240616.234552.tar (.sig), 2024-Jun-17, 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.20240615.113503.tar.lz | 2024-Jun-15 | 22.6 KiB |
doc-show-inline-0.1.0.20240421.94308.tar.lz | 2024-Apr-21 | 22.5 KiB |
doc-show-inline-0.1.0.20240420.104900.tar.lz | 2024-Apr-20 | 22.4 KiB |
doc-show-inline-0.1.0.20230808.134400.tar.lz | 2024-Mar-31 | 22.6 KiB |
doc-show-inline-0.1.0.20230319.52804.tar.lz | 2023-Mar-19 | 22.5 KiB |
doc-show-inline-0.1.0.20230116.231056.tar.lz | 2023-Jan-17 | 22.4 KiB |
doc-show-inline-0.1.0.20230116.95157.tar.lz | 2023-Jan-16 | 22.4 KiB |
doc-show-inline-0.1.0.20230115.63313.tar.lz | 2023-Jan-15 | 22.4 KiB |
doc-show-inline-0.1.0.20230109.53646.tar.lz | 2023-Jan-09 | 22.2 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.