Skip to content

Commit af2fc02

Browse files
committed
Merge branch 'topic/rm_formatting' into 'master'
Correct GNATcheck RM formatting errors Closes #329 See merge request eng/libadalang/langkit-query-language!288
2 parents 46b701e + dcda96f commit af2fc02

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

lkql_checker/doc/gnatcheck_rm/using_gnatcheck.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ The following switches control the general ``gnatcheck`` behavior
201201
.. index:: --show-instantiation-chain
202202

203203
``--show-instantiation-chain``
204-
For reported generic instantiation constructs, display a chain of source
205-
location going from the generic unit to the instantiation.
204+
For reported generic instantiation constructs, display a chain of source
205+
location going from the generic unit to the instantiation.
206206

207207
.. index:: --brief
208208

@@ -323,7 +323,7 @@ This file must be a valid LKQL file that exports at least a ``rules`` top-level
323323
symbol. This symbol must refer to an object value containing rules
324324
configuration; keys are GNATcheck rules to enable; and values are objects
325325
containing rule parameters. A rule parameter value can be a boolean, an
326-
integer, a string or a list of strings.
326+
integer, a string, or a list of strings.
327327

328328
::
329329

@@ -948,7 +948,7 @@ The following switches from the old ``gnatcheck`` are no longer supported:
948948
This switch is no longer supported. You can use the GNAT Studio rule editor
949949
instead to create a coding standard file.
950950

951-
.. _New_Instance_System
951+
.. _New_Instance_System:
952952

953953
The new rule instance system
954954
----------------------------

user_manual/generated/stdlib.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ Functions
239239

240240
Return the ultimately designated ``ExceptionDecl``, going through renamings
241241

242+
.. function:: ultimate_generic_alias(name)
243+
244+
Return the ultimately designated ``GenericDecl``, going through renamings
245+
242246
.. function:: ultimate_prefix(n)
243247

244248
Return ``n.f_prefix`` as long as ``n`` is a ``DottedName`` and

0 commit comments

Comments
 (0)