NonGNU-devel ELPA - doc-show-inline

doc-show-inline

Description
Show doc-strings found in external files
Latest
doc-show-inline-0.1.0.20240421.94308.tar (.sig), 2024-Apr-21, 90.0 KiB
Maintainer
Campbell Barton <ideasman42@gmail.com>
Atom feed
doc-show-inline.xml
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.20240420.104900.tar.lz2024-Apr-2022.4 KiB
doc-show-inline-0.1.0.20230808.134400.tar.lz2024-Mar-3122.6 KiB
doc-show-inline-0.1.0.20230319.52804.tar.lz2023-Mar-1922.5 KiB
doc-show-inline-0.1.0.20230116.231056.tar.lz2023-Jan-1722.4 KiB
doc-show-inline-0.1.0.20230116.95157.tar.lz2023-Jan-1622.4 KiB
doc-show-inline-0.1.0.20230115.63313.tar.lz2023-Jan-1522.4 KiB
doc-show-inline-0.1.0.20230113.125425.tar.lz2023-Jan-1322.3 KiB
doc-show-inline-0.1.0.20230109.53646.tar.lz2023-Jan-0922.2 KiB
doc-show-inline-0.1.0.20230108.3825.tar.lz2023-Jan-0822.2 KiB
doc-show-inline-0.1.0.20220507.111829.tar.lz2022-Jul-0722.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.